Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
PrestaShop 1.5 Beginner's Guide
PrestaShop 1.5 Beginner's Guide

PrestaShop 1.5 Beginner's Guide: Build your own attractive online store with this fast and flexible e-commerce solution , Second Edition

eBook
€8.99 €28.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

PrestaShop 1.5 Beginner's Guide

Chapter 1. Getting Started

With this book you will be able to set up an e-commerce solution within a week! So are you ready to sell your ideas with PrestaShop?

In this chapter we will:

  • Download and prepare the PrestaShop files

  • Make a database

  • Install PrestaShop

  • Implement post-install security

  • Have a look at your shop from a customer’s viewpoint

  • Have a look around your new admin control panel

Here we go...

Know your business


Before you start a business, you have to know the product you are selling. If you are not convinced, the buyer themselves may think twice before buying it. Be focused on your chosen market and on your target customers. An example of a great e-commerce solution is www.amazon.com. Amazon, the biggest e-commerce solution in the world, began selling books from a garage with a singular focus on a chosen market and target customer.

Downloading PrestaShop


Visit www.prestashop.com to get your free copy of PrestaShop. Click on the Download option. Select your favorite language and click on the big green button Download Now. It is optional whether you fill in the very brief registration information. When you click on the download button you should have a zipped file called prestashop_1.5.x.x.zip, where x.x is the version of PrestaShop you have downloaded. The version number you have doesn’t matter. As long as you follow the download link from the PrestaShop home page, you will have the latest stable version.

In the next tutorial, we will upload all the loose unzipped files to your web server. It is worth pointing out that you might save some time by uploading the zipped file and using your web host’s file manager to do the unzipping. As most web hosts use a slightly different system, I will guide you through unzipping first. But if you know how to use your web host’s file manager to do this, you could save some time while uploading. You decide. Unzip it now to prepare for the next guide and you will be left with a folder called prestashop.

Technical requirements

To install PrestaShop on a computer, you will need a prepared package. WAMP for Windows, which you can download from www.wampserver.com, or if you are Mac user you could use MAMP, which can be downloaded from www.mamp.info. You can also use XAMPP to install PrestaShop in a different OS and you can download it from www.apachefriends.org/en/xampp.html.

To install PrestaShop on the Internet you will need a domain name, a web server like Apache, Nginx, or Microsoft IIS with PHP 5.1 or higher installed and enabled, and MySQL 5.0 or higher installed with a database created and FTP access.

Now that you have downloaded and unzipped the PrestaShop files, it’s time to put them onto your website ready to install. If you are hosting at home, this is a simple matter of putting them in the Apache home folder (see my downloadable guide if you’re unsure where this is).

If you are developing on a live server, then you need to transfer the files via FTP. Let’s do that step-by-step.

Time for action – transferring files to your web host


To make this as quick and easy as it can be, I will use a few Windows shortcuts in this short click-by-click guide. Just before you dive in, you will need your FTP username and password. If you don’t know it already, you can usually find this quite easily by looking in your account details in your web host’s control panel. Any doubts, give them a ring or send an them an email – after all, that’s what you pay them for!

  1. Press the Windows key and tap the E key twice. You will have two Explorer windows pop up. Arrange them neatly one above the other. Alternatively, you can grab a copy of a dedicated FTP program such as FileZilla from www.sourceforge.net. There is a small learning curve doing this, but once you’re used to it, you will have more options when using FTP. This guide assumes you do not have FileZilla, but if you do, it won’t be a problem to interpret the guide.

  2. Browse to the unzipped prestashop folder at the bottom of the window and click on it. We do not need the folder itself, just the contents.

  3. At the top window, you need to log into your website via FTP. In the address bar at the top of the screen, type ftp://yourdomain.xxx and press Enter. When a pop-up window appears, enter your FTP username and password that you obtained earlier.

  4. Now at the bottom of the window, left-click on the very first file. Press the Shift key and then, using the down arrow key while still pressing Shift, scroll to the very bottom of the screen so that every single file and folder is highlighted.

  5. Now let go of all the keys on the keyboard. Left-click and hold the left mouse button. You can now drag all the files from the prestashop folder on your PC up to your website in the top window.

  6. Wait for the files to upload. The time will vary according to the speed of your Internet connection.

What just happened?

What you have done is put all of the files and folders containing the entire computer code, data, images, and other resources into your web host’s server, ready for the next phase of installation.

So let’s move on.

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!

Time for action – creating a database


First of all, you need to log in to your hosting control panel. You are looking for an option called MySQL, MySQL databases, phpMyAdmin, or perhaps just Databases.

  1. Click on MySQL databases or something named as Databases.

  2. Now we need to make another database. Look for the option Create new, Make a database, or perhaps just Add. Click on it to see the options presented. The following is a screenshot of the database creation page on the DreamHost.com control panel. It serves as a good example because it has more options than most. If your screen has fewer options, that is okay. Just follow the guide for the bits you need.

    Database Name is an important detail that needs to be remembered. It is case sensitive, so upper and lower case must be accurately recorded. Choose a name; again, it is arbitrary, but use something appropriate and not easily guessable, like mydomainsomesecretnumber. There will be a maximum number of characters, so you might need to use a shortened version. Write it down or copy and paste it into Windows Notepad or on a similar application. It is possible that you do not have a field for a name or it has already been filled out automatically. That’s fine. Just write it down.

  3. Enter a memorable but unguessable password. Again this might be decided for you and it might not have this option at all. Re-enter the password if required. Write it down or copy and paste it in the Notepad or something similar.

  4. If you get the choice to select versions for MySQL, tick/check the option for 5 or later.

  5. If you get the option to Allow Direct Database Access, this is a definite No. We don’t want people to fiddle with our database from far away.

  6. When you’re done, click to create the database— OK, Finish, Create, Add new database now, or whatever your web host decides to label their button with.

  7. Now you should be able to see a summary of the database you created. Complete with the values you chose and the values chosen for you. As usual, write it all down or copy and paste it into Notepad or some similar application.

What just happened?

Now we have a fresh database just itching to be filled up and manipulated. We also have the database information we need to do so. Now we go to the most interesting part of the process and get our very first glimpse of PrestaShop in action. We’ll set up the program right away.

How to install PrestaShop


Now for the fun part, when you get to see some results. What we are going to do is run the PrestaShop auto-installer. This will be a series of web pages where you will enter information to allow the auto-installer to configure your store.

The sort of information that we will be entering is business information such as your shop name, personal details, and of course the database information gathered previously.

Time for action – the PrestaShop auto-installer


To get started, type your shop domain name into your web browser. It will automatically redirect you to the default start of the PrestaShop installation program. You should then perform the following steps:

  1. First, just choose your language and tick on the licenses agreement. Then click on Next to move to the System Compatibility screen as shown in the following screenshot:

  2. Check that you have all green ticks in PHP parameters and Write permissions on files, as in the preceding screenshot. On the Optional set-up you can have some crosses, but they are not obligatory. If you do, then click on Next to proceed and jump to the next step. If you see some scary red crosses, don’t panic because there are some simple solutions here. If you have all green ticks move on to step number 6.

  3. If you have any red crosses under the PHP settings, then you need to contact your web host and ask them to make some changes for you. If your hosting package has the system requirements discussed earlier, it is most unlikely you have any crosses here. Also, if you have installed hosting on your own PC, they will all be ticks. If you have crosses and need to contact your web host, then read the next point first.

  4. The next is Write permissions on files. This is the most likely area to have some crosses and also has the easiest remedy. In order for PrestaShop to install itself, it needs to modify (write to) various files and folders. A red cross indicates that the folder cannot be written to. Changing this is nice and easy. Log in to your website with FTP just as we did when we transferred the PrestaShop folders there. Locate any folders with a red cross, right-click on them, and select Properties. Then put a tick in the top two checkboxes under the Write column. Done! It is possible that you might need to use your web host’s file manager to do this step. Also, if you extracted the files on your web server, then the file permissions will probably not need amending at all. The last optional settings are just that, entirely optional. And again if you are pro-hosting, your web host will need to resolve this for you, but PrestaShop will still be functional without them.

  5. Click on the Refresh these settings button to check if you have solved the problem(s) and then click on Next and read on.

  6. The next is the System Configuration screen:

  7. You might have probably guessed that this is where you will fill in all the database information that we collected earlier. I will go through each setting one at a time because some of the fields are described differently from host to host and by PrestaShop. I feel the need for a small table of explanations. Here it is:

    PrestaShop field

    Explanation/alternative name

    Database server address

    This is the address of computer (server) with your database on it: Sometimes called “address”, “host name”, or just “database server”.

    Type this in here exactly as it appears in your web hosting control panel. It could be something like mysql.yourdomain.xxx.

    Database name

    This is simply a name given to the database on the database server: On shared hosting environments, this is often the same thing as the username (or login as PrestaShop calls it).

    Enter exactly as it appears in your hosting control panel.

    Login

    Your MySQL username: On shared hosting environments, this is often the same as database name.

    Enter exactly as it appears in your hosting control panel.

    Password

    Your top secret sequence of letters and numbers (Shhh…).

    Database Engine

    This is the way to store your data in your database. You will see a drop-down menu with two options: InnoDB and MyISAM.

    InnoDB is the default storage engine for MySQL and MyISAM was the default storage engine for MySQL.

    Here select InnoDB, but if your hosting does not have this option, then you will need to use MyISAM.

    Tables prefix :

    This is a short series of letters placed before all the tables (sections) of your soon-to-be-created database. When an e-commerce shop of any type is created, there are dozens of tables created to store all the necessary information. If you think about it, all stores are likely to have similar table names (perhaps “customers” or “products”). When this occurs, adding a unique prefix prevents the new table destroying the old.

    A prefix is a good idea at any time, a very good idea if you have any other uses for your database and essential one if you have more than one PrestaShop on your database.

    If this is your first PrestaShop, I suggest leaving the prefix as it is, that is ps_. But if this is your second or third, I suggest changing it to ps2_ or ps3_.

Now click on the button Verify now! If everything goes smoothly you will see the following message: Database is connected. If not, please review all the fields and check it with your hosting provider.

  1. Leave the Configure SMTP manually box unchecked. This is unnecessary for a pro-hosted environment. Then click on Next.

  2. Enter your preferred e-mail address on your shop’s domain that you would like PrestaShop to use. PrestaShop will send e-mails to customers to thank them for orders, notify them of dispatch, and more. PrestaShop will also contact you to let you know about important events such as when people spend money!

  3. Click on Next and your shop database will be made. You will see the following screenshot:

  4. This page is really simple but with a little twist. Just fill in your Shop name and select the Main Activity as you like. As a piece of advice select Yes for Install demo products. Now select the country where your shop is based and its time zone. You can upload your Shop logo later, but if you want to do it now, you have to upload a 209 x 52 pixel graphic logo from your PC. To log in to your admin control panel use first and the last names along with the email and password. Do not select the Receive this information by e-mail checkbox, as we will enable this later. Click on Next and rejoice.

What just happened?

You have just made your first PrestaShop. Cool! A few more bits and pieces to fiddle with and you’re done. Was that difficult? In my opinion, if there is a technical side to running a PrestaShop e-commerce business, then that was probably about as geeky and technical as it gets! If you are reading this, you are heading for success.

Post-install security


Just a few, very quick modifications to your PrestaShop files and it’s done.

Deleting the install folder

What we need to do is delete the entire folder called install from your web server. The reason for this is that it contains the PHP code that configured your store. So it might be very easy for anybody who knows it is there to rerun the install process with erroneous information and mess up your store.

Time for action – how to delete the install folder


This is probably the quickest and easiest way to do it:

  1. Press the Windows key and hit E once. This will bring up a new Explorer window.

  2. In the address bar, type ftp://yourdomain.com and hit Enter/Return.

  3. Enter your FTP username and password.

  4. Find the install folder. It is nice and prominent, near the top, under the img folder.

  5. Right-click on it and select Delete. That’s it. Don’t close the FTP window, and read on.

What just happened?

Without the PrestaShop installation files, nobody can run the installation process again. So we just prevented anyone with a little bit of knowledge from reinstalling over our PrestaShop and causing us to have a bad day. Next we will take another precaution to protect our new shop.

Renaming the admin folder

The admin folder holds all the web pages and PHP code that allows you to manage your shop. Almost any customization or configuration that you will make using your control panel, including the ability to log in, relies on this folder and the knowledge of its location. So you obviously you don’t want any Tom, Dick, and Harry sitting on their PC at www.yourdomain.com/admin trying to guess your password. And anybody who knows anything about e-commerce software knows that the default folder name for such functions is often admin. So we will now name it something more secret and personal.

Time for action – renaming the admin folder


You should already have an FTP window to perform these steps. If not, repeat steps 1 to 3 in the previous Time for action section and then come back here:

  1. Find the admin folder.

  2. Right-click on it and select Rename.

  3. Rename it something that is easy to remember but difficult to guess. I suggest treating your admin folder name like a password. Perhaps, admintrickypassword. Make sure to leave the admin folder bit at the start. Then it would be safe from prying eyes and tampering fingers, but you and the PrestaShop system will know where it is.

  4. Close your FTP window.

What just happened?

You just made your store’s control panel practically inaccessible to anybody except you.

Your shop front explained


Now, at last, it is time to see your shop! Visit www.yourdomain.com. It should look like the following screenshot:

If you haven’t already done this, then go and have a look at a PrestaShop that has some content. This will help you visualize approximately how your own store will take shape. You can do this at http://demo-store.prestashop.com/en/.

Now you can see the logo of your shop, a search bar, useful links such as contact, sitemap, or bookmark, select the Currency option, a Log in link, and the main menu in the top area of a website.

The following screenshot is the header. The header is the top area in a website:

On both sides of the web we have columns. On the left side, we have the main navigation.

On the right column, we have specials offers, latest products, and some information about your store.

In the middle of the website, we have the products. On the homepage there are featured products and one carousel, but when we surf along the categories, we see a list of products that belong to that category. When we click on a product, we have all the information about that product in this area.

The latest part of this area is called the footer. We have useful links and contact details in this area, as shown in the following screenshot:

Your shop-back explained


Now log in to your store control panel. This is where 90 percent of this book will take place, because here, you will add all your products, check your sales, change the design of your store, and so on. This is what you will see:

But if you see the following screenshot, you need to go back the Post-install security section.

Time for action – logging in to your PrestaShop control panel


Here is how to get there:

  1. In your web browser type www.yourdomain.com/youradminfoldername, where youradminfoldername is the same name that you chose for your admin folder previously.

  2. Enter the e-mail address you registered with and the password you gave on the last configuration page, when you installed PrestaShop.

  3. Hit enter and you’re in.

  4. Why don’t you have a look at the PrestaShop live feed? This contains topical news and information about PrestaShop direct from the creators. If there is an update available for PrestaShop, you will hear about it here.

What just happened?

You took your first look inside your store control panel. Now let’s click some buttons.

Control panel guided tour

Here I will quickly run through some of the general functions contained within each tab and drop-down box. I shall also mention the chapters in which we will cover them in more detail. Why not explore as we run through them? A full control panel reference is contained in Appendix 1, Control Panel Quick Reference. From left to right, we have:

  • Catalog: On this tab we have everything we need to manage our product range and all related aspects. For example, as well as creating the products themselves (Chapter 3, Merchandising for Success), we can also give our customers manufacturer and supplier information to aid their buying decision (Chapter 2, The Back Office). We can assign advanced features to our catalog such as attributes, features, customizations, and attachments (Chapter 3, Merchandising for Success). We can also assign product tags to help customers and search engines easily find what they want (Chapter 4, Getting More Customers).

  • Orders: Here we can manage every aspect of post-purchase communication such as notifying customers of dispatch or a problem, making invoices available, and printing packing slips. All of this will be covered in Chapter 8, Ready to Sell.

  • Customers: The Customers tab allows us to view and edit our list of customers as well as creating groups of different types of customers. This, as we know, can be very useful (Chapter 8, Ready to Sell).

  • Price Rules: This tab lets us customize your customers experience. Here we can create discounts for specific carriers, products, suppliers, categories, manufacturers, combinations, or offer free shipping. It also lets us create and manage gift vouchers that can be purchased (Chapter 7, Checkouts and Shipping) or given away as a promotion (Chapter 8, Ready to Sell).

  • Shipping: Unfortunately, this tab can’t actually deliver stuff for you. It does everything that is related to delivering your customers’ orders. You can configure shipping types, costs, and durations in any combination to suit your business (Chapter 7, Checkouts and Shipping).

  • Localization: Here we can set up our shop for different languages, zones, countries that we deliver, states, currencies, taxes and tax rules, and translations. We will also go into depth in Chapter 7, Checkouts and Shipping.

  • Modules: Everything in PrestaShop is about module. If you put a shopping basket here, it’s a module; if you put a menu there, it’s a module. We will be in and out of the Modules tab all the time. We will also go into greater depth about modules in (Chapter 2, The Back Office and Chapter 5, Tools, Newsletters, Extra Income, and Statistics).

  • Preferences: This is the second most varied tab in the whole of PrestaShop. There are many things you can do here. We will be popping in here from time to time and then covering everything we missed (Chapter 5, Tools, Newsletters, Extra Income, and Statistics).

  • Advanced Parameters: Here we can check and set up different performances for our shop such as, cache, database backups, and logs (Chapter 5, Tools, Newsletters, Extra Income, and Statistics and Chapter 6, Security and Disaster Recovery).

  • Administration: We manage our preferences, add, edit or delete employees, set up profiles, and permissions (Chapter 6, Security and Disaster Recovery).

  • Stats: This topic is crucial. It is a very significant area where PrestaShop stands head and shoulders above its competitors. Capturing and using statistics (Chapter 5, Tools, Newsletters, Extra Income, and Statistics) will allow you to measure success and decide how to change and improve your shop (Chapter 9, Go… To the Future).

Have a go hero – hunt the PrestaShop thimble

Here is a little challenge for you. Nothing very technical but a sort of PrestaShop “hunt the thimble”. What if you wanted to temporarily disable your shop? Maybe you wanted to close it for maintenance. Perhaps you want to close it down during development when you’re not actually viewing it. Can you find where to do it?

I promise you the solution is simple. But can you find out where is it hiding?

Solution: Click on the Preferences tab. Scroll down to Maintenance and select No. The Maintenance IP box even enables you to enter your unique Internet (IP) address so that only you can see the shop. This is a perfect, secure manner to develop your store. To get your IP address visit http://www.whatsmyip.org/. Enter it in the box on your Preferences tab and click on Save.

Before we continue


It is not important to know where everything is and how it works at this stage. As I mentioned before, we will approach each topic in the likely order of setting up a new business and not in a left-to-right manner. I just thought it might be nice to have a look under the hood before we get stuck in! This will hopefully help you to master PrestaShop more logically and to achieve my 7-day challenge.

Pop quiz – a few questions about Chapter 1

Q1. Many web hosts charge per database or have a limit before forcing you to upgrade your package. How would you create almost unlimited PrestaShop installations on the same domain name and same database without overwriting the original?

  1. Upgrading your web host package

  2. Enable multistore

  3. Contract different web hosts

  4. Contract different web hosts and domains

Q2. Once configured, which tab would you most likely use to know how many visitors have visited your website?

  1. Module

  2. Customers

  3. Stats

  4. Shipping

Q3. What do you think would be the fastest way (least clicks) to begin the process of creating a new product?

  1. Click on Catalog and then click on Product

  2. Click on Catalog and then click on Categories

  3. Click on Administration and then click on Menu, then add Product to the menu

  4. Click on Preferences and click on Product

Summary


We learned a lot in this chapter about PrestaShop.

Specifically, we covered the following:

  • Obtaining PrestaShop: Where to download it from and how to prepare the files, including how to transfer them via FTP to your website.

  • MySQL databases: How PrestaShop uses the database, how to create a MySQL database, and how the different terms are used to refer to the database location.

  • PrestaShop installer: How to complete each step of the installer and filling out the slightly trickier pages like the database configuration page, and how to get around an intermittent bug in the installer.

  • The shop front: How to refer to different parts of the shop front.

  • The shop back: A brief look at where the different functions and tasks can be performed.

We’re now ready to fit your shop with a visually pleasing, unique, and sales-efficient design. This is the topic of the next chapter. So let’s get stuck in!

Left arrow icon Right arrow icon

Key benefits

  • Build a fully featured, attractive online shop with PrestaShop
  • Add and customize your shop's products
  • Make more money by offering shipping and payment options to your site

Description

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.

Who is this book for?

This book is for people who are interested in creating an online shop. Basic HTML and CSS skills would be beneficial but are not required as we will provide you with all the code and know-how you need.

What you will learn

  • Build an online shop with PrestaShop
  • Quickly configure and install PrestaShop
  • Use PrestaShop catalog features to present your products in an enticing and professional manner
  • Customize and configure the look and feel of your PrestaShop to make it unique and professional
  • Connect PrestaShop to a choice of payment handlers to take online payments
  • Secure PrestaShop using a wide range of built-in features and other tactics
  • Master the ins and outs of handling shipping, taxes, and currencies in PrestaShop
  • Market your new business using e-mail, social media, SEO, articles, blogs, forums, and more
Estimated delivery fee Deliver to Ireland

Premium delivery 7 - 10 business days

€23.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 24, 2013
Length: 260 pages
Edition : 2nd
Language : English
ISBN-13 : 9781782161066
Languages :
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Ireland

Premium delivery 7 - 10 business days

€23.95
(Includes tracking information)

Product Details

Publication date : Apr 24, 2013
Length: 260 pages
Edition : 2nd
Language : English
ISBN-13 : 9781782161066
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 112.97
PrestaShop 1.3 Theming - Beginner's Guide
€32.99
PrestaShop 1.5 Beginner's Guide
€37.99
PrestaShop Module Development
€41.99
Total 112.97 Stars icon
Banner background image

Table of Contents

9 Chapters
Getting Started Chevron down icon Chevron up icon
Back Office Chevron down icon Chevron up icon
Merchandising for Success Chevron down icon Chevron up icon
Getting More Customers Chevron down icon Chevron up icon
Tools, Newsletters, Extra Income, and Statistics Chevron down icon Chevron up icon
Security and Disaster Recovery Chevron down icon Chevron up icon
Checkouts and Shipping Chevron down icon Chevron up icon
Ready to Sell Chevron down icon Chevron up icon
Go… to the Future Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.1
(7 Ratings)
5 star 57.1%
4 star 28.6%
3 star 0%
2 star 0%
1 star 14.3%
Filter icon Filter
Top Reviews

Filter reviews by




Amazon Customer Aug 20, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The first two chapters tell you how to set up a copy of PrestaShop for yourself. The step by step instruction should be able to make your first PrestaShop e-commerce web site up without difficulty. After you set up the web site, the book continues to tell you about the backoffice of Prestashop and such that you can use dashboard, input catalog, order, customer information, pricing and shipping methods.The book not only tells you the theory, there are also the 'time for (your) action' section, designed for you to do practical tests. The other chapters focus on SEO, email Marketing, using of PayPal and marketing strategy and they are also very useful.With the book, once you start to test the PrestaShop and get the results, then you will feel the need to complete reading it.
Amazon Verified review Amazon
P. L. Martin Sep 16, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As I set up a few Prestashops I though I had better but the book albeit in electronic form .If you are serious about setting up a shop I would get both forms ie Electronic and also printed as each has their own attributes .Electronic for when you are travelling and paper for glancing through sections quickly and making notes .Well worth the price
Amazon Verified review Amazon
johniantosca Mar 06, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
excellent easy to understand great for beginners like myself who had trouble understanding some of the setup for prestashop helped me setup my online store
Amazon Verified review Amazon
Adrian Aug 24, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
PrestaShop 1.5 Beginner's Guide is a great book for entrepreneurs who want to build an e-commerce website so they can work from home and earn a passive income.The book explains how to download PrestaShop, upload it to a server, create a database and run the installer. It also covers the most useful features in the Back Office.It then provides advice on SEO including entering metadata, creating a tag cloud, configuring friendly URLs and submitting a sitemap and robots.txt file to Google.After explaining PrestaShop's preferences, it describes how to send newsletters to customers, use Google AdSense to earn extra income and use Google Analytics to track stats.The book explains how to create different user accounts with limited access to prevent accidental or malicious damage to the website, how to back up and restore PrestaShop's database and files and how to upgrade PrestaShop.It then describes how to create PayPal and Google Checkout accounts, how to configure these accounts to work with PrestaShop and how to configure shipping as a fixed rate, by price, by weight and by carrier. The book also describes how to attract more customers with loyalty program, product comments and vouchers.Finally, the book provides great advice on how to promote the website using Twitter and Facebook and by using techniques such as writing articles. There is also advice on how to analyse statistics to grow the website and generate a passive income.
Amazon Verified review Amazon
Alberto Grosso Nicolin Aug 23, 2013
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Si tratta di un testo semplice e completo allo stesso tempo, non richiede conoscenze specifiche ma per chi le possiede vengono forniti interessanti spunti di approfondimento.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela