Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi Oscar – great plugin. I have just one problem – the products are showing as being on sale when there is no sale price (it shows the price crossed out and then the same price displayed as though it is on sale. https://dev.blushield-global.com/product-category/portable-options/

    I have manually set the price (only for the Tesla Gold Series Mini).

    I am using the Divi theme from Elegant Themes.

    Plugin Author Oscar Gare

    (@oscargare)

    Hi, Are you working with others plugins that modifies prices like WooCommerce Dynamic Price?

    Thank you!

    nzconrad

    (@nzconrad)

    Hi Oscar – all sorted thanks.

    pirimidin

    (@pirimidin)

    Hi, I use the Pinnacle woocommerce theme, but as I check the preview with different themes, the problem is the same.
    Even if I set the default for £, it shows $ everywhere.
    Any ideas?
    https://timberwonderland.com/ (deactivated already)
    thank you!

    Plugin Author Oscar Gare

    (@oscargare)

    Please, post a screenshot of your Price based country settings.

    Thank you.

    Hi, I am Trying to use this plugin, but it is not changing the price, it’s showing the only one price in both location.
    one more thing if I set the India Rupees as a base currency it shows (Rs) everywhere.

    Plugin Author Oscar Gare

    (@oscargare)

    Hi meetko,
    may be that the country is stored in session. In FAQ you can find instructions that how do a test.

    Hi Oscar. It seems many people are having this issue. Your plugin works only for the product but not the shipping costs. I have my base cost in british pounds. and when my customers access the site, they are able to see their currency. But the shipping cost does not convert at all. my shipping cost is also £5.. But with your plugin it only changes to $5. It needs to also convert to the correct exchange rate. Please can you look into this?

    In my case the cart variable items’ prices were incorrect (currency was OK, but the price was calculated by applying exchange rate despite the fact that price was already set manually for the products) so maybe this will be useful for someone to adapt – in file {template}/woocommerce/cart/cart.php:97

    look for line:
    echo apply_filters( 'woocommerce_cart_item_price', WC()->cart->get_product_price( $_product ), $cart_item, $cart_item_key );

    comment it and add this below:

    global $woocommerce;
    echo apply_filters( 'woocommerce_cart_item_price', woocommerce_price($woocommerce->cart->cart_contents[$cart_item_key]['line_total'] / $cart_item['quantity']), $cart_item, $cart_item_key );

    next for the product subtotal, look for:
    echo apply_filters( 'woocommerce_cart_item_subtotal', WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key );

    comment it and add this below:
    echo apply_filters( 'woocommerce_cart_item_subtotal', woocommerce_price($woocommerce->cart->cart_contents[$cart_item_key]['line_total']), $cart_item, $cart_item_key );

    I know this may be trivial work around but for me it works.

    I have a problem when I use the currency switcher for woocommerce to be able to display the prices in different currencies before the checkout page.

    We get a double conversion of the rates which causes the customers to be billed the amount in Swedish kronor which is the base currency for our webpage instead of Euros.
    To be clear, the amount is first switched by currency switcher on the store pages. After that at the checkout the price per country changes the price back to Kr again but with the numerical value of the Euro amount.

    Would be great if you could fix this for us.

    Not sure if I was clear. We want the consumer to pay different prices according to their region but we would also love to be able to show those prices before the checkout page.

    Looking forward to your reply.

    Hi!

    I′m having this same problem, I have set “Geolocate with page cache support” as Default Customer Address but still doesn′t work, I′m using Wpengine as my server, do you know anything that I can do to make it work?

    Thanks!

    Hi! I need help. when I put a sales price the line instead of crossing out the original price. it crosses out the sales price. but in the cart the price is the correct (sale) price…
    https://artallure.com/shop/beach-scenes/pipeline-2/?attribute_pa_available-sizes=84-x-28&attribute_pa_finish=giclee-on-vinyl-matte

    Plugin Author Oscar Gare

    (@oscargare)

    Hi @esgj,
    If you have installed a cache plugin you should set default customer address to geolocation with cache support in WooCommerce General settings.

    Regards.

    • This reply was modified 8 years, 3 months ago by Oscar Gare.

    Thanks for your reply

    I am not sure I understood. Are you talking about te geolocation map?
    The search bar for searching products is not working , you can see it but you can’t write anything inside the search button

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Wrong currency or/and price , please read this before you post!’ is closed to new replies.