Developing the raw material
Consider how much a revamp can do in terms of small things such as buttons, icons, or tabs, as we have seen in Chapter 5, Applying Images. These are mostly the background images that you need to look up in the img
folder. The references for these images are mostly within the global.css
file, but as it is a large file, so you will have to go section by section.
We have gone through some of these in the previous chapters as well. We also learned how to view it using Firebug or the Web Development extension for Firefox.
On top of these, make sure you have taken sufficient pictures of your own products to be listed in the products' images. It is best if you tabulate this information and make a checklist of them.
Now, let's assume you want to create a PrestaShop store dealing with online florists.
The steps we will cover next would be:
Replacing the home page logo.
Creating the top horizontal menu bar.
Once you have identified the concept of your new PrestaShop store, for...