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 »

Awstats, Links From an External Page.

I use cPanel on my server and there is a section for raw server stats called Awstats & Webalizer. Both stats show slightly different data, so I compare them every so often for anything that may require further attention. In Awstats, one area of concern was the section ‘Links from an external page’ that contained… Read More »