HI Everyone,
I have a project where I want to create a private site used for quoting new computers/monitors/keyboard etc to customers.
I want to be able to login to the website and then add items to the cart from a list of items I have prepared with set prices, supplier codes, pictures etc
Once the cart has all of the needed items then click create quote.
which sends the user to a dynamically created page with a copy and pastable quote with pictures, descriptions etc ( will work on then being able to email the quote out to the user from the website later )
Would also like for the items to stay in the cart if the user logs out untill they either remove them or click create quote.
Would like the quotes to be saved on another page where the user can browse the quotes they have created.
It sounds like a lot but I don’t believe it would be that hard to create. I’ve already created a site with working login and signup as well as a cart where i can add items. Just don’t know how to get the items to stay in the cart when the user logs out. I’m guessing I have to save them to a database table or something?
Any ideas or if someone could point me in the right direction to where i could learn to do something like this?
Kind Regards,
Andrew