sounds harder than it is, shopping carts are easily written, use a session,
and store the SKU's (item numbers) in an array along with QTY.
or are you looking for an entire thumbnail, browsing, shopping site?
--
Mike Bradley
http://www.gzentools.com -- free online php tools
"Salmo Bytes" <devnull@montana-riverboats.com> wrote in message
news:a8c6175f.0401310543.248861fa@posting.google.c om...[color=blue]
> I know this is a FAQ. But the answer still isn't clear,
> regardless dozens of previous threads.
>
> I want to invest (time and perhaps money too) in
> php-based shopping cart software. But--as a developer--
> I want to work with a system adaptable to my
> own automatic page generation libraries.
>
> A quick look at OSCommerce was dissapointing because
> OSCommerce requires register_globals to be on, while
> my system has it turned off. I don't mind spending
> money ( < $500 ) but I do want well-written, modular
> oop code that lends itself well to extension and modification.
>
> What's the best system to work with?[/color]