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

VehicleManager component support

Go to bottom Favoured: 0

Buying request

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
buying request 11 Years, 8 Months ago
Karma: 0  
when I submitted a buying request I receive in my e-mail header "Answer for your rent request". The problem occurs only on the header of the message the content body is ok. How can I fix this?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:buying request 11 Years, 8 Months ago
Karma: 101  
Hello,

Sorry, for fix that you need go to file
{yours site}/components/com_vehiclemanager/administrator/admin.vehiclemanager.php

find function "sendMailBuyingRequest" :

and in it replace
Code:

    mosMail($mosConfig_mailfrom,$conf->_registry['config']['data']->fromname,$data['email'],_VEHICLE_MANAGER_EMAIL_RENT_ANSWER_SUBJECT,
           $message,true);



replace to

Code:

    mosMail($mosConfig_mailfrom,$conf->_registry['config']['data']->fromname,$data['email'],_VEHICLE_MANAGER_ADMIN_CONFIG_BUY_ANSWER,
           $message,true);




Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:buying request 11 Years, 8 Months ago
Karma: 0  
Hello! I don´t have the this file "administrator/admin.vehiclemanager.php" in my vehicle manager.

Please help!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:buying request 11 Years, 8 Months ago
Karma: 101  
Hello,

sorry, file name:
{yours site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.php


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»