Book Image

PrestaShop 1.5 Beginner's Guide - Second Edition

Book Image

PrestaShop 1.5 Beginner's Guide - Second Edition

Overview of this book

PrestaShop is an open source, e-commerce solution which allows you to build a highly functional, flexible, and attractive online store.In"PrestaShop 1.5 Beginner's Guide" you will learn how to set up, extend, and personalize your own online shop. Newly updated to focus on PrestaShop 1.5, this book features descriptive and practical tutorials on everything you need to make a splash in the world of e-commerce.If you want to start selling your products online but are a bit daunted about shipping, tax, and designing your online presence, then this is the book for you.This practical book starts by showing you how to download, install, and configure your own shop. Using a step-by-step approach, this book takes you through the processes required to create a fully functioning online shop with the potential to make you serious money.With distinct chapters on the methods required to make your products stand out to your customers better, this title will enable you to create and customize a vivid, online presence to get people visiting your store and buying your goods.Targeting further sales, this book then shows you how to develop a targeted search engine optimization campaign to get new customers and keep existing customers returning. From here you will learn how to tackle complicated tax rates and shipping costs efficiently and with less hassle to ensure your customers are satisfied with your service.If you want to start your own e-commerce business using PrestaShop, then this book will show you how.
Table of Contents (19 chapters)
PrestaShop 1.5 Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
Index

Making a database


PrestaShop needs a MySQL database to function. The files we have just uploaded are the web pages that will become your store and the PHP programming code that performs the actions required by your store.

For example, when a customer creates an account in your new shop, the programming code contained in the files that we uploaded will fill out and store the information in a completely separate computer program. This program is called a database server and the type of database server that PrestaShop uses is called MySQL. Usually, when you are pro-hosting, this server will be an entirely different physical computer to the one holding your files (the web server). As with many servers/computer programs, you need a username and password to access its functions. You also need a unique name for a database for your shop on that server, and you need to know the address locating the server. As an example, this could be mysql.yourdomain.xxx. Or it could be something completely different.

Now many web hosts will have already allocated database server details to your hosting account. If this is the case, then you only need to find them and make a note of them for the next phase of the installation.

Most likely your web hosts have a simple two-or three-click process for creating a database. You can then access the details of this newly created database in order to proceed.

Precise details will vary from host to host and also the order in which the options are presented (if at all). The database creation process goes like this.

If you already have a created database, that is okay. PrestaShop can function on a database used by other applications. However, to make sure that they do not conflict, or worse, damage each other, pay close attention to the How to install PrestaShop section to be sure of how to create a table prefix!