OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Price on Request on function isValidPrice (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Price on Request on function isValidPrice

giacanto (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Price on Request on function isValidPrice 7 Years ago
Karma: 0  
Hi,
im using realestatemanager Pro
is it possible validate "Price on Request" on field the price?
I tried to make some adjustments in the file administrator / components / com_realestatemanager / realestatemanager.html.php
regarding the following string

isValidPrice function (str) {
                 myregexp = new RegExp ('^ [0-9A-Za-z] * . {0.1} [0-9] * $ ";
                 mymatch = myregexp.exec (str);
                 if (str == ""
                     return true;
                 if (str == "0.00"
                     echo "price on request";
                 if (mymatch! = null)
                     return true;
                 return false;
             }
 
but I did not succeed.
waiting for a kind reply,
Yours sincerely,
Antonino
Logged Logged
The administrator has disabled public write access.
RomanD (User)
Support
Platinum Boarder
Posts: 471
graphgraph
User Offline Click here to see the profile of this user
Gender: Male OrdaSoft
Re:Price on Request on function isValidPrice 7 Years ago
Karma: 3  
Hello,

Could you give us
full FTP and admin access
and our team will try to find solution special for You, FTP and admin access You can send to our contact form.
ordasoft.com/contact-us-form


Link on website

Detail description: How reproduce

Site Admin

username
password

FTP

FTP host

FTP username

FTP password


We may propose to you order this as "customization service".
Please write to OrdaSoft contact form (ordasoft.com/contact-us-form) with full details description.
How all must look and work. And we will give to you quota

If you would like any further information,
please do not hesitate to contact us.

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