Home / Prestashop Module Tutorials (page 3)

Prestashop Module Tutorials

Here you can get all introduce, guides for installation for PrestaShop Modules

Fix error not show Texture in product list 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']) && !@filemtime(_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 »

UPDATE NEW FEATURES FOR LEO SEARCH MODULE

The day which we have all been waiting for finally came! Leotheme design team has been working extremely hard the last few months. And after many efforts for researching, designing and adjusting, we ultimately get ready to release the new version of Leo Search Module with many powerful features updated. …

Read More »

[Solver] Real Estate not show categories

Hi Everyone. If you got error with your site: Don’t worry about it. Please follow my guide: 1. This error happen when you have incorrectly named the category Please make sure you name the category as shown below: However, you can use “Type” instead of “Types”, “Location” instead of “Locations” …

Read More »