Integrating Slash with e-commerce?
Does anyone know of sites that have integrated Slashcode with some sort of e-commerce / shopping-cart system? Or, how that might best be done? I'm looking at open-source e-commerce packages such as, for instance, phpShop (http://www.phpshop.org) and osCommerce (http://www.oscommerce.com/) and wondering if and how they could be melded with Slashcode.
thanks, Tim.
thanks, Tim.
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.



What about Interchange? (Score:2)
FWIW, the backend is similar to Slash in some respects.
I don't actually have a single server running both applications at the moment, otherwise I'd have more substantive comments. But, let me know if the idea of using Interchange intrigues you, and I will try to relate some of my installation and configuration experiences.
--
Dave Aiello
Chatham Township Data Corporation [ctdata.com]
Re:What about Interchange? (Score:1)
Interchange Installation Highlights (Score:2)
- 256 M RAM
- 3 G HD, auto partition
- Red Hat 7.2, set up as a server, with LILO
- Classic X Windows System, X Windows System, and GNOME package groups
- Interchange 4.8.6 installed from tarball
- mySQL 3.23 installed from mySQL (not Red Hat) RPMs
- DBI 1.18 and DBD-MySQL 1.2216 installed from Red Hat RPMs
- Apache 1.3.27 from Red Hat RPMs
Obviously, the way I installed Apache may not be compatible with Slash. But, at the moment, the requirements for this machine do not include Slash or Slash-like functionality. I doubt that my Interchange configuration would have broken if I had installed Apache from its sources.There was a good deal of trial and error associated with getting this software running to the point where the demo catalog (aka foundation) worked. A lot of the problems were related to plain old UNIX file permissions. Some were related to order of operations.
I had to do two complete installation attempts before Interchange worked at all. My normal approach to all OpenSource system installation is to build a machine virtually on my laptop using VMware. This worked fine in this case. After I got the second virtual machine to a fully functional state, I repeated the process on a server where a production web site can live.
As with everything else you read that is this abstract, YMMV.
--
Dave Aiello
Chatham Township Data Corporation [ctdata.com]