954,152 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How can i get mail ...?

Hi all,

I used the Virtualmart modules in joomla for shopping cart.and when user purchase some Items from there then one email generate for user but no any mail for admin to know how many items are purchased and by whom it's purchased. so, plz help me how can i get mail for admin with this modules?

Thanks in advance.....

kuldeep04
Newbie Poster
9 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

Go into the script and add your email address to the mail functions to property.

buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 

Lookup the PHP function to send mail. Use the data in the MySQL database from that user and in the body use variables that will have the value of whom it purchased. When it is sent update the purchases field for that user to increment. Also, maybe have that entry sent to a log table, so when it is successfully sent it will enter some data about the purchase to that table and have in the administrator page a place to view the entries. Also, to warn the user about two purchases of the same , have a mysql query that checks for duplicate purchases.

killdude69
Light Poster
45 posts since Jul 2008
Reputation Points: 18
Solved Threads: 2
 

You have to insert all variables like what his order number,items form products table,amount,date into one table like order_user_details before mailing them to customer.At the admin side you can see who ordered for what,and also the status of order....

Shanti C
Posting Virtuoso
1,642 posts since Jul 2008
Reputation Points: 137
Solved Threads: 162
 

Hi All,

Thanks for give me answers. i got the solution from ur ans.

Thanks again...!

kuldeep04
Newbie Poster
9 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You