Bernat Torras (a11n)
Forum Replies Created
-
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Force image syncHi Niels,
There’s a sync process that is fired automatically after you save/update the original product again. If you want to sync all your products you could try to go to WPML>Media Translation and click the ‘Start’ button.
Let us know if it fixes your issue. 🙂
Thanks,
BernatHi lorrainedaum,
You mean that the currency conversion is not working when it is applying a discount from this extension? If so, this would mean that we have a compatibility issue with this extension (probably because it is not using our filters). We’ll need to add this extensions to our compatibility list and contact the author to ask his collaboration to get it fixed.
Thanks,
BernatHI pommedorange,
I suggest you to open a new support ticket in WPML.org forum. This way we’ll be able to log in your site, test it, and check what can be causing this issue. I’m sure we’ll be able to help you in a better way from there! 🙂
Thanks,
BernatHI david_treblig,
Thanks for reporting the issue. We had no mentions about our compatibility with this plugin. I guess these lines are in fact important, as we recalculate cart ID’s often, as they need to change for each language (as the product id’s change as well). The issue is probably related to the filters (maybe smart coupons is applying some other filters with a different priority). Anyway, for the moment, you can keep your modifications if you’re experiencing no problems, but we’ll add this plugin to our compatibility list and contact the author to make them compatible. 🙂
Thanks for your report!
BernatGlad to read it. 🙂
HI kimn667,
I suggest you to open a new support ticket in wpml.org. This way we’ll be able to take a deeper look at your site and test it properly until we found whats going on. I think this would be the quickest way to get it fixed. 🙂
Thanks,
BernatHi Burfeit,
We’re currently working to update our ‘wcml_price_currency’ filter to include a currency parameter. This way you’ll be able to use it to get a price for a given currency like this:
$convertedPrice = apply_filters(‘wcml_raw_price_amount’, $price, $productId, $currency);
Until then (I guess we will release an update soon) you could calculate the price manually doing something like (where $price is your current price in your base currency):
$currencies = apply_filters('wcml_exchange_rates', true);
$eurPrice = ($price*$currencies['EUR']);
Hi Gariest,
Thanks for your suggestion! We’ll consider it! 🙂
Hi Daniele,
Can you try the following?
1- Go to WPML>Translation Management>Multilingual Content Setup and check (under “Custom Taxonomies” if your taxonomy is set to ‘translate’
2- Go to WPML>Support>Troubleshooting and click on the ‘Set language information’ button.
If the issue remains after following these two steps, please open a ticket in our wpml.org forum so we can help you in a better way (we may need access to your site).
Thanks! 🙂
Hi jortegac,
I think its fine to tweak this functionality from functions.php. If you want, you can paste the snippet so I can verify if everything is correct.
Thanks,
BernatHi jortegac,
I see that your site is already showing the currency code with english and spanish prices. Did you already managed to get it working? If not, let us know and we’ll help you out making this. 🙂
Thanks,
BernatHi TCBarrett,
Thanks for letting us know about the problem and for the suggestion. We’ll add a note about it on our ‘WooCommerce Subscriptions’ compatibility project and will work with the author to get everything fixed. 🙂
Thanks,
BernatHi Velkam,
I suggest you to open a ticket in WPML.org forum. This way we’ll be able to check your site backend directly to figure out whats wrong and help you in a better way.
Thanks,
BernatHi qwyrp,
Yes its possible. In fact, WPML uses the language specified in your profile to as the backend language, and the current store language as the transactional emails language. So to give you an example:
– Store with French, English and German
– The backend will be shown in the language that is set in your profile (Users>Your Profile>WPML Language Configuration)
– If a client makes a purchase in German, he receives the transactional emails in German, but the administrator receives the order notifications in his profile language.To run WooCommerce Multilingual you will need WPML, Strings Translation, WPML Media and Translation Management.
Hope it helps. 🙂
Thanks,
BernatForum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Activating troubleHi spiegel and jnor,
Could you tell us the versions of WPML plugins that you’re using? This way we’ll be able to replicate and check what’s wrong. 🙂
Thanks,
Bernat