Home Forums Basel support forum REMOVE CURRENCY FROM CODE

REMOVE CURRENCY FROM CODE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106324

    Olga
    Participant

    Hello!

    In order to do something with Google Tag Manager, my marketing guy asked me to remove currency sign from checkout page.

    Please see the code:

    <span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>₽</span>10,900.00</span>

    I need to remove currency sigh (₽) from this line of code. Please see screenshot.

    How can I do this correctly? I’m not a coder, so please be as specific as possible.

    Thank you in advance!

    Attachments:
    You must be logged in to view attached files.
    #106357

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    body .order-total .woocommerce-Price-currencySymbol{
    display:none;
    }

    Best Regards

    #106390

    Olga
    Participant

    Hello,

    The code you sent me helps to hide currency sign, but I need not to hide it, but to remove it from this line of code for marketing purposes (please see my previous message)

    <span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>₽</span>10,900.00</span>

    Please help me with it!

    Thank you

    #106423

    Hello,

    This is Woocommerce functionality and we do not have any instructions on how to remove that.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)