Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Custom code to show product reviews in all languages
Démarré par: mohameda-80 en: Chat Support |
|
1 | 2 |
Il y a 4 années et 5 mois
|
|
I can't show the product reviews in all languages
Démarré par: mohameda-80 en: Chat Support |
|
1 | 2 |
Il y a 4 années et 5 mois
|
|
Product search only works in default language
Démarré par: mohameda-80 en: English Support |
|
2 | 5 | Il y a 4 années et 5 mois | |
how to change logo in other language im using woodmart theme
Démarré par: mohameda-80 en: English Support |
|
2 | 2 |
Il y a 4 années et 5 mois
mohameda-80 |
|
transfer
Démarré par: mohameda-80 en: English Support |
|
2 | 6 | Il y a 4 années et 5 mois | |
Add to cart is not synced
Démarré par: mohameda-80 en: English Support |
|
2 | 3 |
Il y a 4 années et 5 mois
mohameda-80 |
|
i wont to translate currency from EGP to جنيه
Démarré par: mohameda-80
en: 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 |
Il y a 4 années et 5 mois
mohameda-80 |