blacksnowdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] Woocommerce Mini card, order email langThanks for the quick info:
1. I mean translation of Mini Card elements. Shopping cart and checkout button.
I will insert the product in Language A – the buttons are ok
I switch to Language B – I still see everything in Language A – the individual elements are not translated.2. If I understand correctly – will I not send an email in the language of the customer who used it when ordering?
Thanks a lot
DušanForum: Themes and Templates
In reply to: [OceanWP] Toolbar not working on search pageThank you 🙂
/** add shopmanager */ function wporg_simple_role_caps() { // Gets the simple_role role object. $role = get_role('shop_manager'); // Add a new capability. $role->add_cap( 'manage_options', true ); } // Add simple_role capabilities, priority must be after the initial role definition. add_action( 'init', 'wporg_simple_role_caps', 11 );Can we solve this problem? Thank you.
DušanNo, has been since the option to save the currency in a cookie? I can exclude cookies with between memories.
Thanks for support
Hi,
I’m sorry, I’ll try to explain.
To switch currency I use this:
https://currency-switcher.com/switch-currency-with-language-change/Everything works great until I use wp super cache. The problem is that what is php, so does not work in cache.
I would like to switch language and currency at the same time.
Any idea?
Thanks