למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
Custom code to show product reviews in all languages
התחיל על ידי: mohameda-80 ב: Chat Support |
|
1 | 2 |
לפני 4 שנים, 5 חודשים
|
|
I can't show the product reviews in all languages
התחיל על ידי: mohameda-80 ב: Chat Support |
|
1 | 2 |
לפני 4 שנים, 5 חודשים
|
|
Product search only works in default language
התחיל על ידי: mohameda-80 ב: English Support |
|
2 | 5 | לפני 4 שנים, 5 חודשים | |
how to change logo in other language im using woodmart theme
התחיל על ידי: mohameda-80 ב: English Support |
|
2 | 2 |
לפני 4 שנים, 5 חודשים
mohameda-80 |
|
transfer
התחיל על ידי: mohameda-80 ב: English Support |
|
2 | 6 | לפני 4 שנים, 5 חודשים | |
Add to cart is not synced
התחיל על ידי: mohameda-80 ב: English Support |
|
2 | 3 |
לפני 4 שנים, 5 חודשים
mohameda-80 |
|
i wont to translate currency from EGP to جنيه
התחיל על ידי: mohameda-80
ב: English Support
Problem: functions.php file of their theme after ensuring a full site backup. add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'EGP': if(ICL_LANGUAGE_CODE=='en'){ $currency_symbol = 'EGP'; }else{ $currency_symbol = ' جنيه '; } break; } return $currency_symbol; } We asked the client to try this solution and provide feedback. If this solution does not apply to your situation, or if it seems outdated, we recommend opening a new support ticket. We also highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please contact us through the WPML support forum. |
|
2 | 4 |
לפני 4 שנים, 5 חודשים
mohameda-80 |