Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #289575
    serieux
    Member
    Post count: 112

    Hi There,

    I have a couple of issues / things i would like to change:

    1) There seems to be an issue with the mouse over product hover – when the ‘select options’ and ‘quick view’ options pop up, they are overlapping (see attached photo)

    2) When hovering the cart, how can i change the ‘Checkout’ to ‘Checkout securely’ and change the icon to a lock?

    3) I have added the multi currency module, i would like to add the three letters of the currency next to the symbol as well. i.e. AUD $, or EUR €

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #289834
    David Martin – Support
    Moderator
    Post count: 20834

    1) What theme version are you using? Can you enable the Quickview so I can see this.

    2) Please install and activate the supplied child theme, inside the child theme functions.php file add this:
    https://gist.github.com/webadelic/64a00e185c7cb13cf822d0241cc8653c

    Once added, you can update the text “Checkout”. Once you have done that, you need to empty the cart and re-add a product to your bag to trigger the ajax reload.

    3) Looks like you have already done this?

    Thanks.

    #290480
    serieux
    Member
    Post count: 112

    Hi David,

    Thanks for the response,

    For the time being, i want to focus on #3.

    As you can see, you can currently only see the currency symbol – i.e. $

    I want the the currency code to be seen with the symbol – i.e. AUD $

    Thanks,

    #290558
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    function sf_currency_symbol( $currency_symbol, $currency ) {
        
                $currency_symbol = 'AUD $';
               return $currency_symbol;
    }
    add_filter('woocommerce_currency_symbol', 'sf_currency_symbol', 30, 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