Classic Layout

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 »

Fix bug show many query with ap page builder

Hi When you got error have many query in home page When you using leo Bicmart theme with product list in font end Please download latest version or update code follow my guide: file modules/appagebuilder/appagebuilder.php find function public function getProductsFont($params) edit code $sql .= ' ORDER BY '.(!empty($order_by_prefix) ? '`'.pSQL($order_by_prefix).'`.' …

Read More »