У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
---|---|---|---|---|---|
payment provider (Stripe) stopped working in the secondary language
Начато: annaW-22 в: English Support |
|
2 | 3 | 1 год, 10 месяцев назад | |
Currency is not calculated and changed, only symbol is changing
1
2
Начато: annaW-22
в: English Support
Problem: An issue with the WooCommerce Bookings plugin - Currency issue - price is not changing according to the country on the checkout page. Solution: Our compatibility developer has shared a workaround for this issue. 1. Take a backup of your site in case something goes wrong. 2. Edit the following file with a code editor. 3. Find this line (should be line 21). add_filter( 'woocommerce_get_cart_item_from_session', array( $this, 'get_cart_item_from_session' ), 10, 3 ); 4. Comment it out like this: // add_filter( 'woocommerce_get_cart_item_from_session', array( $this, 'get_cart_item_from_session' ), 10, 3 ); 5. Save the changes in the file. Now, the problem should be solved, and while on the checkout page, when you switch to a country other than Sweden, the currency will change. |
|
2 | 24 | 1 год, 10 месяцев назад |