This topic is locked

email question at each item

12/20/2007 8:29:29 AM
Shopping Cart Template general questions
W
webdino author

i will integrate an email question from customer to each item in cart.

like a popup window where the user type in his name, email Adress, the item is from the inventory list automatic in email subject and then the user sends a inquiry to the shop holder
how to do this. The Email ist to send with mail() but i must generate a new window and a link to each item.

admin 12/26/2007

You can add a new table named email_inquiry and enable Add page. In BeforeAdd event you can send the email saving inquiry in the database if required.
Then create a hyperlink next to each item pointing to email_inquiry Add page and passing item ID via URL i.e.

email_inquiry_add.php?itemid=12345
W
webdino author 1/17/2008

I have implementet this but when I click the link then came the message your session is expired after new login the same whats wrong?