Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #674323

    I will only be using the paypal express feature with woocommerce so doesnt need my customer to go through the checkout page, ive already disabled checkout on the cart page as instructed here https://gist.github.com/mikejolley/ad2ecc286c9ad6cefbb7065ba6dfef48

    Now i need to hide it on the drop down box, let me know thanks

    #674330

    And ideally it would be best to rename the VIEW CART link to CHECKOUT too since express checkout button is located on the CART page, is that possible?

    #675329

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .dropdown_widget_cart .buttons {
    	display: none !important;
    }
    

    Best regards,
    Vinay

    #675366

    almost there, the checkout is gone but so is the cart button too, i just want to hide the checkout drop down option. also when i add the product to the cart from the private link below, the cart is also missing the checkout and paypal checkout express button too and this error shows “Checkout is not available whilst your cart is empty.”

    #675774

    Hey!

    Please change the code to following one

    .dropdown_widget_cart .buttons .checkout {
        display: none !important;
    }

    Regards,
    Yigit

    #675885

    Works for the dropdown, but the checkout options in the cart are still missing, see private link after adding product from get started page linked above

    #677309

    Hi,

    Please post the login details here so that we can check the page setup. And the checkout button is missing because of this code in the functions.php file:

    remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 );
    

    Best regards,
    Ismael

    #677322

    ive disabled that line though already, even if i remove it it doesnt work, see private for login th

    #677497

    Hi,

    I am getting “Sorry, you are not allowed to access this page.” error when i go to dashboard.
    Can you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    #677685

    sorry please try again

    which you check, can you see if there is a way to line up the paypal express checkout button on the cart page, the OR above it makes the button not line up with the other checkout button, wondering if you can make it look more integrated

    • This reply was modified 8 years, 2 months ago by yingyang.
    #678932

    Hi,

    Can you please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/ and check if that helps?

    Best regards,
    Yigit

    #679190

    Hey Yigit, i think you replied to the wrong thread? my issue is about the missing checkout button on the cart page, please advise thanks

    #679191

    Hey!

    No actually i seen a Cross-origin resource sharing related error in console that is why i suggested that post.

    Regards,
    Yigit

    #679194

    I see, ive added it as shown in the private note, looks good? error remains though

    #681301

    Hey!

    I went to WooCommerce > Settings > Checkout and changed “Checkout Page” page from “Cart” to “Checkout”. Please review your website now

    Regards,
    Yigit

    #681422

    Good find, you fixed it thanks !!!

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Hide checkout on shopping cart drop down box’ is closed to new replies.