i have the following question: Is any function that i could call that returns the value or the percent of discount or discounted price for a certain product applyind a certain coupon ?
function(sku,counpon)
i would like to use the function not only in cart, but in any other product page, allowing customer to know their discount when appling their coupon on a certain product
Thanks
function(sku,counpon)
i would like to use the function not only in cart, but in any other product page, allowing customer to know their discount when appling their coupon on a certain product
Thanks