I’ve seen this question asked once or twice but it’s never gotten an answer, so I’m trying again:
I’ve just installed an app called Wholesale Club to create customer tag-specific sales and custom pricing. However, it doesn’t work if the cart page is bypassed (and I’m fairly certain it won’t work with ajax either, not sure about that though), meaning that the checkout button in the drawer sidebar will be an issue.
Switching to the page cart isn’t a huge deal, but there are two distinct challenges I’m hoping you can help me find solutions for:
-
Any time a product is added to the cart it automatically redirects to the cart page. Is there a minimally invasive way to disable that automatic redirect? If not minimally invasive, are there any solutions to disabling the automatic redirect?
-
I would really like to keep the cart sidebar to let customers view the cart without having to navigate away from the product/collections pages, so I was hoping that I could change the button at the bottom of the sidebar from “checkout” which would bypass the cart page and break the aforementioned discounts app to “view cart” which will instead take them to the cart page. I don’t really know which piece of code I’d need to change, or how to change it.
Any suggestions would be greatly appreciated. Here’s a picture of the sidebar for reference, I’d like to change the link the button redirects to:
