OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Notification Email

eduan (Visitor)
Posts: 0
graphgraph
User Offline
Notification Email 12 Years, 7 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 Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Notification Email 12 Years, 7 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
eduan (Visitor)
Posts: 0
graphgraph
User Offline
Re:Notification Email 12 Years, 7 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 Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Notification Email 12 Years, 7 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
eduan (Visitor)
Posts: 0
graphgraph
User Offline
Re:Notification Email 12 Years, 6 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 Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Notification Email 12 Years, 6 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
Go to top
»