This topic has 4 replies, 2 voices, and was last updated 9 months, 1 weeks ago ago by Rose Tyler
Hey there, just this quick question. Is this possible with this theme?
Thanks
Hello,
Thank you for reaching out to us with your inquiry.
Upon review, we have confirmed that the functionality to add items to the cart on your website, followed by a redirect to the Cart page, is currently active. Could you please confirm if the issue has been resolved to your satisfaction? Should you require additional support, we kindly ask that you provide us with a more detailed description of your request.
We eagerly await your reply.
Best Regards,
8Theme’s Team
Hi, sorry I didn’t elaborate. What I mean is force customers to the Cart page first before accessing the Checkout page.
It doesn’t seem that this is possible, but I may just hide the Checkout button from the minicart dropdown.
Thanks!
Hello,
You are correct, and in order to hide the button, custom CSS code can be used:
.mini-cart-buttons .btn-checkout {
display: none !important;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up