New Landing How can we help? Themeforest Theme Support Neighborhood Moving customer information to bottom

Viewing 4 posts - 1 through 4 (of 4 total)
  • #150295
    geomatani
    Member
    Post count: 129

    Hi,

    site owner asked me to move the customer service info in the bottom of the page.

    <div class=”help-bar clearfix”> needs to go on top of the footer on all customer facing pages.
    Whats is the easiest way to do this to move whole thing under?

    Attachments:
    You must be logged in to view attached files.
    #150527
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit form-checkout.php at/ neighborhood/woocommerce/checkout/

    Find this code:-
    sf_woo_help_bar();
    
    Insert after given below this code:-
    <?php do_action( 'woocommerce_after_checkout_form', $checkout ); ?>
    
    Like this:-
    <?php do_action( 'woocommerce_after_checkout_form', $checkout );sf_woo_help_bar(); ?>
    

    Thanks
    Mohammad

    #150698
    geomatani
    Member
    Post count: 129

    Thanks.

    #150726
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    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 the following item
Login and Registration Log in · Register