• Resolved Don

    (@openwebie)


    Hi, I have variable products in my shop. My shop is set up to display prices including tax but I enter them excluding tax. When the product’s variations have 0 quantity and the product has a single variation left in stock then the plugin shows the price excluding vat instead of including vat. It’s pulling the wrong price value. Can you help me to fix this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Hakik Zaman

    (@hakik)

    Hi,

    Thanks for reaching out to me. It is difficult to understand your issue without seeing the setup.

    Can you please reproduce your issue by using a tool like- Loom?

    So that I can understand and regenerate it from my side.

    Thanks in advance for your co-operation

    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    It’s been a while since you didn’t respond to this thread.

    So, we are closing this thread. Please feel free to open a new thread, if you face any issues.

    Thanks

    Thread Starter Don

    (@openwebie)

    I took some screenshots of the problem I’m having. My shop is set up to show prices including VAT but I enter them exclusive of VAT. However, on the front end, the prices are shown without VAT when your plugin is activated.

    https://pic.li/i/9Xqum
    https://pic.li/i/9XXfa
    https://pic.li/i/9XbJt

    Thanks for the help.

    I have the same issue. Woocommerce settings on Tax:

    Prices entered with tax -> No, I will enter prices exclusive of tax
    Display prices in the shop -> Including tax

    Plugin Author WPXtension

    (@wpxteam)

    Hi @chris9046

    Can you give us a screen record of your WooCommerce tax setting and a view of your shop page?

    So that we can run a deep inspection.

    Hope to hear from you soon!

    Screenshot from tax settings:
    https://ibb.co/K75Yq6d

    I found that the problem is in the file variation-price-display\includes\conditions.php and especially on function vpd_format_price.

    You have to add a second argument like here: $product->get_variation_price($type, true)

    Plugin Author WPXtension

    (@wpxteam)

    Hi @chris9046

    Will you please try version 1.2.3?

    Then let me know if it resolves your issue or not.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wrong Price Shown’ is closed to new replies.