On "Checkout/Payment" section, I got several errors and those are given below. Hurry! I found the solution to this bug: These errors displayed when I tried to checkout without any address. After I added the default address to my account, there errors disappeared!
Code: Select all
Notice: Undefined index: country_id in /public_html/catalog/model/payment/cod.php on line 9Notice: Undefined index: zone_id in /public_html/catalog/model/payment/cod.php on line 9Notice: Undefined index: country_id in /public_html/catalog/model/payment/pp_standard.php on line 9Notice: Undefined index: zone_id in /public_html/catalog/model/payment/pp_standard.php on line 9Notice: Undefined index: address_format in /public_html/catalog/controller/checkout/payment.php on line 136Notice: Undefined index: firstname in /public_html/catalog/controller/checkout/payment.php on line 155Notice: Undefined index: lastname in /public_html/catalog/controller/checkout/payment.php on line 156Notice: Undefined index: company in /public_html/catalog/controller/checkout/payment.php on line 157Notice: Undefined index: address_1 in /public_html/catalog/controller/checkout/payment.php on line 158Notice: Undefined index: address_2 in /public_html/catalog/controller/checkout/payment.php on line 159Notice: Undefined index: city in /public_html/catalog/controller/checkout/payment.php on line 160Notice: Undefined index: postcode in /public_html/catalog/controller/checkout/payment.php on line 161Notice: Undefined index: zone in /public_html/catalog/controller/checkout/payment.php on line 162Notice: Undefined index: country in /public_html/catalog/controller/checkout/payment.php on line 163