[Solved] PHP Notice: Undefined variable: shipping_address
Posted: Mon Jan 23, 2017 3:44 pm
Hello
Everytime i try to checkout at the very end when clicking "Confirm Order" i get the following popup error
line 475
i checked the file on line 475 but dont know what the issue is, does someone know how to solve this?
checkout file attached

Everytime i try to checkout at the very end when clicking "Confirm Order" i get the following popup error
Code: Select all
PHP Notice: Undefined variable: shipping_address in /home/admin/web/aladdinsvapor.com/public_html/system/storage/modification/catalog/controller/journal2/checkout.php on line 475
Code: Select all
$query = $this->db->query("SELECT geo_zone_id FROM " . DB_PREFIX . "zone_to_geo_zone WHERE country_id = '" . (int)$shipping_address['country_id'] . "' AND (zone_id = '" . (int)$shipping_address['zone_id'] . "' OR zone_id = '0')");
checkout file attached
