- This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › I need to replace this icon (₴)which is near the price of the goods on (Грн) how
I need to replace this icon (₴)which is near the price of the goods on (Грн) how to do it?
My theme Adventure
my site: yesport.com.ua
Already replied
but there is not correct.
nothing has changed
it is very urgent for me
help me please
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
Brad
https://imgur.com/a/Uf7EZ#7q8BZAH
правильно
И там стоит этот знак там нет грн.
этого не написано
Мне сказали это надо как-то чере код вставить.
в конце файла functions.php
add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
$currencies[‘UAH’] = __( ‘Українська гривня’, ‘woocommerce’ );
return $currencies;
}
add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case ‘UAH’: $currency_symbol = ‘грн’; break;
}
return $currency_symbol;
}
Hi,
Kindly check this article: https://docs.woocommerce.com/document/shop-currency/
Regards,
Brad
The Horse Ranch WordPress Themes by SKT Themes are designed to highlight the beauty and professionalism of equestrian businesses. With stunning layouts for service descriptions, […]
Tarot WordPress Themes by SKT Themes offer visually stunning and intuitive designs tailored for spiritual services. With features like appointment booking systems, service sections, testimonial […]
Adventure Sports WordPress Themes by SKT Themes are designed to meet these needs with dynamic layouts, high-quality image galleries, and dedicated sections for services, tours, […]