Avec ce module, réalisez vous-même votre personnalisation en suivant les étapes 1 à 4. Vous recevrez une offre de prix personnalisée dans les plus brefs délais.
Etape 1.
Choisissez parmi les produits personnalisables
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY p.products_id ORDER BY p.products_model' at line 1
SELECT DISTINCT p.products_model, p.products_image, p.products_id, pd.products_name, p.products_serigraphie, p.products_price, p.products_tax_class_id, IF( s.status, s.specials_new_products_price, NULL ) AS specials_new_products_price, IF( s.status, s.specials_new_products_price, p.products_price ) AS final_price FROM products p LEFT JOIN specials s ON p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c WHERE p.products_serigraphie = '1' AND p.products_status = '1' AND p.products_id = pd.products_id AND pd.language_id = '4' AND p.products_id = p2c.products_id AND p2c.categories_id = c.categories_id and c.categories_id = GROUP BY p.products_id ORDER BY p.products_model