Book Image

Instant E-commerce with OpenCart: Build a Shop

By : Murat Yilmaz
Book Image

Instant E-commerce with OpenCart: Build a Shop

By: Murat Yilmaz

Overview of this book

<p>For years, starting an e-commerce shop was considered a hard task with the need of a significant amount of money, time, and resources. OpenCart makes this process easier and enables anyone to create an attractive and profitable e-commerce solution. This concise guide will show you how to create a robust and striking online store with OpenCart.</p> <p>"Instant E-Commerce with OpenCart: Build a Shop" teaches you how to build your own online shop with step-by-step, easy-to-follow instructions. You will learn how to install, configure, and customize your own shop in order to create an attractive and fully functional store in no time. If you have always wanted to create an online shop, but don’t know how, then this book is for you!</p> <p>In "Instant E-Commerce with OpenCart: Build a Shop", you will be taken through the required steps to create an awesome e-commerce solution. This book starts by showing you how to correctly set up and install OpenCart, before moving on to creating products and their attributes.</p> <p>If the world of payment gateways and shipping options sounds complicated, don’t worry. This guide will take you through the essentials required to set up and manage how your customers are going to pay for and receive their orders! Finishing with vouchers, templates, and SEO, this book will ensure you end up with a powerful, attractive, and profitable online store.</p>
Table of Contents (7 chapters)

Managing shop backups and restores (Simple)


Taking backups of our store on a regular basis is essential to safeguard our store against the disasters that can occur on a hosting server.

How to do it...

In this recipe, we will learn how to back up our system regularly and restore it if needed.

Backing up OpenCart files and data

  1. Let's go to System | Backup | Restore in the administration panel. All the data items are automatically selected for us. We will just click on the Backup button.

  2. The system will generate a file with a .sql extension. We need to save it in a safe place on our computer.

  3. We will now open cPanel File Manager and compress all the stored files into a store.zip file. After that, we will download it and save it in the same safe place on our computer.

Restoring OpenCart files and data

  1. In the case of a disaster, we will need to restore our system using our backup files and data. But first we need to delete all the current files on the server. Let's open cPanel File Manager, choose all the files, and delete them.

  2. Then we will upload the store.zip file, which we have saved previously, and extract it to the same location.

  3. Now it is time to learn how to restore the data. Let's go to System | Backup | Restore, choose the backup file (next to Restore Backup), and click on the Restore button.

  4. That was the final step in the restoration of an OpenCart system.