Deactivating Static Cart Page
-
Hello,
I am using the cart widget instead of a static cart page. I want to direct users directly to the payment page this way. However, there are 2 buttons at the bottom of the cart widget. One of them contains the link to the static cart page. How can I remove this button? I only want the payment button to remain.
I have another question. I want the payment steps to only have “checkout” and “order complete” steps. I want to remove the “Shopping Cart” step. Is this possible?
Attachments:
You must be
logged in to view attached files.
Hi ahmetakyol3503,
Thanks for reaching to us and appreciate your patience.
1. Mini cart
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-mini-cart__buttons .btn-cart{
display: none;
}
2. Shopping Cart step
Navigate to Theme Settings > Single product > Buy now > enable the Buy now button
option and set the button redirect location: https://xtemos.com/docs-topic/buy-now-button/
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-checkout-steps li.step-cart {
display: none;
}
Regards,
Hung PD