navid68 Posted July 1, 2013 Share Posted July 1, 2013 Our website's default currency is EUR. I need to export via Lengow module all products in GBP for google shopping UK. Any suggestion? I would like to keep the default currency in EUR (because we import prices in EUR), but need to export prices in GPB and link the products from Google Shopping UK in GBP currency. I just subscribed to Lengow, which could do theconversion from EUR to GBP, but then values beetween Google Shopping and our website will be different. Any suggestion? Navid Link to comment Share on other sites More sharing options...
navid68 Posted July 2, 2013 Author Share Posted July 2, 2013 Reading my own post few hours later I realized that is it not very clear: the issue is about managing multicurrency and multilanguage. WIth a website with two or three currencies, how can you send a product link to a customer in his currency? The same applies to Google Shopping, how to indicate the product link in the right currency ? I hope my question is explained better now. Navid Link to comment Share on other sites More sharing options...
betisimo76 Posted August 21, 2013 Share Posted August 21, 2013 Hi Navid68, I'm looking something similar as you, but I can't found anything. Have you found any module to make this action? Thanks. Link to comment Share on other sites More sharing options...
betisimo76 Posted September 30, 2013 Share Posted September 30, 2013 Maybe this can help you: $currency = new Currency(Currency::getIdByIsoCode(EUR)); $conversion_rate = (float)($currency->conversion_rate); and then, use $conversion_rate to multiply: $fieldPrice = $product['price'] * $conversion_rate; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now