We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://demo.opencart.com/index.php?route=account/register
When we select Country as Singapore in Region/State it should display as "None" & Selected.
In AJAX call of country instead of if (json['zone']) {
Need to change if (json['zone'] != '') {
Need to change on 10-12 file places. It works on older version. But newer version it's not working.
The text was updated successfully, but these errors were encountered:
can not find this code
Sorry, something went wrong.
There is an issue. Please check on live URL.
No branches or pull requests
http://demo.opencart.com/index.php?route=account/register
When we select Country as Singapore in Region/State it should display as "None" & Selected.
In AJAX call of country instead of
if (json['zone']) {
Need to change
if (json['zone'] != '') {
Need to change on 10-12 file places. It works on older version. But newer version it's not working.
The text was updated successfully, but these errors were encountered: