Price without tax doesn’t update
-
Hi, we have problem with updating price with tax and without tax, plugin is showing same value for both prices.
On product page are same values for both prices – https://ctrlv.sk/Vp1h
When we open CPO builder, prices are calculated correctly – https://ctrlv.sk/iwE3For displaying price we use functions get_price_including_tax() and get_price_excluding_tax()
When i see Ajax response, there is value for both prices.
{success: true, data: {,…}} data: {,…} all_options_data: [] errors: [] extra_data: {order_product: "enabled"} formatted_vars: {uni_cpo_width_x1: "2", uni_cpo_width_x1_count: 1, uni_cpo_width_x1_count_spaces: 1,…} nice_names_vars: {uni_cpo_price: "15"} price_vars: {quantity: 1, currency: "€", currency_code: "EUR", price: "15 €", raw_price: 15,…} currency: "€" currency_code: "EUR" price: "15 €" price_tax_suffix: "" quantity: 1 raw_price: 15 raw_price_tax_rev: 12.5 raw_total: 15 raw_total_tax_rev: 12.5 total: "15 €" total_tax_rev: "13 €" total_tax_suffix: ""
Is there any solution how to update price with right values also on public single product page? Thank you
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Price without tax doesn’t update’ is closed to new replies.