Maciej Pilarski
Forum Replies Created
-
Hello,
Thank you for reporting the issue.
I have informed about this our developers.
This problem should be fixed in one of the next versions of our plugin.Regards,
MaciejI would suggest opening a ticket on WPML.org for further investigation.
Thank you for your reply.
Does this also happen when you use a default WordPress theme like Twenty Fourteen?
Please let me know.
Thank you for your reply.
Does this also happen when you switch to a default WordPress Theme?Hello,
Did you set your Product category base in your Permalinks settings?
It should be set to “product-category”. You can translate it after to your language using the String Translation module.Please let me know if this solves your issue.
Hello,
Did you set your Product category base in your Permalinks settings?
It should be set to “product-category”. You can translate it after to your language using the String Translation module.Please let me know if this solves your issue.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Custom CurrencyHello,
Thank you for your reply.
You will be able to use a Custom Currency in WooCommerce Multilingual if you add it to you WooCommerce.To add a custom currency in WooCommerce 2.0+, copy and paste this code in your theme functions.php file and swap out the currency code and symbol with your own.
After saving changes, it should be available from your WooCommerce settings and in Multiple currencies.
add_filter( 'woocommerce_currencies', 'add_my_currency' ); function add_my_currency( $currencies ) { $currencies['ABC'] = __( 'Currency name', 'woocommerce' ); return $currencies; } add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2); function add_my_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'ABC': $currency_symbol = '$'; break; } return $currency_symbol; }Afte
Please let me know if this solves your issue.
Regards,
MaciejThank you for reporting the issue.
I would suggest opening a ticket on WPML.org for further investigation.Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Custom CurrencyHello,
Thank you for reporting your issue.
Can you please tell me which version of our plugin are you using?Information how to add more currencies you can find in the link below:
https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/Thank you for reporting the issue.
I would suggest opening a ticket on WPML.org for further investigation.Thank you for reporting the issue.
I would suggest opening a ticket on WPML.org for further investigation.Thank you for reporting the issue.
I would suggest opening a ticket on WPML.org for further investigation.Thank you for reporting the issue.
I would suggest opening a ticket on WPML.org for further investigation.Hello,
Thank you for reporting the issue.
Can you please tell me which version of our WPML plugins are you using?Hello,
Thank you for your question.
The WooCommerce Subscriptions plugin is on our compatibility list: https://wpml.org/plugin/woocommerce-subscriptions/
It should work without problems.
Regards,
Maciej