• In stores where we store the price of the products without VAT, we have a problem and that is that the prices appear on your platform without the tax.

    The solution should be that instead of directly using the price as it is:

    $product_data['price'] = $product->get_price();

    You will send the price of the product with the taxes applied to the address of the online store which is probably the most correct solution.

    Could you have a look on this?

  • The topic ‘Prices excluding taxes on products’ is closed to new replies.