Tag Archives: PrestaShop

1-Click Upgrade PrestaShop Auto Upgrade Module

Upgrade documentation for PrestaShop (PS) v.1.4.4.1 over to PS v.1.5.6.2 using Auto Upgrade Module, also known as the 1-Click Upgrade Module offered on addons.prestashop.com. Step 1.) Download and install the autoupgrade module onto your PS. Step 2.) Place your store under maintenance mode. Step 3.) Go to: Modules > Administration; and configure 1-click Upgrade. Step 4.)… Read More »

password change phpMyAdmin for user in PrestaShop

Need to change password for PrestaShop user with phpMyAdmin? After a successful data migration onto WAMP, in attempts to log into the Back Office (BO) resulted with error ’employee does not exist or incorrect password’.  To resolve this error, follow two simple steps for password change phpMyAdmin. Step 1.) You will need to copy your _COOKIE_KEY_ located… Read More »

PrestaShop ‘Bad Size’ Deleting Product Accessory

PrestaShop V.1.4.4.1 adm/tabs/AdminProducts.php BO > Catalog > Add & Delete Product Accessory When you attempt to delete product accessory, an error prompt “Bad Size” is generated and you have to manually delete the accessory from the database. Bug Fix found on github: https://github.com/PrestaShop/PrestaShop-1.4/commit/38c46b70f4cef35f67a9ce55d5a5cde0e22008f4 Easy solution was to copy the entire file from GitHub and replace with… Read More »

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 »