Book Image

PrestaShop 1.3 Beginner's Guide

Book Image

PrestaShop 1.3 Beginner's Guide

Overview of this book

PrestaShop is a hidden gem. There are many much more widely known online shopping cart solutions that have nothing like the features, potential, and ease of use that this open source, completely free-to-use, system has. But until now there has been no information available on how to make the most of it. This book takes a step-by-step approach to help you set up your own e-commerce store and maximize its potential. Even if you are totally new to e-commerce and PrestaShop, you can have your own functioning e-commerce store quickly and with tiny expenditure. Imagine the feeling when you get that glorious e-mail saying that you have your first paying customer.This practical guide follows the order of developing an active business. Packed with easy-to-follow steps with loads of screenshots and clear explanations, it follows a step-by-step approach to set up a PrestaShop e-commerce store from the very beginning through finding a web host, setting up your PrestaShop store, accepting money from customers, and planning for the future of your business.The first few chapters are a lightening, but thorough, illustration of how to get your shop online, stocked up, and looking smart and unique, including some really cool and really simple product features to show off your wares in style – very quickly. The later chapters are quite diverse and cover some exciting stuff such as newsletters, loyalty schemes, alternative revenue streams, statistics and analytics. You will also learn about security, disaster recovery, payment handling, currencies, taxes, shipping, and more. Towards the end, the chapters cover final preparations before going live, handling orders in PrestaShop, and how to promote your store and get more customers. Once the money starts to flow, the book looks at the future of e-commerce and your PrestaShop business. Then it discusses how to get to the top of your niche and stay there. And then the big secret: to use the knowledge you have gained to turn a single PrestaShop into a thriving e-commerce empire.The Appendix covers a number of worthwhile topics such as a handy PrestaShop control panel reference and various web resources for PrestaShop.
Table of Contents (18 chapters)
PrestaShop 1.3 Beginner's Guide
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

Time for action - editing and updating your CSS file


This is really easy. Just consider that if your store is actually getting customers they will see the changes. So if you are up and running already, do another PrestaShop installation and use it to experiment before transferring the new CSS file to your live site.

  1. 1. Open the CSS file in Notepad++ or something similar.

  2. 2. Make one amendment to your file.

  3. 3. Be sure to retain any subtle parts of the code like commas or semicolons.

  4. 4. Save the modified file.

  5. 5. Via FTP, transfer the new global.css file to your web server and put it in exactly the same folder as it was on your desktop.

  6. 6. You will be prompted if you want to overwrite the existing file. As you have made a backup (right?) that is fine, because if there are any problems with the new file you can quickly replace it with the original.

  7. 7. Visit your store, refresh the page (F5), and view the changes.

  8. 8. Replace the file if necessary. Move on to your next tweak if happy.

What just happened...