Home Forums WoodMart support forum Hide Checkout Button

Hide Checkout Button

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

    snygo
    Participant

    Hello,

    I have the following problem. If you put something into the shopping cart, you have two possibilities. View Cart or Checkout. The checkout button has a nice green background and it stands out well.

    But I want everyone to go to the shopping cart page.
    The checkout button should be removed and the view cart button should be green at this position.

    The reason is, that many people don’t pay attention to the shopping cart. But because the shipping method is selected there. You can change the number of products etc. this page is important.

    What is the best way to do this?
    Is there a function for it?

    Thanks for the help
    Greetings
    Andreas

    Attachments:
    You must be logged in to view attached files.
    #249466

    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.

    .woocommerce-mini-cart__buttons .checkout.wc-forward {
    	display: none;
    }

    And for the background color of the cart try adding the following Custom CSS in the Global Custom CSS area.

    .woocommerce-mini-cart__buttons .btn-cart.wc-forward {
    	background: green;
    	color: white !important;
    }

    Best Regards.

    #249479

    snygo
    Participant

    Hey,

    that is perfect!
    Thank you very much!

    Greetings
    Andreas

    #249489

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Hide Checkout Button’ is closed to new replies.