Not show PROCEED TO CHECKOUT in 2.4 - by regaletes

This topic has 7 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: regaletes
    regaletes
    Participant
    August 17, 2015 at 17:40

    Hello!

    I don´t know if i have any bad, but i have update the theme to 2.4 and in the cart, don´t show the button “proceed to checkout” only show “update cart” in image “actualizar”

    Attached image

    Kind regards

    http://postimg.org/image/cp0491ndt/

    6 Answers
    Avatar: regaletes
    regaletes
    Participant
    August 17, 2015 at 17:41
    Avatar: Eva
    Eva Kemp
    Support staff
    August 17, 2015 at 17:52

    Hello,

    Delete “woocommerce” folder in the directory wp-content/themes/woopress/ and reupload it from a new theme package.

    Regards,
    Eva Kemp.

    Avatar: regaletes
    regaletes
    Participant
    August 17, 2015 at 18:30

    ok, now show at the bottom…

    About change colors for the buttons, could be a good suggestions, can select the color from admin for buttons “add tocart” “proccedd to checkout” etc…

    Can you tell me, how can i chagne the order of the colors of “add tocart”
    we want to show the first color “orange” an when hover other color…

    kind regards

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 17, 2015 at 18:42

    Hello,

    You can try use this code in Global Custom CSS (Theme Options->Custom CSS).

    .etheme_add_to_cart_button{
        background-color: orange;
    }
    .etheme_add_to_cart_button:hover{
        background-color: red;
    }

    Regards,
    Robert Hall.

    Avatar: regaletes
    regaletes
    Participant
    August 17, 2015 at 18:52

    it´s show color in listing category, but no in a product page, in a single product page i want to make it

    red, and orange, could change for hexadecimal color units? rgb?

    thanks in advance!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 17, 2015 at 19:07

    Hello,

    Use this code for single product page.

    .product-information .cart button[type="submit"]{
        background-color: orange;
    }
     .product-information .cart button[type=submit]:hover{
     background-color: red;
    }

    Red and orange color you can change to your own.

    Regards,
    Robert Hall.

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

You must be logged in to reply to this topic.Log in/Sign up

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