Shopping Cart FAQ, with a twist

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Salmo Bytes

    Shopping Cart FAQ, with a twist

    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_global s 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?
  • CountScubula

    #2
    Re: Shopping Cart FAQ, with a twist

    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@montan a-riverboats.com> wrote in message
    news:a8c6175f.0 401310543.24886 1fa@posting.goo gle.com...[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_global s 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]


    Comment

    • sandy pittendrigh

      #3
      Re: Shopping Cart FAQ, with a twist

      Complete system? Yes.

      Checkout previews, credit card prevalidation,
      shipping costs as a function of weight times zip code,
      storing previous transactions, cookie based
      customer info (street address, email, etc),
      all that stuff adds up to a lot of code.



      Comment

      Working...