The items you have selected cannot be shipped at the moment. Please contact the store owner to arrange for shipping

magento.stackexchange https://magento.stackexchange.com//questions/92773

Question

Each time I'm getting this error after completing order in my website. Order notification, payment all are working fine. But this message confused customers.

The items you have selected cannot be shipped at the moment. Please contact the store owner to arrange for shipping.

Anybody have any idea why this problem appearing and how to solve it? Here is the image enter image description here

Was it helpful?

Solution

That string is not in Magento standard so it must be from an extension you installed. Navigate to the root directory of your magento installation and run this from the command line:

grep -r "The items you have selected" .

The filepath of the found file should show you which extension it's coming from. Contact the extension developer after that.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top