All things Shopify and commerce
Hello,
I have an issue on my shop where a weird Shipping checkbox appeared on my Cart & Minicart (see image below).
The visitor is forced to tick the box to proceed to the checkout. The checkout buttons (both on minicart popup & cart page) are inactive until the visitor tick the "shipping" box.
I checked the HTML, local & session storage & cookies and I don't see any changes happening when the box is ticked.
I checked the liquid files and this widget doesn't appear anywhere.
I also don't think it comes from the apps I have installed since none are related to shipping...
Can anyone help?
Hey @adambike
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.cart-widget-container.kaspud-u5hdcq {
display: none !important;
}
</style>
RESULT
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This doesn't work because somehow the visitor cannot proceed to the checkout unless the checkbox is ticked.
Adding a display:none would simply hide the checkbox and prevent everyone to proceed to the checkout.
What do you mean by "anything regarding to - kaspud -" ?
When I do a search for the keyword "kaspud" across all the code base (exported and checked within sublime text), nothing appears.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025