Category Archives: PrestaShop

E-Commerce, open source software; prestashop.

Google Sitemap for PrestaShop

The module gsitemap (v.1.6) for PrestaShop works, however it does not display the friendly URLs. Example of the sitemaps labeling by ‘ID’: <url> <loc>http://domain.com/cms.php?id_cms=7811686</loc> … </url> & <url> <loc>http://domain.com/product.php?id_product=818</loc> … </url> Should read by label ‘name’: <url> <loc>http://domain.com/cms.php?id_cms=name-of-cms-page</loc> … </url> & <url> <loc>http://domain.com/product.php?id_product=product-name</loc> … </url> How do I adjust the sitemap, so the friendly URL… Read More »

Display Manufacture on Product Page

In the Back Office menu select the preference to display Manufacture. BO > Preferences enable “Display suppliers and manufacturers”, then edit products.tpl page (prestashop/theme/yourtheme/product.tpl) and insert the following code to view both manufacture title and logo on the products page. Also, Back Office > Preferences > Performance be sure to enable Force compile. Bellow the “product name”… Read More »

PrestaShop CSV Import

When importing CSV into PrestaShop v1.4.4.1 through it’s Back Office (BO), the import is successful. However, in phpMyAdmin section, I noticed the importation duplicated the products five times; each with a different id_lang.  This seems overboard on how many products are consuming the php memory and should only be uploading the one language as per… Read More »

How to Export PrestaShop database phpMyAdmin onto a Testing Domain.

PrestaShop version 1.4.4.1 using phpMyAdmin to export PrestaShop database. According to PrestaShop documentation, the typical upgrade method has depreciated and is not recommended.  There is a free module ‘1-click-upgrade’ from addons.prestashop.com that is recommended, however good luck in having it work! I’m left with a couple of options. a.) fix the module b.) perform depreciated… Read More »

My PrestaShop v1.5.2 Bug Report

In much needed upgrade to my PrestaShop store, I installed the latest version from PrestaShop v1.5.2.0 Final in the beginning of November 2012. When I installed prestashop, I thought I had selected to install with modules disabled. However, all the bells and whistles where included with my fresh install.. I figured, I would begin disabling/uninstalling… Read More »