I am creating a web application that allows site visitors to customize a product and then add this custom item to their shopping cart to buy it. For example, I could create a car with the following settings:
- Alloy wheels
- Leather seats
- Red
I was looking for a solution to my problem, but have not yet found anything useful. I use CS-Cart as a basket solution.
I need to know how I can programmatically add this custom item to the user's cart. Does the CS-Cart API provide for doing something similar? If not, does anyone have any suggestions on how I could achieve my goal? I just need to add a common custom assembly item to the user's cart with the settings that they somehow bound to this item.
source
share