New Zenner
- Join Date:
- Jun 2009
- Posts:
- 1
- Plugin Contributions:
- 0
Can I use existing database
Hi everyone,
After messing around with a commercial shopping cart solution for about 4 weeks now, I finally gave up on it. It just didn't have the features I needed and also the support was abysmal.
So ,I decided to try zen cart, since I like the features it has and this forum.
I have the following questions:
- Can I create product links that add the product to the cart.
- Also can I use an existing database to create the product links.
The following situation now,
I have a function that returns a url with the database variables like this
return "http://".$URL."/cart.php?action=add&descr=".$var["name"]."&id=".$var["id"]."&price=".$var["price"];
This is one feature that made me decide to use the commercial shopping cart, but without support it's unworkable :(
Can I use a similar construction with zen cart?
Help will be greatly appreciated.
Alex