Can you assist with a PHP shopping cart script.
I need to call say MyShoppingCart with
session ID
Command say Change, Display, may not be necessary as
assume no
products means display with no changes
Product Code
Product Description
Product Quantity
Product Price
the product details could be repeated for say multiple
selections on pages
I would also wish to link to PayPal for either payment by PayPal or
Credit
Card.
I can cope with the display, product management, database (SQLITE not
MySQL), but not the Cart bit. I have searched quite a lot but all
solutions seem to include all sorts of extra facilities, that i do not
need. I just want a Cart Manager and Payment Link.
Any pointers in the right direction will be appreciated.
Thanks
Tim