ADMX Posted August 14, 2014 Share Posted August 14, 2014 Bonjour, Petit problème de prix sur la fiche produit, celui ci se met à 0.Cela viens des déclinaisons car quand je ne les utilise pas le problème disparait. Merci. Link to comment Share on other sites More sharing options...
p@scal Posted August 15, 2014 Share Posted August 15, 2014 UPDATE `ps_product` SET `cache_default_attribute` = 0; UPDATE `ps_product_shop` SET `cache_default_attribute` = 0; UPDATE `ps_product` AS p, `ps_product_attribute` AS pa SET p.`cache_default_attribute` = pa.`id_product_attribute` WHERE p.`id_product` = pa.`id_product` AND pa.`default_on` = 1; UPDATE `ps_product_shop` AS p, `ps_product_attribute` AS pa SET p.`cache_default_attribute` = pa.`id_product_attribute`WHERE p.`id_product` = pa.`id_product` AND pa.`default_on` = 1 Link to comment Share on other sites More sharing options...
Yuki707 Posted August 15, 2014 Share Posted August 15, 2014 Bonjour, Je rencontre exactement le même problème. Je viens d'essayer votre méthode P@scal et cela n'a malheureusement pas résolu le soucis dans mon cas. Link to comment Share on other sites More sharing options...
ADMX Posted August 25, 2014 Author Share Posted August 25, 2014 Bonjour, Une autre solution ?Merci Link to comment Share on other sites More sharing options...
ADMX Posted September 1, 2014 Author Share Posted September 1, 2014 Voici le message que j'ai quand je fais cette requête : C'est assez urgent le site est pratiquement fini. Merci, cldt. Link to comment Share on other sites More sharing options...
ADMX Posted September 2, 2014 Author Share Posted September 2, 2014 Problème résolu ! Il faut modifier le product.tpl. Il faut remplacer {$group_reduction} par {1 - $group_reduction} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now