Can anyone help me as to why many of my customers get an error message to inform them "Sorry we do not delivery to your location"
Am I missing something?
Thanks,
Adam.
Can anyone help me as to why many of my customers get an error message to inform them "Sorry we do not delivery to your location"
Am I missing something?
Thanks,
Adam.
What shipping modules do you have activated? Do you have zone restrictions on them?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Either remove the UK or add the other places you will ship to.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Are you saying you deleted all the other countries from the Admin?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Looking at your login page I see a couple of possibilities. First is you are missing a section of the CSS code that should hide the grayed-out block.
Add this to your stylesheet -
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}
Second - I think you need to add the UK counties in order for that dropdown to work properly. Check the downloads section for the addition.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.