Search
Tags: prestashop
Bring Back Prestashop Product Page Dynamic Tabs in Default Theme for v. 1.6.1.4
Prestashop 1.6.1.4 default theme doesn’t have dynamic tabs, older Prestashop used to have on product page. Here’s how to put them back.Continue reading
Modifying Prestashop Languages for Facebook Page Plugin Module
Modify Facebook page widget module of Prestashop’s default theme with newer FB plugin code. Set right width, use its responsive feature and display the widget according to you site language on current page.Continue reading
Fixing Errors on Old Sites After Upgrading PHP Version to PHP5.4
Upgrading php version could be a painful process if you have many old sites, using wrong syntax for includes etc. Here’s how to overcome such errors, based on my experience when I’ve upgraded version PHP5.3 to PHP5.4Continue reading
Posted in Hosting Server Tagged .user.ini includes joomla language php php.ini php5.3 php5.4 prestashop Leave a comment
Make a Local Development Copy of Prestashop 1.4 Installation
It is important to have a development copy of Prestashop installation for testing environment and updates checking. My Prestashop 1.4 installation must be upgraded to 1.5 but automatic upgrade produced bad results. So I decided to try it locally. At least I’ll prepare a new theme based on latest 1.5 template, so when I upgrade online I’ll have a template to put the shop back online faster.Continue reading
Add FancyBox Lightbox on CMS pages in Prestashop 1.4
Prestashop 1.4 uses Fancybox jQuery plugin to display product images on product pages. We may reuse that script on CMS pages for opening images from thumbnails and creating galleries. We make this with controller override, to be able to upgrade our Prestashop installation freely.Continue reading