rmtagg Posted August 16, 2005 Share Posted August 16, 2005 Hi :) I have installed dangling carrot, images in cart & invoice, only this many. These are the last contribs added. Now a friend who was testing my check out for me on my live site can not remove any item. things are no longer lined up under the header listing. Here is my cart that I am testing as you can see there is not away to remove an item even with changing the quantity and hitting up date. http://www.2daysmarketplace.com/catalog/shopping_cart.php I would sure appreciate any help :) Thanks much! oh and since I am pretty new at thi ....in English if possible :) Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2005 Share Posted August 16, 2005 At about line 111 in shopping_cart.php, check to see if the block is intact... <br> $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', 'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'])); and about line 188: <td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td> Link to comment Share on other sites More sharing options...
rmtagg Posted August 16, 2005 Author Share Posted August 16, 2005 At about line 111 in shopping_cart.php, check to see if the block is intact...<br> $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', 'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'])); and about line 188: <td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td> <{POST_SNAPBACK}> thanks, that was it. I started that dang carrot contrib 4 lines before I should have! Thanks :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.