-
AuthorPosts
-
October 31, 2016 at 7:44 pm #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 attachedOctober 31, 2016 at 8:31 pm #706466Hey 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,
JordanOctober 31, 2016 at 9:05 pm #706474Hi
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
MarkOctober 31, 2016 at 9:46 pm #706484Hi,
We need the access to see the actual cart page. We have to inspect the element to assist.
Best regards,
JordanNovember 1, 2016 at 2:11 pm #706710Hi Jordan
Please see below cart page link?
Thanks
MarkNovember 2, 2016 at 5:15 pm #707253Hi,
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,
YigitNovember 2, 2016 at 6:11 pm #707291Hi Yigit
Thank you for your help, this worked.
All the bestNovember 2, 2016 at 6:17 pm #707295Hey!
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 -
AuthorPosts
- The topic ‘Cart page’ is closed to new replies.
