I am getting errors when I place a product in my shopping cart. I am using the default opencart(1.5.6) theme, opentshirt(1.2.3), and only vqmod(2.4.1) installed so far. I looked at the code and all instances point to if ($product['recurring']).
These appear when I view my shopping cart
Notice: Undefined index: recurring in /home/****/public_html/catalog/controller/checkout/cart.php on line 248
Notice: Undefined index: recurring in /home/****/public_html/catalog/controller/checkout/cart.php on line 284
Notice: Undefined index: profile_name in /home/****/public_html/catalog/controller/checkout/cart.php on line 285
Notice: Undefined index: recurring in /home/****/public_html/catalog/controller/module/cart.php on line 113
Notice: Undefined index: profile_name in /home/****/public_html/catalog/controller/module/cart.php on line 114
During checkout at the Payment Method section i get this error:
/home/****/public_html/vqmod/vqcache/vq2-system_library_cart.php on line 589
Any help would be appreciate, Thanks.
Those aren't errors that will necessarily affect the store performance, just annoyances. However they should be taken care of. Whenever you have an undefined index you need to make an if(isset( check to send it away if returns false.
hi - i have the exact same errors and neither opencart or opentshirts can really sort it out.
i see no posts that helped to resolve it -- how did you guys sort it out??
i can for the life of me not figure it out.
strangely enough, i have 2 print methods, when you go via "transfer" -- no problems, when you choose "screenprint" method, then on the checkout process i get those exact same errors.
i see no posts that helped to resolve it -- how did you guys sort it out??
i can for the life of me not figure it out.
strangely enough, i have 2 print methods, when you go via "transfer" -- no problems, when you choose "screenprint" method, then on the checkout process i get those exact same errors.
Who is online
Users browsing this forum: No registered users and 15 guests