Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
Custom code to show product reviews in all languages
Iniziato da: mohameda-80 in: Chat Support |
|
1 | 2 |
4 anno, 10 mese fa
|
|
I can't show the product reviews in all languages
Iniziato da: mohameda-80 in: Chat Support |
|
1 | 2 |
4 anno, 10 mese fa
|
|
Product search only works in default language
Iniziato da: mohameda-80 in: English Support |
|
2 | 5 | 4 anno, 10 mese fa | |
how to change logo in other language im using woodmart theme
Iniziato da: mohameda-80 in: English Support |
|
2 | 2 |
4 anno, 10 mese fa
mohameda-80 |
|
transfer
Iniziato da: mohameda-80 in: English Support |
|
2 | 6 | 4 anno, 10 mese fa | |
Add to cart is not synced
Iniziato da: mohameda-80 in: English Support |
|
2 | 3 |
4 anno, 10 mese fa
mohameda-80 |
|
i wont to translate currency from EGP to جنيه
Iniziato da: mohameda-80
in: 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 anno, 10 mese fa
mohameda-80 |