Prestashop Module Tutorials
April 20, 2022
Ap Page Builder, PrestaShop 1.7 Tutorials
Hi Advanced Search4 Module is not displaying results of filter anymore. In category page you select any filter for layered navigation. You will see that result looks bad. Is not generating the page according to my setting from theme with 4 colons etc… Error like this image Please follow my …
Read More »
December 30, 2021
Prestashop Module Tutorials
This blog will show you the simple and quick steps to install Next Previous Prestashop Module from Leotheme – Leo Next Previous Products Prestashop Module The Leo Next Previous Prestashop Module allows you to display two products on the product page, the Previous and the Next products. Customers will be …
Read More »
October 18, 2021
Leo Feature Module
Hi when you got error : add product cart in product detail page then delete or update quanlity you see number in cart icon is not change please follow my guide to fix: open file: /themes/_THEME/modules/ps_shoppingcart/ps_shoppingcart.tpl find code: <div class="blockcart cart-preview {if $cart.products_count > 0}active{else}inactive{/if}" data-refresh-url="{$refresh_url}"> replace it to …
Read More »
October 15, 2021
Ap Page Builder, PrestaShop 1.7.7
Hi If you see error Try to acccess array offset on value of type null in apgencode.php line 106 please follow my guide to fix open file /modules/appagebuilder/classes/shortcodes/ApGenCode.php find code: $profile_data = $module->getProfileData(); $profile_folder = $profile_data[‘profile_key’]; remove it code: $file_url = apPageHelper::getConfigDir(‘theme_profiles’).$profile_folder.’/’.$file_name; replace it with $file_url = apPageHelper::getConfigDir(‘theme_profiles’).’/’.$file_name; find the …
Read More »
September 5, 2021
Prestashop Module Tutorials
Website’s speed plays an extremely important role in bettering user experience, improving your website SEO, and affecting that customers will stay longer to make a purchase on your website. This blog will guide you to install a wonderful Prestashop speed optimization module – Leo Speed, which is built by Leotheme’s …
Read More »
August 23, 2021
Prestashop Module Tutorials
How to create product discounts in Prestashop? Welcome back to our tutorial series of Leo Boost Sales Prestashop Module. This blog will guide you to create product discounts Prestashop by using Leo Boost Sales Prestashop module from Leotheme. If may want to go over our previous tutorials for this module …
Read More »
August 22, 2021
Prestashop Module Tutorials
How to create cross-selling products into Prestashop store? This question will be solved in this tutorial. It is said that cross-selling is the key to profit generation for sales as it will sell or suggest related or complementary products to a prospect or customer. Cross-selling is no more a strange …
Read More »
August 19, 2021
Prestashop Module Tutorials
How to create related products into Prestashop website or add upsell products Prestashop website? will be a concerned question when you finish installing the module Leo Boost Sales from Leotheme. As you might know, upselling is one of the most effective ways to maximize your Prestashop sales. By installing Leo …
Read More »
August 16, 2021
Prestashop Module Tutorials
Configure Prestashop Boost Sales Module Tutorial! Leotheme’s developers have built Leo Boost Sales Prestashop Module in order to support Prestashop website users improve online sales effectively and encourage their online shopper buy more or add more items to their shopping cart. So, after successfully install Leo Boost Sales Prestashop Module, …
Read More »
August 3, 2021
Ap Page Builder
Hi I’m so sorry about my bug. Please follow my guide to fix: 1, open file module/apagebuilder/apagebuilder.php find code in line 1727 if (Tools::isEmpty($row['color']) && [email protected](_PS_COL_IMG_DIR_ . $row['id_attribute'] . '.jpg')) { continue; } elseif (Tools::isEmpty($row['color']) && @filemtime(_PS_COL_IMG_DIR_ . $row['id_attribute'] . '.jpg')) { $row['texture'] = _THEME_COL_DIR_ . $row['id_attribute'] . '.jpg'; } …
Read More »