Dynamic price update target selector for simple product

Enable dynamic price updates for simple products based on target selectors.

 
 
 add_filter('advanced_woo_discount_rules_custom_target_for_simple_product_on_qty_update', function(){
	 return "div.product-content.right div.price";
 });