Add to shopping cart programaticley

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
I have solved one problem of adding a new product to the catalog with a new view, it now adds a product based on the concatination of the invoice number, date and time to the backend database.

What I need to know I asume in the customer or cart control I can pass the ID of the new product I created and add it to the cart or are the carts based on session id's.

To be able to use the custome / invoice payment system I have created the user has to be login, it dose not work as a guest.

I asume some where in the system there is a call U can use to add the product to current shopping cart for the login user.

TA
11 years ago
I have got this working, using a mixture of my own dll, that shoehorns a new product in to the database and then taking code from the add to cart code and mixed em.

This works a treat...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.