Proceed to Checkout - by ashridhar - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: ashridhar
    ashridhar
    Participant
    June 29, 2016 at 04:33

    Hi,

    In my website, the “proceed to check” out button in the cart page does not always work. When using an android phone to view the website in responsive mode, the “proceed to check out” button never works. Can you look into it please? Try adding the products to cart and then go to the cart page. The website url is as below,

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 29, 2016 at 09:40

    Hello,

    Add this code in Theme Options > Custom CSS > Custom CSS for mobile section:

    .sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
       display: block;
    }

    Regards,
    Eva Kemp.

    Avatar: ashridhar
    ashridhar
    Participant
    June 30, 2016 at 02:35

    It is not working. In fact, after adding the above code, the “View Cart” button stopped working. Note that the Theme Options > Custom CSS > Custom CSS for mobile section: already has the below pre-existing code which you guys had asked me to input for an issue I faced earlier (don’t remember for what)

    .banner .banner-content p {
    display: initial;
    }

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 30, 2016 at 07:10

    Hello,

    The issue caused by margin-top:-150px that you added for the footer row. See screenshot: http://prntscr.com/bmwott

    Please remove that value and check issue.

    Regards,
    Robert Hall

    Avatar: ashridhar
    ashridhar
    Participant
    July 6, 2016 at 08:41

    For a sec I thought this was fixed. But the cart page screen is not displaying correcting in android phones. It displays only half the information. Works fine in iphones though.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 6, 2016 at 10:57

    Hello,

    Try to edit the code:

    .sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
       display: block;
    }

    to this one:

    .sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
       display: block !important;
    }

    Regards,
    Eva Kemp.

    Avatar: ashridhar
    ashridhar
    Participant
    July 7, 2016 at 13:34

    This worked. Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 7, 2016 at 13:43

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Proceed to Checkout’' has been successfully resolved, and the topic is now closed for further responses

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