In the AJAX country selector there is a line checking isset DEFAULT_COUNTRY ... which will never be set because the code is missing from core.php.
I was also going to move the setting into the admin configuration (like the UK/US switch)
Regards,
This is a discussion on Need help on new products page and admin/customers/create account page within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; In the AJAX country selector there is a line checking isset DEFAULT_COUNTRY ... which will never be set because the ...
In the AJAX country selector there is a line checking isset DEFAULT_COUNTRY ... which will never be set because the code is missing from core.php.
I was also going to move the setting into the admin configuration (like the UK/US switch)
Regards,
pgmarshall
_______________________________
Hosting plans with installation, configuration, contributions, support and maintenance.
It works by adding define('DEFAULT_COUNTRY', '38'); to catalog/admin/includes/languages/english/core.php. Thanks! Just FYI, 38 is for Canada, USA is 223.
Bookmarks