shamon Posted January 17, 2011 Share Posted January 17, 2011 bonjour,je souhaiterais savoir s'il est possible d'ajouter une icone en plus de "soldes".Pouvoir ajouter l'option "prix en baisse" par exemple.merci Link to comment Share on other sites More sharing options...
shamon Posted January 26, 2011 Author Share Posted January 26, 2011 ce topic est toujours d’actualité merci Link to comment Share on other sites More sharing options...
Mr6 Posted January 26, 2011 Share Posted January 26, 2011 En supprimant le contrôle de quantité dans le code de la partie tarif dégressif, il serait possible de diminuer le prix dès la 1ère quantité, ce qui activerait l'affichage "Prix réduit" lié au tarif dégressif.@+Mr6 Link to comment Share on other sites More sharing options...
shamon Posted January 26, 2011 Author Share Posted January 26, 2011 je m'excuse mais où dois-je faire ce changement svp ? Link to comment Share on other sites More sharing options...
Mr6 Posted January 27, 2011 Share Posted January 27, 2011 La vite fait comme ca je dirais que dans AdminProducts.php, la ligne : elseif (!($quantity_discount = intval(Tools::getValue('quantity_discount'))) OR $quantity_discount <= 1) serait à corriger comme ca : elseif (!($quantity_discount = intval(Tools::getValue('quantity_discount')))) (aux environs de la ligne 465 je crois)@+Mr6 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