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
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
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
Hi,
We need the access to see the actual cart page. We have to inspect the element to assist.
Best regards,
Jordan
Hi Jordan
Please see below cart page link?
Thanks
Mark
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
Hi Yigit
Thank you for your help, this worked.
All the best
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