Tagged: Cart, cross sells
Hi, is there a way to move cross-sells higher in the Cart page and display them before the shipping options?
Hi mazeika!
to help with that we need a link to your website please.
Best regards,
Andy
Hey!
Thank you for the update.
You can add this on functions.php to move the cross sells section on top of the shipping options.
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_after_cart_table','woocommerce_cross_sell_display', 10);
}
Best regards,
Ismael
many thanks. It does the job. I would also like to hide related products and, if exist, show cross-sells instead.
Sveiki! :)
Puslapis sake “Jūs neturite teisės pasiekti šį puslapį.”. Prasau paziurekit – http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Jei turit nauja link, parasykit prasau :)
Pagarbiai,
Yigit
Hi!
Cross sells are meant to be displayed on Cart page. It is not simply possible to move them to single product product page. Please hire a freelance developer if you need such feature.
Regards,
Yigit
Thanks for the info and your help, Yigit.