Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Shopping Cart Recommendation?

Shopping Cart Recommendation?

Scheduled Pinned Locked Moved The Lounge
20 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Snowman58

    I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

    Melting Away www.deals-house.com www.innovative--concepts.com

    T Offline
    T Offline
    Tom Thorp
    wrote on last edited by
    #8

    If this is a new project, then take a look at using DotNetNuke based cart. I've done several and found that doing the skinning takes longer than getting the cart running. If you are not familiar with DotNetNuke, it is about 80k+ lines of open source VB.Net code that provides a very flexible content management system and is very powerful. And includes a simple cart for free. You can research the various carts at dotnetnuke.com/ marketplace and at snowcovered.com. I use one called CataLook that for $99 is really hard to beat. Most of them have trial versions so you can see which one meets your needs. Tom

    1 Reply Last reply
    0
    • U urbane tiger

      Make sure it's got wheels that work inside the store but jam when you walk it outside the store Don't get the one in which kids can sit, it only encourages people to have sex.

      J Offline
      J Offline
      Joan M
      wrote on last edited by
      #9

      urbane.tiger wrote:

      it only encourages people to have sex

      May I ask (even it is a dangerous question) how?

      [www.tamelectromecanica.com][www.tam.cat]

      S U 2 Replies Last reply
      0
      • S Snowman58

        I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

        Melting Away www.deals-house.com www.innovative--concepts.com

        M Offline
        M Offline
        Marc Firth
        wrote on last edited by
        #10

        If you want to go the pro route, I suggest getting to know paypal- it takes a few days to get into paypal (ipn, adt, set up etc), but it's worth it. I also suggest building a custom shopping cart to keep page loading times down. If you'd rather go with a prebuilt solution - look up oscommerce, zen cart or similar. For php & paypal tuts google: "killer php shopping cart"

        Neonlight

        S 1 Reply Last reply
        0
        • J Joan M

          urbane.tiger wrote:

          it only encourages people to have sex

          May I ask (even it is a dangerous question) how?

          [www.tamelectromecanica.com][www.tam.cat]

          S Offline
          S Offline
          Steve Mayfield
          wrote on last edited by
          #11

          they need to spawn a child (process) to fill the seat ;)

          Steve _________________ I C(++) therefore I am

          J 1 Reply Last reply
          0
          • M Marc Firth

            If you want to go the pro route, I suggest getting to know paypal- it takes a few days to get into paypal (ipn, adt, set up etc), but it's worth it. I also suggest building a custom shopping cart to keep page loading times down. If you'd rather go with a prebuilt solution - look up oscommerce, zen cart or similar. For php & paypal tuts google: "killer php shopping cart"

            Neonlight

            S Offline
            S Offline
            Steve Mayfield
            wrote on last edited by
            #12

            :thumbsup: on oscommerce - they have lots of plug-ins for payment gateways. They are also one of the few that make it easy to support stores with 1000's of products. And of course, it is open source and free!

            Steve _________________ I C(++) therefore I am

            1 Reply Last reply
            0
            • S Steve Mayfield

              they need to spawn a child (process) to fill the seat ;)

              Steve _________________ I C(++) therefore I am

              J Offline
              J Offline
              Joan M
              wrote on last edited by
              #13

              I was expecting something more on the line of "Yes, I know a friend of mine that gets excited when he sees those seats..." and of course, after that a list of possible different positions should have been posted... Anyway... good answer... :rolleyes:

              [www.tamelectromecanica.com][www.tam.cat]

              1 Reply Last reply
              0
              • S Snowman58

                I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

                Melting Away www.deals-house.com www.innovative--concepts.com

                R Offline
                R Offline
                Rajesh R Subramanian
                wrote on last edited by
                #14

                I don't know your budget, but I'll strongly recommend E-payment components by /n Software[^]. We have their red carpet subscription and I'd say their products are very good and their support is excellent too.

                It is a crappy thing, but it's life -^ Carlo Pallini

                1 Reply Last reply
                0
                • S Snowman58

                  I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

                  Melting Away www.deals-house.com www.innovative--concepts.com

                  R Offline
                  R Offline
                  rayrad
                  wrote on last edited by
                  #15

                  I cannot give you a complete analysis, but I will offer what I know. I have personally worked with three different shopping carts (when I say worked with, I mean had to get in to the code and make modifications). These are

                  • osCommerce[^]
                    - PHP - Open Source - osCommerce has been around a long time. The project/product itself is fairly bare-bones, but there is a huge amount of addons[^] for it. However, just about all addons require going in and changing the code. This is usually pretty easy as the addon "package" typically includes instructions on where and how to make code changes, but it does present a problem if you upgrade to a newer version of the base application. This appears to be somewhat mitigated by the fact that development on it appears to have slowed down. The last release was on January 30th, 2008.* Zen Cart[^]
                    - PHP - Open Source - Zen Cart is to osCommerce as Subversion is to CVS (if that makes any sense). Some years back a group of people took a drop of osCommerce sources and set out to build something "better". It has a built-in mechanism for installing addons, which means less coding on your part, but it also has a smaller (though still 500+) pool of addons[^].* AbleCommerce[^]
                    - C# - Commercial - AbleCommerce is a fairly robust platform for eCommerce. With a purchase you get all of the source code for the main shopping cart site, but not for their core functionality libraries, primarily CommerceBuilder.dll. It takes some getting acclimated to where everything is in the code and how to properly hook things, but in general it is not too difficult.

                  All three of these have fairly active community forums where you can search for answers to questions and typically find them without having to post your own inquiry. Beyond these, Wikipedia has an article

                  1 Reply Last reply
                  0
                  • S Snowman58

                    I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

                    Melting Away www.deals-house.com www.innovative--concepts.com

                    S Offline
                    S Offline
                    Snowman58
                    wrote on last edited by
                    #16

                    Thanks for all the great comments - I am going to download a couple of these and try them out.

                    Melting Away www.deals-house.com www.innovative--concepts.com

                    1 Reply Last reply
                    0
                    • S Snowman58

                      I have a new project requiring a shopping cart with credit card processing. I toyed with ecommerce a few years ago, but wondered what experience others have had. Thanks for your input!

                      Melting Away www.deals-house.com www.innovative--concepts.com

                      T Offline
                      T Offline
                      TGC123
                      wrote on last edited by
                      #17

                      I've done dozens of ecommerce projects and suggest the following. If you need a good turn key system that's full featured, easy to skin, and turn key, I'd consider Pinnacle Cart (php/mysql). If you need a good open source system, I'd look into Magentocommerce. Its much newer than oscommerce and has received excellent reviews. I am still working to figure out how to skin it, as it uses a different approach to skinning, but should be more flexible in the long run. (php/mysql). Another good one is Interspire. Again a much newer cart (not open source), but also using a lot of newer web programming techniques. (php/mysql).

                      Tom Christensen www.actiondigital.com

                      1 Reply Last reply
                      0
                      • U urbane tiger

                        Make sure it's got wheels that work inside the store but jam when you walk it outside the store Don't get the one in which kids can sit, it only encourages people to have sex.

                        T Offline
                        T Offline
                        Terence Wallace
                        wrote on last edited by
                        #18

                        :-D

                        "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

                        1 Reply Last reply
                        0
                        • L Lost User

                          urbane.tiger wrote:

                          Don't get the one in which kids can sit, it only encourages people to have sex.

                          Ah but that has created a whole new market for over protective parents. You can now buy a $30 plastic liner for the child seat on the shopping cart so your precious offspring dont have to actually the touch the cart

                          U Offline
                          U Offline
                          urbane tiger
                          wrote on last edited by
                          #19

                          better keep quiet about that, otherwise the consumer protectionists will want the nanny state to fund trolley liners

                          1 Reply Last reply
                          0
                          • J Joan M

                            urbane.tiger wrote:

                            it only encourages people to have sex

                            May I ask (even it is a dangerous question) how?

                            [www.tamelectromecanica.com][www.tam.cat]

                            U Offline
                            U Offline
                            urbane tiger
                            wrote on last edited by
                            #20

                            child friendly environments encourage people to want children, and the way most people get them is via sex if you're going have sex in the trolley please use one of the liners to which Josh Grey previously referred

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups