• Hello!

    After gathering user feedback on the drop down shopping cart, people could not find the “checkout” button – with more than one item in the shopping cart, you have to scroll through the items to get to the check out button. This is not intuitive for users.

    How can I move the check out button to the top of the drop down cart?

    Here is my website: https://www.chicandbeautiful.com

    (Side note: I am VERY new to coding/WordPress/Websites. I know how to find the CSS style sheet and use inspect element on the webpage, but please be as descriptive as possible if you offer suggestions!)

    Thank you for any help you can provide!

Viewing 1 replies (of 1 total)
  • It looks really specific to the Theme you are using.

    The basics are that you’ll have to find the file within the Theme file that controls the shop drop down – then look for the exact widget that controls the checkout – then look for the paragraph tag that controls the button, then cut and paste it to the top of that file.

    edit – use the inspect element tool to find the names of bits that you are looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘Move Checkout Button in WooCommerce drop down cart’ is closed to new replies.