ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
payment provider (Stripe) stopped working in the secondary language
เริ่มโดย: annaW-22 ใน: English Support |
|
2 | 3 | 1 years, 3 months มาแล้ว | |
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 years, 3 months มาแล้ว |