1 variation price is wrong
-
I have product with variations and one variation has wrong price. I have set that all products have 10% discount but in 1 variantion has wrong price(-88%) shown, but when I open product then price is shown correctly.
$variations = $product->get_available_variations(); foreach ($variations as $variation){ $variation_id = $variation['variation_id']; $product_variation = new WC_Product_Variation($variation_id); $price = $product_variation->get_price(); }
The page I need help with: [log in to see the link]
- The topic ‘1 variation price is wrong’ is closed to new replies.