Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

eStore – currency symbol twice in email tag

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – currency symbol twice in email tag

Tagged: currency symbol

  • This topic has 2 replies, 3 voices, and was last updated 6 years, 1 month ago by h.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 17, 2014 at 4:49 pm #11945
    anicha.no
    Member

    I am using {product_details} email tag in purchase confirmation email. That is result when buying product Kurssi C:

    Kurssi C x 1 – kr1.00 (NOK)

    So there is currency symbol twice (both kr and NOK ). I would like to remove either of them so that result should be

    Kurssi C x 1 – kr1.00 or

    Kurssi C x 1 – 1.00 (NOK)

    Any ideas?

    December 18, 2014 at 12:28 am #67520
    wpCommerce
    Moderator

    Hi, please do the following:

    1) Install the updated version of eStore that I just emailed you.

    2) Add the following piece of code to the functions.php file of your theme.

    add_filter('eStore_txn_payment_currency_symbol', 'override_eStore_txn_currency_symbol', 10, 2);
    function override_eStore_txn_currency_symbol($currency_symbol, $payment_currency){
    $currency_symbol = '';
    return $currency_symbol;
    }

    Let me know how it goes.

    March 27, 2019 at 2:43 pm #67521
    h
    Participant

    Hi,

    Is this still a valid solution, 4 years later?

    Best regards,

    H

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ