-
AuthorPosts
-
August 18, 2016 at 7:28 pm #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
August 18, 2016 at 7:46 pm #674330And 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?
August 21, 2016 at 1:46 pm #675329Hi,
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,
VinayAugust 21, 2016 at 4:29 pm #675366almost 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.”
August 22, 2016 at 2:53 pm #675774Hey!
Please change the code to following one
.dropdown_widget_cart .buttons .checkout { display: none !important; }
Regards,
YigitAugust 22, 2016 at 5:10 pm #675885Works 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
August 25, 2016 at 4:29 am #677309Hi,
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,
IsmaelAugust 25, 2016 at 5:04 am #677322ive disabled that line though already, even if i remove it it doesnt work, see private for login th
August 25, 2016 at 1:51 pm #677497Hi,
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,
YigitAugust 25, 2016 at 5:36 pm #677685sorry 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.
August 29, 2016 at 2:48 pm #678932Hi,
Can you please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/ and check if that helps?
Best regards,
YigitAugust 29, 2016 at 11:17 pm #679190Hey Yigit, i think you replied to the wrong thread? my issue is about the missing checkout button on the cart page, please advise thanks
August 29, 2016 at 11:20 pm #679191Hey!
No actually i seen a Cross-origin resource sharing related error in console that is why i suggested that post.
Regards,
YigitAugust 29, 2016 at 11:26 pm #679194I see, ive added it as shown in the private note, looks good? error remains though
September 2, 2016 at 2:17 pm #681301Hey!
I went to WooCommerce > Settings > Checkout and changed “Checkout Page” page from “Cart” to “Checkout”. Please review your website now
Regards,
YigitSeptember 2, 2016 at 5:51 pm #681422Good find, you fixed it thanks !!!
-
AuthorPosts
- The topic ‘Hide checkout on shopping cart drop down box’ is closed to new replies.