Người dùng này không có chủ đề yêu thích.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã được tạo
Trạng thái |
Đề tài
|
Người ủng hộ | Tiếng nói | Bài viết | Độ tươi |
---|---|---|---|---|---|
i wont to translate currency from EGP to جنيه
Bắt đầu bởi: mohameda-80
tRONG: 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 years, 5 months trước
mohameda-80 |