Recent Posts

Turn off other module in ap page builder landing page

Hi This guide is only appy for appagebuilder when you use this module with other page builder module: jscomposer … When you want to turn off other module in landing page of page builder, only want to show logo + cart. 1. create new profile in ap pagebuilder ( not …

Read More »

Simple code to fix position of product in category after import

If you have this bug in your prestashop: all product same position = 1 and you can try to drag to sort. after save and reload position is not change. follow my guide to fix create a file in your root web name as correct_product_position.php: require(dirname(__FILE__).'/config/config.inc.php'); $sql = 'select * …

Read More »