jackss Posted July 13, 2016 Share Posted July 13, 2016 (edited) Hello everyone, I need to add 3 or 4 exceptions to a catalog price rule applied to 100 products in a category. Note that the option within the product configuration page does not exist, it only becomes visible if you set the specific price (on sale) individually for each product. Is there any way / module that allows creating this exeption, editing/removing discount of the product individualy? Thank you Edited July 13, 2016 by jackss (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted July 13, 2016 Share Posted July 13, 2016 It does not seem a easy one. Catalogue Price Rule is handled by class(entity) SpecificPriceRule /classes/SpecificPriceRule.php (better to use override if you want to make modifications) You can have a look at following method/function of following class - public static function applyAllRules($products = false) public function getAffectedProducts($products = false) 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