• Resolved shoptak

    (@shoptak)


    Hello

    I need to skip woocommerce product price as well as price symbol from translation.

    Sample:
    <span class=“woocommerce-Price-amount amount”><bdi>50,400 <span class=“woocommerce-Price-currencySymbol”>L.L</span></bdi></span>

    I’m using OceanWP theme, please advise how to do so using CSS

    My site is https://baytplus.com

    Thank you

    • This topic was modified 3 years, 6 months ago by shoptak.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Here you go:
    <span class="woocommerce-Price-amount amount notranslate"><bdi>50,400 <span class="woocommerce-Price-currencySymbol">L.L</span></bdi></span>

    More info: How to skip translations?

    Thanks! ??

    • This reply was modified 3 years, 6 months ago by edo888.
    Plugin Author edo888

    (@edo888)

    BTW. To do it with CSS only you will need our paid version, in that case you can add Skip by CSS rule in your GTranslate dashboard and it will look like this:

    .woocommerce-Price-amount

    Thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Skip Woocommerce Price’ is closed to new replies.