david733383 Posted August 30, 2005 Share Posted August 30, 2005 It is difficult to update the quantity of an item in the shopping cart (have to change quantity and find the UPDATE button at the bottom). 1. I want to place a button "Update Quantity" under the quantity box for each item in the shopping cart. 2. I also want to have a delete button for each row of items in the shopping cart. Which file should be modified? Anybody know of pre-written code that I could use? Thanks, David. Link to comment Share on other sites More sharing options...
Guest Posted August 30, 2005 Share Posted August 30, 2005 In catalog\shopping_cart.php there is a "for" loop that processes the items. Further down you will see the $products_name being populated with the icon and price, qty etc. So there you will need to add 2 new table elements one for Quantity Update and the other for your delete button. Also near the beginning of the file you will need to add the header names for the new columns like Update, Delete Link to comment Share on other sites More sharing options...
Webtytte Posted March 22, 2006 Share Posted March 22, 2006 hi, Did you solve nr. 2? I am looking for exactly that solution. Kind regards Thomas Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.