www.yesport.com.ua

Home Forums All Other Themes www.yesport.com.ua

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #96331
    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018

    I want to remove
    front page home section 5 6 7 8
    how to do this they are not cleaned?

    www.yesport.com.ua

    #96335
    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018


    I need to replace this icon (₴)which is near the price of the goods on (UAH) how to do it?

    #96354
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    1. I want to remove front page home section 5 6 7 8 how to do this they are not cleaned?

    Answer:

    Kindly go to Appearance >> Customize >> Front Page >> Sections which you want to hide >> And click on “Hide This Section” button.

    2. I need to replace this icon (₴)which is near the price of the goods on (UAH) how to do it?

    Answer:

    Kindly use this shortcodes.

    [titlearea align="center" title="МЫ РЕКОМЕНДУЕМ " titlelast="" subtitle="" titlecolor="#ffffff" titlelastcolor="" seperatorcolor="transparent"] [special_area] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special1.jpg" discount="-30%" title="Azimut Scorpion" subtitle="Горный двухподвесный велосипед 26 GD New" description="15.03.18 -25.03.18" price="418,50₴" booknow="УЗНАТЬ" url="#link1" target="_self" ] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special2.jpg" discount="-49%" title="Crosser Count" subtitle="Горный велосипед 29 (19 рама)" description="15.03.18 - 25.03.18" price="400₴" booknow="УЗНАТЬ" url="#link2" target="_blank" ] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special3.jpg" discount="-29%" title="Crosser Legend" subtitle="Горный велосипед 26" description="15.03.18 - 25.03.18" price="150,39₴" booknow="УЗНАТЬ" url="#link3" target="_blank" ] [/special_area]

    Regards,
    Chris

    #96385
    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018

    The second question you did not correctly understand
    I’m not talking about this section, I’m talking about all products
    I need all the goods in all to change the icon for UAH

    #96446
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in imgur.com and share the link here.

    Regards,
    Chris

    #96458
    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018

    https://imgur.com/a/Uf7EZ

    #96564
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Left Side WooCommerce >> Setting >> find “Currency” and change it there.

    Regards,
    Chris

    #96568
    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018

    правильно
    И там стоит этот знак там нет грн.
    этого не написано
    Мне сказали это надо как-то чере код вставить.
    в конце файла 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;

    }

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.