Bundled product not returning sale price
-
Hi,
We have created a bundled product existing out of two simple products. Both are set on “individually priced”. One of those product has a sale price.
When we are trying to retrieve the sale price for the bundled product using this code:
$product_data['sale_price'] = get_post_meta($product_data['id'], '_sale_price', true);
A sale price of 0 is being returned. How is this possible and how can we solve it so we get the sale price returned?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bundled product not returning sale price’ is closed to new replies.