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:
1) Can I create product links that add the product to the cart.
2) 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
This is one feature that made me decide to use the commercial shopping cart, but without support it's unworkableCode:return "http://".$URL."/cart.php?action=add&descr=".$var["name"]."&id=".$var["id"]."&price=".$var["price"];
Can I use a similar construction with zen cart?
Help will be greatly appreciated.
Alex




