Direct checkout and redirect to Checkout page

This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow

  • Avatar: Konstantin
    Konstantin
    Participant
    July 6, 2021 at 22:20

    Hello,
    1. Please support organizing direct checkout and automatic redirect to the checkout page.
    I was trying some plugins, enable/disable optional in Woocommerce for redirect and AJAX and disable AJAX in Single product builder too, but it does not work from the main page.
    2. How to fix Add to Cart button on the main page. I press add to the cart and not text on the button after, only yellow background.
    3. How I can set Align center for title text in General Tabs for Desctope? (1200, 1500 .. etc)

    Thank you
    Konstantin

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 7, 2021 at 14:56

    Hello,

    1) What do you mean by “direct checkout”? WooCommerce has the option to redirect to the cart page after adding to the cart, not to the checkout page. Do you want to redirect users to the cart page once you added the product?

    2) Add the below code to child heme style.css

    .add_to_cart_button.added {
        color: #000 !important;
    }

    3) Add the below code to child theme style.css

    .et-advance-tabs .et-tab-title {
        text-align: center;
    }

    Also, I would recommend you to remove the height that you added in the custom because it causes the issue https://prnt.sc/199utf4

    Regards

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

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

Helpful Topics

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