Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #706446

    Hi
    Can you please help with the below:
    Can you please advise how we can move “YOU MAY BE INTRESTED IN” (cross sells) to the very top of the cart page.
    Please see screenshot attached

    #706466

    Hey mawebdesign,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #706474

    Hi
    Below is the link, but its in design mode at the moment.
    The link is a cart page, as you can see from the previous attached image.
    thank you
    Mark

    #706484

    Hi,

    We need the access to see the actual cart page. We have to inspect the element to assist.

    Best regards,
    Jordan

    #706710

    Hi Jordan
    Please see below cart page link?
    Thanks
    Mark

    #707253

    Hi,

    Please add following code to Functions.php file in Appearance > Editor

    add_action('init', 'avf_cart_cross_sells');
    function avf_cart_cross_sells() {
    	global $product;
    	
    	remove_action( 'woocommerce_after_cart', 'woocommerce_cross_sell_display' , 10);
    	add_action('woocommerce_before_cart_table','woocommerce_cross_sell_display', 10);
    }

    Best regards,
    Yigit

    #707291

    Hi Yigit
    Thank you for your help, this worked.
    All the best

    #707295

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Cart page’ is closed to new replies.