21andy Posted July 26, 2005 Share Posted July 26, 2005 sorry, i'm not good at english. now , i don't know how to do this modified i hope to CLICK A LINK to Remove CartItem , not click checkbox and click update who can help me ? Link to comment Share on other sites More sharing options...
21andy Posted July 27, 2005 Author Share Posted July 27, 2005 i hope to CLICK A LINK to Remove Cart Item , not click checkbox and click update in /shopping_cart.php 'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'])); i want to let it type like this <a href="action?????">del</a> who can help me finish this code ? thank u very much!!! Link to comment Share on other sites More sharing options...
21andy Posted July 28, 2005 Author Share Posted July 28, 2005 i found this code in "MyWishlist" flow code , can remove ITEM in WISHLIST <a href="<?php echo tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=remove_wishlist&pid=' . $products[$i]['id'], 'NONSSL'); ?>"><?php echo BOX_TEXT_DELETE; ?></a> then, SHOPPING CART how to do ??? Link to comment Share on other sites More sharing options...
21andy Posted July 30, 2005 Author Share Posted July 30, 2005 sos!? :( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.