Check if product has bulk discount
-
Hello everyone!
Neat Plug-In.
However I’m looking for a way to check in the functions.php if a product has a discount added via Bulk Discount. I want to add a tab on a product with further information about the bulk discount, but only if the product does offer one.Something like:
$hasBulkDiscount = /*get boolean or value here*/; if ($hasBulkDiscount){ //add tab (I already prepared this part) }
Does anybody have a clue?
https://www.ads-software.com/plugins/woocommerce-bulk-discount/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Check if product has bulk discount’ is closed to new replies.