Why are site visitors seeing a pop-up saying I ship to their country?

Hi everyone,

Please help me figure this out. I shared the URL of my website with friends located in other countries (I’m set up in Australia) and they say they receive a pop-up message saying my store ships to their country.

I’ve set up a general shipping profile as shown in the images below. So why do people in other countries like India and the UAE see a pop-up saying we ship to those locations?

The URL to the store is https://www.onekindbox.com.au/

Could anyone please help me fix this? Thanks, guys!

Hi @OKBOX ,

Depending on where the pop-up is originating from, there may be different ways to disable it.

Do you use any apps that convert currencies? Some of them could include a pop-up like this to remind clients and draw their attention to your currency picker. In that case, do you know what the app’s name is? When you click on the relevant app and visit its Settings, you’ll probably discover the option to turn off the pop-up in the Apps area. If it’s a third-party app that wasn’t created by us, you might need to get in touch with the app’s developers for help deleting it.

It could also be a part of your Theme, in which case the option to disable it would likely be from within the Online Store > Themes > Edit code section (theme editor) > search for style.css file and paste this CSS at the end of the page.

.recommendation-modal__container {
display:none;
}
.recommendation-modal__backdrop {
display:none;
}

This screenshot is just for reference as I’m not sure what theme you are using:

I hope it helps!

Hi,
Thanks for getting back. The only apps I have installed are shown in the
image attached.

Could you please let me know if any of these might be the problem?

I’m using the Flex theme Out of The Sandbox.

What do you think?

Thank you for your help.

Hi @OKBOX , thanks for reaching back!

I think you can reach out to the app support to see if the pop-up is created by it or not. Or you can just simply try the second way I suggested in the first reply. Please do and let me know if it works.

Hi,

I think I managed to disable it from the admin side by going into
Settings>Markets>Manage Other Markets.

Thank you for your help!

Hi.
what did tou change to make the pop up disappear?

thank you

Hi,

Go to the admin panel. Click on Settings, then Markets and then you can
change/manage your preferences for your primary market and other
international locations/markets.

Hope this helps.

1 Like

Hi @OKBOX , you’re very welcome! And glad to hear you solved it!

1 Like