ChDUP Posted July 1, 2013 Share Posted July 1, 2013 Hello everyone. I have my product ID andmy promotional price that I want to apply. (there is already a promotional price, I just want to change it) How to do this as cleanly as possible? I've looked at SpecificPrice class and update function, but I do not know what parameters to use? public function update ($ null_values = false) { if (parent :: update ($ null_values)) { / / Flush Cache When we updating a new Specific price self :: $ _specificPriceCache = array (); FlushPriceCache product :: (); return true; } return false; } thank you for your help Link to comment Share on other sites More sharing options...
ChDUP Posted July 2, 2013 Author Share Posted July 2, 2013 help please ! 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