Jump to content

Remove specific price


jackss

Recommended Posts

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 by jackss (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...