Skip to content
Advertisement

Bulk dynamic pricing for WooCommerce products with specific product-tag

I’m trying to add dynamic discount to all products who have the tag: “bulk-discount” I want the discount to happen if a customer buys eg. 5 similar or different prducts with the tag.

I’m working with this code. And this answer. This is what i have:

JavaScript

Advertisement

Answer

The first loop counts how many times the tag appears on a single product or multiple items from the same product

The 2nd loop applies the discount if the condition is met

JavaScript

Related: Multiple bulk dynamic pricing for WooCommerce products with specific product-tag

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement