Shopping Cart Script - Can anyone recomend one?

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

    #1

    Shopping Cart Script - Can anyone recomend one?

    Can anyone recomend a good shopping cart script or an example of how to make one.

    I'm currently using http://www.mals-e.com free shopping cart script that they host.

    unfortunatly because they host the cart themselves I can't hack around and
    customise the scripts the way I want.

    the linking method I currently use is:

    <FORM name="form1" action="http://ww7.aitsafe.com/cf/add.cfm" method="post">
    <INPUT TYPE="HIDDEN" NAME="currency" VALUE="2">
    <INPUT TYPE="HIDDEN" NAME="userid" VALUE="9274454" >
    <INPUT TYPE="HIDDEN" NAME="price" VALUE="114.00">
    <INPUT TYPE="HIDDEN" NAME="return" VALUE="www.fluf fytoys.com/product.php?PID =63">
    <INPUT TYPE=submit VALUE="Add to Shopping Cart" NAME=Submit2>
    <INPUT TYPE="HIDDEN" NAME="product" VALUE="Fluffy Toy Bear">
    </FORM>

    and i'd like something similar.

    I have my own SSL

    many thanks

    Stu
  • jimt

    #2
    Re: Shopping Cart Script - Can anyone recomend one? done in php



    FREE Shopping cart osCommerce to start selling online. Accelerate your business endlessly by adding apps and custom development. Open source eCommerce platform.




    In article <763485f6.04081 21529.36e47687@ posting.google. com>, Stuart
    <stuayre@hotmai l.com> wrote:
    [color=blue]
    > Can anyone recomend a good shopping cart script or an example of how to make
    > one.
    >
    > I'm currently using http://www.mals-e.com free shopping cart script that they
    > host.
    >
    > unfortunatly because they host the cart themselves I can't hack around and
    > customise the scripts the way I want.
    >
    > the linking method I currently use is:
    >
    > <FORM name="form1" action="http://ww7.aitsafe.com/cf/add.cfm" method="post">
    > <INPUT TYPE="HIDDEN" NAME="currency" VALUE="2">
    > <INPUT TYPE="HIDDEN" NAME="userid" VALUE="9274454" >
    > <INPUT TYPE="HIDDEN" NAME="price" VALUE="114.00">
    > <INPUT TYPE="HIDDEN" NAME="return"
    > VALUE="www.fluf fytoys.com/product.php?PID =63">
    > <INPUT TYPE=submit VALUE="Add to Shopping Cart" NAME=Submit2>
    > <INPUT TYPE="HIDDEN" NAME="product" VALUE="Fluffy Toy Bear">
    > </FORM>
    >
    > and i'd like something similar.
    >
    > I have my own SSL
    >
    > many thanks
    >
    > Stu[/color]

    Comment

    Working...