New Landing How can we help? Atelier Change cart total text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #183796
    tonn
    Member
    Post count: 85

    Hi,

    Is it possible to change the shopping bag wording,(when hovered over) from total to subtotal?

    Also, on the checkout page the pop-up help bar windows have empty scroll bars, can these be removed?

    This is showing on Firefox 38.0.5 windows 8.1

    Many thanks,

    Tonn

    #184114
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide your site url?
    Can you also take a screenshot regarding the shopping bag wording?

    Thanks

    -Rui

    #184145
    tonn
    Member
    Post count: 85

    Hi Rui,

    Thanks for the reply.

    My site is currently in local development but I checked on the demos and same occurs.

    http://swiftideas.com/form-demo/checkout/ where the scroll bars on the pop-up form shows.

    I’ve attached screenshots of both issues.

    Many thanks,

    Attachments:
    You must be logged in to view attached files.
    #184175
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the images.

    The total is in the translations files, you can translate it to the desired word. Or you don’t want to change it in all the instances where appears total? Is something specific to the header cart.

    Add this custom css for the modal scrollbar

    
    .modal-dialog{
       overflow-x: auto!important;
       overflow-y: auto!important;
    }

    -Rui

    #184458
    tonn
    Member
    Post count: 85

    Thanks for the reply Rui.

    It would be just for the header cart, as it displays the subtotal rather than total order value and would match what shows in the checkout page.

    Could I ask that the scrollbar change be added to the next theme update?

    Many thanks,

    #184801
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Hi,

    In that case you should copy the entire sf_woo_header_add_to_cart_fragment() function inside the file atelier/swift-framework/core/sf-woocommerce.php , and add it to the child theme functions.php

    This is how the function starts.

    
        /* ADD TO CART HEADER RELOAD
        ================================================== */
        if ( ! function_exists( 'sf_woo_header_add_to_cart_fragment' ) ) {
            function sf_woo_header_add_to_cart_fragment( $fragments ) {
                global $woocommerce, $sf_options;

    Yes, the update should be included in the next update.

    -Rui

    #184908
    tonn
    Member
    Post count: 85

    Awesome! Thanks Rui

    #184917
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

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

You must be logged in to reply to this topic.