How to get discount price (Function equivalent to get_sale_price();)
-
There is a function in functions.php where I need to work with discounts.
I have created a discount campaign with finale lite. In the front-end it works fine with a discount in the cart.
I am trying to get the sale price in the functions.php. I tried:
$product->get_price();
$product->get_regular_price();
$product->get_sale_price();
All of the above return the price before the discount.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to get discount price (Function equivalent to get_sale_price();)’ is closed to new replies.