ChDUP Posted July 1, 2013 Share Posted July 1, 2013 Bonjour à tous. J'ai d'un côté l'ID de mon produit, de l'autre le prix promotionnel que je souhaite lui appliquer. (sachant qu'il existe déjà un prix promotionnel, c'est une modification de tarif que je veux faire) Comment faire cela le plus proprement possible ? J'ai épluché la class SpecificPrice et sa function update, mais je ne vois pas quels paramètres lui passer ? public function update($null_values = false) { if (parent::update($null_values)) { // Flush cache when we updating a new specific price self::$_specificPriceCache = array(); Product::flushPriceCache(); return true; } return false; } merci de votre aide Link to comment Share on other sites More sharing options...
ChDUP Posted July 1, 2013 Author Share Posted July 1, 2013 Je seche la ... Quelqu'un pour m'aiguiller ? 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