ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
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 أشهر |