Jump to content

PrestaShop and Dreamweaver


Recommended Posts

  • 11 months later...

Thom, you don't really need Dreamweaver for prestashop. The many parts of prestashop are divided into loads of files that come together in the browser (i.e why you think the index.php has all the page).

Go to your theme folder, and duplicate the prestashop default theme, and then rename that folder whatever you want and then inside your theme, you can look at the code inside the template files. Header.tpl, footer.tpl, etc. and edit them if you need to. You can open these in Dreamweaver and edit the code, but you can't "see" the design, only the code. To edit the location of modules, or what modules to have on your website, you use the back office tabs. If you want to modify the look of the website, there's the main css file inside your themes/yourtheme/css/ and all the images inside the img folder. Edit all that for the visuals.

I was once confused as to why i couldn't use dreamweaver, but i learned that you don't need it (apart from opening the code files in it to edit them easily because notepad is a pain)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...