This topic has 7 replies, 3 voices, and was last updated 3 years ago ago by Bas Kling
How do I kill the cross-sell items on the cart page, OR add a static block just above it, to incorporate a custom title? I found a setting to switch between grid & carousel, but no off-setting.
Is there a way to move the coupon input field to the right, just above the checkout button, instead of below all my shopping items? (very illogical place in case of a long items list. People can’t find the input field) Or should I submit a feature request for this?
Finally, I can’t seem to find the setting to empty the entire cart? Does it exist or should I submit a feature request?
Hello,
It’s possible to change the title of the cross-sell using translation files if you need it. If you want to remove them or change the position of the Coupon you may copy xstore/woocommerce/cart/cart.php file to child theme and edit that according to your needs.
Regards
Is there an off-switch for the cross-sell section on the cart page? Or do I need to hide it, using styles?
There is no such option, by default. You can remove cross-sell from settings of products https://prnt.sc/207q4ps , or hide the section using custom CSS or PHP code.
Here is an example of CSS:
.cross-sell-products {
display: none;
}
Regards
Can’t change the settings of the product, because cross-sell is being used on other pages (custom script), but hiding it on the cart page worked fine.
What about my last question? Is there a link/script/theme option to empty the entire cart?
Submit a feature request, please – https://www.8theme.com/taskboard/ , describe it in more detail there.
Regards
Thanks
The issue related to '‘Shop issues 2/2: Cart page layout limitations’' has been successfully resolved, and the topic is now closed for further responses