New Landing How can we help? General Feedback & Suggestions Removable dollar sign

Viewing 4 posts - 1 through 4 (of 4 total)
  • #211874
    dm13
    Member
    Post count: 248

    i think this is a woo commerce thing but cant hurt to ask.. would be nice to have the option of removing the dollar sign with a check box or some such one click item

    #211884
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which theme is being used by you?
    Thanks
    Mohammad

    #221425
    dm13
    Member
    Post count: 248

    hi guys, sorry for the late response. i’m using the Atelier theme.

    #221429
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    <?php
    function swift_remove_wc_currency_symbol( $currency_symbol, $currency ) {
    if (!is_cart()){
         $currency_symbol = '';
         return $currency_symbol;
     }
    }
    add_filter('woocommerce_currency_symbol', 'swift_remove_wc_currency_symbol', 10, 2);
    ?>

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register