Category Archives: PrestaShop

E-Commerce, open source software; prestashop.

Google Map v3 API Prestashop Module

Step 1.) Edit file: header.tpl Define your style sheet <link href=”{$modules_dir}contactform_map/css/contactform_css.php” rel=”stylesheet” type=”text/css” media=”all” /> <link href=”{$modules_dir}contactform_map/css/contact.css” rel=”stylesheet” type=”text/css” media=”all” /> Next, add the JavaScript… Step 2.) Edit file: contactform_map.tpl You need to modify the portion of the provided code with your Google API and set your Sensor’s parameter to either true or false. Sensor… Read More »

PrestaShop Theme Compatibility with v.1.5.2.0

I need to confirm that my theme will be compatible with future PrestaShop upgrades, so I used PrestaShop’s Theme Validator: http://validator.prestashop.com/ Upgrade preparations, I need to understand the differences in options between the two versions.. By installing both versions, I can simultaneously test & troubleshoot. My understanding of PrestaShop v1.4 is that it has a very simple and… Read More »