Help adding checkbox

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slamdunk
Forum Newbie
Posts: 1
Joined: Thu Dec 25, 2008 6:53 pm

Help adding checkbox

Post by slamdunk »

Hello Guys,

I'm a novice. I'm using oscommerce for a small shopping cart. I want to replace each "add to cart" button with a checkbox and display only one "add to cart" button at the bottom of the page which adds every product checked in the product listing to the shopping cart.

I found a addon on oscommerce which does this job but it displays only 1 item per row while I want to display 4 item. But I'm not able to replace "add to cart" button with a checkbox on the original file. Please help adding the checkbox to the original file. I'm very new to php. The files are attached to give more idea.

product_listing.php is the original with “add to cart” button

product_listing_multi.php does the job however it displays only one item per row. Both screenshots are attached.

Thanks in advance!
product_listing.zip
product_listing.php is the original with “add to cart” button

product_listing_multi.php does the job however it displays only one item per row. Both screenshots are attached.
(92.4 KiB) Downloaded 2 times
Post Reply