views:

54

answers:

3

Hello what I want to do is include a shopping cart on CF site. There are only 10 products but they want it to have their same look. Is there a way to have an include that would render a mini shopping cart inside their pages, but use outside shopping cart program.

I'm not sure if there is anything like this so any suggestions would be helpful.

I can use any of the following technologies. PHP MYSQL CF

I was hoping there is a solution like popshops.com for Shopping carts. Where the backend is managed somewhere else and I just put a script embeding it on my site.

A: 

CF Shopkart looks promising... and free as in beer!

CF Webstore, CF Ezcart are also ready made CFML solutions.

Cartweaver also might be worth looking at, it works for both PHP and CFML

ethyreal
A: 

List of CF shopping carts: http://www.carehart.org/cf411/#ecm

Henry
+1  A: 

Ok, so I figured out the answer. I am just using google store checkout. It lets you creat products and then embed them in your own site rather easily. Thanks everyone.

Google_Checkout_Store http://code.google.com/apis/checkout/developer/Google%5FCheckout%5FStore%5FGadget%5FHow%5FTo.html

Kauthon
that's a good option too! :)
Henry