eduan (User)
Fresh Boarder
Posts: 4
|
|
Notification Email 1 Year, 9 Months ago
|
Karma: 0
|
|
Hi
I would please like some help with the notification emails.
I would like the email to send all the detail and not just a notification.
Any help please..
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 3053
|
|
Re:Notification Email 1 Year, 9 Months ago
|
Karma: 50
|
|
hello
I not understand what you mean: "and not just a notification."
For rebuild notification in Vehicle Manager you need go to file
{yours site}/components/com_vehiclemanager/vehiclemanager.php
find text "mosMail" - and change that to what you wish.
or you may order custom version with all car features - what you need
Thanks,
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
eduan (User)
Fresh Boarder
Posts: 4
|
|
Re:Notification Email 1 Year, 9 Months ago
|
Karma: 0
|
|
Thanks for the reply.
What I mean is that I don't want to have to login to see the details of the buyer. Could you just let me know whats the name of the variables of the name,email,phone number of the buyer? So that I can send that in the notification email. Thank you!
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 3053
|
|
Re:Notification Email 1 Year, 9 Months ago
|
Karma: 50
|
|
For Buyer info you may use:
$item_user[0]->name - real user Buyer name
$item_user[0]->email - real user Buyer email
$buying_request->customer_name - buyer name what he fill in Buyer request
$buying_request->customer_email - buyer email what he fill in Buyer request
$buying_request->customer_phone - buyer phone what he fill in Buyer request
$buying_request->customer_comment - buyer comment what he fill in Buyer request
Thanks,
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
eduan (User)
Fresh Boarder
Posts: 4
|
|
Re:Notification Email 1 Year, 8 Months ago
|
Karma: 0
|
|
Thanks I modified that a while ago and it works just fine. Now the customer whats to change the Renting Email too. Can you please send me the renting request's variable names.
Thanks Eduan
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 3053
|
|
Re:Notification Email 1 Year, 8 Months ago
|
Karma: 50
|
|
Hi Eduan,
Please check how you did that for Buy request - and did exactly so for rent request.
All rent request variables you may see at
{yours host}/components/com_vehiclemanager/vehiclemanager.class.rent_request.php
Thanks,
OrdaSoft team
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|