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
