Hello,
I'm trying to implement this project: a catalog of products. This catalog must be used within the store (via ipad). Customers NOT have an account but are recorded in a table "customer".
Customers can view products and add them to a sort of wish list, this list should be saved, because the customer can return after days and resume his selection to complete it or modify it.
Some parts of the project I focused and realized,
I have a problem though on saving customer information on the wish list. The first operation which must be done in the application is the choice of the customer
It is then shown the list of products, the customer can open the individual products, and possibly add to his wish.
The problem is that I can not find a way to save in the table whishlist data about the customer; I can only save the information on the product just selected.
I seem to have realized that there isn't a way to create session variables, but I have to pass variables only by the URL.
But how do I pass a variable in the URL from the "customer" list to the "products" list?