Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
---|---|---|---|---|---|
payment provider (Stripe) stopped working in the secondary language
Được bắt đầu bởi: annaW-22 trong: English Support |
|
2 | 3 | 1 years, 10 months trước | |
Currency is not calculated and changed, only symbol is changing
1
2
Được bắt đầu bởi: annaW-22
trong: 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 years, 10 months trước |