This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Problems with plugin WPML String Translation
Started by: jakubZ-14 in: English Support |
3 | 6 | 1 year, 2 months ago | ||
Setting gross price independent from country tax
Started by: jakubZ-14 in: English Support |
2 | 4 | 1 year, 5 months ago | ||
Wrong currency in popup
Started by: jakubZ-14
in: English Support
Problem: Popup cart notification showing wrong currency Solution: - Add this code to your functions.php file. /** * Add this code to the functions.php file of your theme. */ add_filter( 'wcml_multi_currency_ajax_actions', 'xstore_add_action_to_multi_currency_ajax', 10, 1 ); function xstore_add_action_to_multi_currency_ajax( $ajax_actions ) { $ajax_actions[] = 'etheme_added_to_cart_popup'; return $ajax_actions; } |
2 | 13 | 1 year, 6 months ago |
All articles written by jakubZ-14:
No items found