Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Storefront-in-a-Box 21

like-it-or-not asks: "I'm the network admin for a Mom & Pop chain of warehouses and stores. The owners finally want to take the leap to the 'online market' and have asked me to build them a storefront (catalog and shopping cart, etc.). I haven't done any Web building in several years so I haven't kept up with the many changes in the field. Rather than construct something 'from scratch', I'm wanting to just buy (and then customize) a 'store in a box' (pre-made HTML+CGI+? templates). I've looked around some and wonder what recommendations this community might offer. I have only one requirement: I want to 'own' the software and hardware, not simply use it as a part of renting some space from a provider). Thanks!"
This discussion has been archived. No new comments can be posted.

Storefront-in-a-Box

Comments Filter:
  • by joe094287523459087 ( 564414 ) <joe@jo e . to> on Saturday October 26, 2002 @02:22PM (#4537492) Homepage
    it totally depends on your environment.

    are you limited to certain services by your ISP or do you have access to install and run anything?

    is it windows or linux?

    will the catalog change often or rarely?

    do the owners need to be able to make changes themselves or will they always hire someone to make changes?

    do you want it 99% secure or 99.99% secure?

    how much traffic do you get, from modem users or broadband users?

    do you want something turn-key or would be be comfortable doing the integration yourself between the separate packages for the catalog, the shopping cart, and the payment system?

    there is no one-size-fits-all answer for all these different permutations - post more info :)
  • by ddeyoung ( 578199 ) on Saturday October 26, 2002 @02:22PM (#4537494)
    Call me paranoid... When it's just me, I don't want to be responsible for credit card numbers. If I have to develop, deploy, and secure the whole mess at every level (software, system, network)... Forget it!!! Outsource the credit card part at least for God's sake!!! The store front resides on your server, connects to your db server, resides behind your firewall, and somebody else takes liability where the money is concerned. my 2 cents.
  • Use Slash.

    You can get it here [slashcode.com].

    Just look at how versatile it is

    Exhibit 1 [chemical-engineering.com]
    Exhibit 2 [m57.org]
    Exhibit 3 [insurrection.com]

    The instructions for turning on the shopping cart code are in the source.
  • search sf.net for ecommerce... you'll find some very nice programs... don't know if that's the kind of app you're looking for...
  • oscommerce [oscommerce.com].

    Formelly The Exchange Project. Good stuff.
  • ...services such as this one [instantshops.com] which are low cost, require no special software, and are engineered specifically for mom 'n pop businesses.
  • Storephront (Score:3, Informative)

    by dragonfly_blue ( 101697 ) on Saturday October 26, 2002 @03:13PM (#4537722) Homepage
    I noticed an open source project that has the potential to be just what you need, called StorePhront. I am not sure how stable or versatile it is as I have not yet tried it, but their demo is impressive. Check it out here [storephront.com].


    If it seems to be the type of thing that will work for you, I'm sure the authors would accept and appreciate contributions for further development.

  • Built one for some clients a while ago.
    clients were dot commies so went bust...and i dont have anything useful to do with it anymore.
    its totally modular and does everything. built in Java+HTML (java is totally separate from the HTML) and connects to any database/OS known to man. I can prolly customize it for you. not open source but you own the hardware+software and its plug n play. no admin required (has watchdog timer, automated backups + bandwidth throttle/selective service Q) and secure (AES 256 bit/RSA 2048 bit).
    Its been deployed on lotsa hardware including clusters and tested upto 200K transactions/min.
    If interested let me know. it'll cost you around $5K/site cos i'll have to customize it some depending on what features you want on each site.
    i can handle most of the credit card setup and help you in the process..ive done it dozens of times anyway. I can also ship you preinstalled versions on custom hardware. zurk42 at hushmail dot com

  • by KILNA ( 536949 ) <kilna@kilna.com> on Saturday October 26, 2002 @03:54PM (#4537878) Homepage Journal

    I understand that being a system admin for a mom and pop store can be fun, you get to be the hero, you get to put your mark on the world. But you're also costing mom and pop a lot more to have someone on staff to patch the system if problems crop up. You're also tying yourself to all the responsibility, becoming a single point of failure for their online business. Nobody ever likes being the single point of failure for anything. Are you sure you really want to own the software and the hardware?

    There are a lot of e-commerce services out there... you may not 'own' the hardware or software for them, but any of them worth their salt will allow you to export all of the crucial information into file formats that can be read into another piece of software. Yahoo Stores takes this model, and so does my employer Zoovy [zoovy.com]. Better still, you have a company that you can hold accountable in case something goes pear-shaped. They consolidate the resources of administering the systems, patching the e-commerce software, and making security upgrades, saving mom and pop money. For the same reason that managed hosting is useful, so is going for an e-commerce service that doesn't require you to maintain everything. Who actually enjoys dealing with SSL certificates, DNS hiccups, troubleshooting credit card gateways, backing up databases. A service can take away these not-so-fun parts all while giving higher availability, leaving you to play around with HTML templates and finding better ways to make the store make money. And making money is what you're there to help mom and pop do, right?

    • Me too.

      I used to run several large ecommerce sites and for the majority of small to medium shops I would recommend Yahoo Stores over many self-hosting approaches. Most small shops fit nicely into the catalog based approach that Yahoo uses. If nothing else, the economics of paying a cut to a hosting services outway the cost of building and hosting it yourself.

      If you still want to do it yourself, the Intershop product used to be fairly good. You may need to hook up your inventory system in any case. There are several open source projects, but I don't know enought to comment on them.

      • by eddy the lip ( 20794 ) on Saturday October 26, 2002 @05:42PM (#4538331)

        Self-hosting probably wouldn't be what I'd recommend either (having credit card numbers on my server makes me nervous, but then I'm not qualified to admin an e-commerce server). But, whatever you do, for your sanity, don't go near Yahoo! Stores. I've developed a couple, and I've been admining a quite busy one for nearly a year now and it's utter hell. If you don't care what the site looks like, you can use one of their pre-built catalog template thingies and probably be ok, but if you want to do anything remotely customized, you'll be delving into RTML. RTML is it's own little hell - the lispish syntax is kinda nice, but doing server side programming by pointing and clicking through forms (no, you can't just type the code in) is insanely time consuming, and hard on the mouse wrist.

        An extra joy when I first worked on it was that RTML wasn't actually documented anywhere, if by documentation you mean any kind of explanation or example of how to use a particular construct. I understand there's a book available now, but I can't vouch for it as I haven't read it.

        Further, the fact that little bits of HTML and javascript and what have you end up scattered across various forms will make hunting for that particular menu graphic that you need to change a real treat. You'll start out with the best of intentions - keeping all your pieces nicely organized and in their proper locations. But the tools are simply not designed for ease of administration and the onset of entropy will be swift.

        Finally, while you can do things like download your catalog from the server, you can't actually get at any other part of the site. There's no template you can store locally and just upload for handy updates. And when you finally get tired of spending two or three times as long doing simple tasks and decide to move, you'll find that you need to build the site from scratch again, because it won't run anywhere else. You can't just grab your site and upload it to another server. You're trapped.

        I'll stop ranting now - I just can't begin to tell you how much time I've wasted dealing with Yahoo! Stores. My time has meant client's money, and the only one winning is Yahoo!

  • You have options (Score:2, Informative)

    by bogs ( 620764 )
    If you were to develop it yourself then yes you would save some money and spend a lot of time developing it. Other wise just outsource it! It costs you more but will be designed exactly to your needs.
    I have not come accross any perfect out of the box solution for what you are asking. If you want to do it yourself i would strongly suggest after you decide on the platform being windows or unix look into getting someone to getting someone like verisign (more customers that way) for your credit card processing.
    Then decide on the database for all your inventory. If it is already in sql or oracle or whatever you might be able to go with that and not pay a fortune but mostly spend time to design your own databae for all the inventory. Not to mention the ability to have a send to shipping solution (with other words no double checking) in inventory automatic deduction based on the online orders.
    Don't forget if you spend more money now you most likely will save a lot more for the future! Look at the whole system not just the webstore front part.
    The other important thing is of course make sure it gets advertised right otherwise you don't benefit.
  • Not yet at least. My mom is going down this path herself. She's going to use Verisign. Rates were what she felt was fair, they are a fairly trusted company (yes, they are control freaks, but that can be a good thing). The interface is pretty intiutive for building a page. Certificates are already in the browsers, etc.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...