kagg Posted November 8, 2002 Posted November 8, 2002 I want to have zone code (not zone name) in my checkout confirmation page for delivery address. How?? kagg
colhemm Posted May 5, 2010 Posted May 5, 2010 Thats exactly what i need and cant find anything to help, so any advice would be great... anyone :) colhemm
Guest Posted May 6, 2010 Posted May 6, 2010 If I am not mistaken, the checkout_confirmation.php file draws from the checkout_payment page for the zone information. On or about line 98 you will see this: $zone_query = tep_db_query("select distinct zone_id from " . TABLE_ZONES . " where zone_country_id = '" . (int)$country . "' and (zone_name = '" . tep_db_input($state) . "' or zone_code = '" . tep_db_input($state) . "')"); which calls the zone_name perhaps if you changed it to zone_code it would then pass this information to the checkout_confirmation.php page. I am just guessing and only looked at it quickly but that might do it for you. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.