Cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #268300

    en-gear
    Participant

    Hi,

    How do I disable cart page from being viewed and remove “view cart” button so that the checkout button only appears?
    see image: https://prntscr.com/103jv2e

    Thanks

    #268338

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.button.btn-cart.wc-forward {
        display: none;
    }

    Best Regards

    #268544

    en-gear
    Participant

    Thank you.

    Q1: Can you please let me know how to put more spacing underneath the “checkout” button on mobile? Currently, the checkout button is too close to the bottom of the screen so when it is pressed, nothing happens except the bottom screen moves up but doesn’t go to checkout page.

    See video: https://vimeo.com/user133234036/review/515520390/5ce888039e
    See image: https://prntscr.com/1049p2k

    Q2. Is there a way to put the product image in checkout page? Just like how it appears in cart, can we put the product image in checkout?
    See image: https://prntscr.com/104g58j

    Thank you for your help.

    #268571

    Hello,

    You are Most Welcome.

    1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    a.button.checkout.wc-forward {
        margin-bottom: 12px;
    }

    2) Sorry but there is no option available in Theme Settings for that.

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)