Guest Posted June 5, 2008 Share Posted June 5, 2008 I am getting this error on my checkout_confirmation page when the products listing gets to the items with 2 attributes... 1 x Sports Star and Evil Celebrities Jerk Busters T-Shirt Fatal error: Cannot use string offset as an array in /home/revenge/public_html/catalog/checkout_confirmation.php on line 262 the site is http://revengeproductsinc.com. go to one of the celebrity tees and you will see there is a size attribute and another attribute to allow the user to choose a popular face to go on the tee. anyway.WHAT IS THIS ERROR??? Thanks in advance! Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2008 Share Posted June 5, 2008 this is line 262: for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) { Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.