Time for action—Deploying from the same host
If the theme is to be used in another domain within the same hosting, you can simply do the following:
Go to your server's file administration (or cPanel)
Find and and open the new theme folder (say,
mytheme
) from your development site (say we refer to it as domain1).Copy the file
/domain1/prestashop/themes/
to your production site (for example, refer to it as domain2) at/domain2/prestashop/themes/
.Copy your
modules
directory in your development site to/themes/ domain2/modules/
or create a new module directory within themytheme
folder.Go to your Back Office | Preferences | Appearance and select the new theme (
mytheme
) as your active theme. Click on the Save button.Go to your front office to preview if your theme has already been applied.
Upload the new Header Logo, Favicon, and Homepage logo, as we had learned in the previous chapters.
Configure the module in the same way you did when you developed them through your back office Modules tab. By...