Guest Posted January 12, 2005 Posted January 12, 2005 How to find it: - Create an account for an US customer and select a state. - Go to my account, address book, edit - Change country to Germany and click update - You're presented with a list of German counties and country is still US. (should be Germany as selected in the previous step). Can anyone offer a solution? Thanks in advance.
bglkk Posted January 12, 2005 Posted January 12, 2005 Does not happen with Steve L.'s Country-State Selector installed. http://www.oscommerce.com/community/contributions,2028/ "Buy the ticket, take the ride..." -HST
boxtel Posted January 12, 2005 Posted January 12, 2005 How to find it:- Create an account for an US customer and select a state. - Go to my account, address book, edit - Change country to Germany and click update - You're presented with a list of German counties and country is still US. (should be Germany as selected in the previous step). Can anyone offer a solution? Thanks in advance. <{POST_SNAPBACK}> in address_book_details module I have put this : if ($country != '') { $entry['entry_country_id'] = $country; } before this : <tr> <td class="main"><?php echo ENTRY_COUNTRY; ?></td> <td class="main"><?php echo tep_get_country_list('country', $entry['entry_country_id']) . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td> </tr> Treasurer MFC
burt Posted January 12, 2005 Posted January 12, 2005 I have never noticed that bug before. Thank you Amanda for the easy fix :D
Guest Posted January 12, 2005 Posted January 12, 2005 Amanda, you have saved the day. :thumbsup: Many thanks.
Guest Posted January 12, 2005 Posted January 12, 2005 Does not happen with Steve L.'s Country-State Selector installed. http://www.oscommerce.com/community/contributions,2028/ <{POST_SNAPBACK}> Thank you Douglas. That's a great contribution!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.