• Resolved b1026q9

    (@b1026q9)


    My store’s default price is in EURO and I have another price in Japanese Yen.
    I set Japanese yen prices manually and for most items it is working.
    However, for the last several orders I am seeing wrong prices.
    It seems prices by the exchange rate are appearing instead of manual price.
    Can you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Thread Starter b1026q9

    (@b1026q9)

    Yes, I am entering with tax included.
    Basically the function you suggested is already applied with the other plugin called
    Tax Display by Country by aelia. It says
    “Keep product price fixed, regardless of what tax rate applies to customer”.
    And most of the time it was working. But last few orders I am seeing the prices I didn’t imput.
    I tried checking “Do not adjust taxes based on location” on my staging site as well as the current setting of aelia plugin.
    Order went through without price changing issue.
    Would you suggest keep both options (of aelia one and your plgin one) checked?

    Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    Enable the option “Do not adjust taxes based on location” is enough to solve this issue for the “pricing zones”.

    If you want to disable the tax adjustment for all your shop, you can use the snippet:

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wrong manual price’ is closed to new replies.