Question

my client would like his magento site cart to be restricted to some countries. There is a countries restriction in the System > Config > General panel, but it disablesthe whole website. I would like the site to be usable for everyone, only adding products to cart and checkout would be restricted to some countries.

I didn't find any module doing this yet. Is there one ? Or should I develop my own module ? Any idea how to do that ?

Greetings

Était-ce utile?

La solution

you have to develop your module and just put observer on billing cart save before and check entered country is restricted country or not if yes then enter some message

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top