Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Balakrishnan-flycart/ff93c3e86a19b71e902fbba03e7df56f to your computer and use it in GitHub Desktop.
Save Balakrishnan-flycart/ff93c3e86a19b71e902fbba03e7df56f to your computer and use it in GitHub Desktop.
simple product dynamic price update compatible for Xstore theme
add_filter( 'advanced_woo_discount_rules_get_simple_product_id_by_custom', function(){
return '[name="add-to-cart"]';
});
add_filter( 'advanced_woo_discount_rules_custom_target_for_simple_product_on_qty_update', function(){
return 'div.product-information p.price';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment