Shop issues 2/2: Cart page layout limitations

This topic has 7 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Bas Kling

  • Avatar: Bas_Kling
    Bas Kling
    Participant
    November 18, 2021 at 20:54

    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?

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 19, 2021 at 18:14

    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

    Avatar: Bas_Kling
    Bas Kling
    Participant
    November 20, 2021 at 15:16

    Is there an off-switch for the cross-sell section on the cart page? Or do I need to hide it, using styles?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2021 at 15:26

    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

    Avatar: Bas_Kling
    Bas Kling
    Participant
    November 20, 2021 at 15:54

    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?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2021 at 16:15

    Submit a feature request, please – https://www.8theme.com/taskboard/ , describe it in more detail there.

    Regards

    Avatar: Bas_Kling
    Bas Kling
    Participant
    November 20, 2021 at 16:31

    Thanks

  • Viewing 7 results - 1 through 7 (of 7 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.