Weird Shipping Checkbox Appeared on Cart & Minicart

Weird Shipping Checkbox Appeared on Cart & Minicart

adambike
Tourist
4 0 1

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.

 

adam_shopify_issue.png


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?

Replies 4 (4)
adambike
Tourist
4 0 1

Moeed
Shopify Partner
7732 2074 2554

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

Moeed_0-1747062685955.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


adambike
Tourist
4 0 1

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.

adambike
Tourist
4 0 1

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.