What's the best ASPNET Shopping Cart software?

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

    What's the best ASPNET Shopping Cart software?

    I want your recommendation on which ASP.NET Shopping Cart software I should
    buy?

    Best code
    Best documentation
    Best support (if needed. I will buying source code, if possible)

    TIA,

    Larry Woods


  • Crouchie1998

    #2
    Re: What's the best ASPNET Shopping Cart software?

    Hi Larry!

    Why don't you use PayPal? They take a small percentage of the price, but you
    have no need to write complicated code for a secure transaction & you won't
    need a SSL certificate

    See here:

    PayPal enables you to securely make payments to individuals or businesses worldwide. Our app provides a simple and secure way to pay anyone, anywhere.


    If the above link doesn't work, goto:

    From paying friends to saving money or getting cash back when you shop, explore what the new PayPal app has to offer.


    Now, scroll to the bottom of the page & then click the developer link

    I hope this helps,

    Crouchie1998
    BA (HONS) MCP MCSE


    Comment

    • l.woods

      #3
      Re: What's the best ASPNET Shopping Cart software?

      I need more flexibility then is offered by PayPal.

      Larry

      "Crouchie19 98" <crouchie1998@s pamcop.net> wrote in message
      news:OsGXebxiFH A.2848@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Hi Larry!
      >
      > Why don't you use PayPal? They take a small percentage of the price, but[/color]
      you[color=blue]
      > have no need to write complicated code for a secure transaction & you[/color]
      won't[color=blue]
      > need a SSL certificate
      >
      > See here:
      >
      > http://www.paypal.com/cgi-bin/webscr.../intro-outside
      >
      > If the above link doesn't work, goto:
      >
      > http://www.paypal.com
      >
      > Now, scroll to the bottom of the page & then click the developer link
      >
      > I hope this helps,
      >
      > Crouchie1998
      > BA (HONS) MCP MCSE
      >
      >[/color]


      Comment

      • TJS

        #4
        Re: What's the best ASPNET Shopping Cart software?

        "Best " is relative .
        For some best may be the simplest or free, for others, best may be the most
        powerful and expensive.

        You'll have to be more specific or just google for asp.net shopping carts


        "l.woods" <larry@NOSPAMlw oods.com> wrote in message
        news:elmQFlviFH A.2644@TK2MSFTN GP09.phx.gbl...[color=blue]
        >I want your recommendation on which ASP.NET Shopping Cart software I should
        > buy?
        >
        > Best code
        > Best documentation
        > Best support (if needed. I will buying source code, if possible)
        >
        > TIA,
        >
        > Larry Woods
        >
        >[/color]


        Comment

        • rlpublic@yahoo.ca

          #5
          Re: What's the best ASPNET Shopping Cart software?

          Hi,

          you should look at the following package:

          http://www.profitautomation.co m/app/adtrack.asp?AdI D=155258

          I use it personally and some of my friends use it too - it's very
          handy. It has following features:

          Integrated Shopping Cart
          Manage Productd
          Manage Clients / Mailing Lists
          Autoresponders
          Manage Affiliate Program
          Ad Tracker
          etc.

          For example I just set up ad tracker to track clickthrough from this
          post - it took me 10 seconds. If you are serious about selling
          something on the web you need most of the features they offer. Signup
          is quick and it is very easy to try - they have useful tutorials.

          They also have active online and phone support - I used it few times
          and am very happy with them.

          http://www.profitautomation.co m/app/adtrack.asp?AdI D=155258

          Best wishes,
          Rado Lang

          Comment

          • Charlie@NISH

            #6
            Re: What's the best ASPNET Shopping Cart software?

            Just build your own. The easiest way is to store a DataTable to session
            object and insert rows as items are added. At checkout, you can sum
            columns.

            Charlie
            "l.woods" <larry@NOSPAMlw oods.com> wrote in message
            news:elmQFlviFH A.2644@TK2MSFTN GP09.phx.gbl...[color=blue]
            >I want your recommendation on which ASP.NET Shopping Cart software I should
            > buy?
            >
            > Best code
            > Best documentation
            > Best support (if needed. I will buying source code, if possible)
            >
            > TIA,
            >
            > Larry Woods
            >
            >[/color]


            Comment

            Working...