Untitled
unknown
plain_text
a year ago
192 B
5
Indexable
add_filter('b2bking_bogo_discount_value', function($discount_value, $item_price, $free_quantity, $cart_item){ $discount_value = $discount_value * 50 / 100; return $discount_value; }, 10, 4);
Editor is loading...
Leave a Comment