Home arrow Forum
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online
We have 1 guest online

powered_by Joomla
ME Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:price bug ? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:price bug ?
#5473
Roby (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
price bug ? 3 Months, 4 Weeks ago Karma: 0  
QUOTE:
No-one know how solve this 'bug', as posted from others in the forum? Im really in troumble with a my client. :(

Setting the price from a object 0.00 the system take the price from the previous object in the objectlist.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5474
harrie (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:price bug ? 3 Months, 4 Weeks ago Karma: -1  
Try this: when the price is 0.00 it will show "Prijs op aanvraag". That's dutch for "call for price" or something like that.

Good luck.

First backup your estateagent.html.php file

Than in estateagent.html.php (line 311)

<?php
if($obj->type == 1 || $obj->type == 3) {
if($obj->rent != 0.00) {
$value = $params['currency']. "&nbsp;" .number_format($obj->rent,0,$params['sep2'],$params['sep1']);
}
else {
$value = "Prijs op aanvraag";
}
}
else{
if($obj->price != 0.00) {
$value = $params['currency']. "&nbsp;" .number_format($obj->price,0,$params['sep2'],$params['sep1']);
}
else {
$value = "Prijs op aanvraag";
}
}
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5478
Roby (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:price bug ? 3 Months, 4 Weeks ago Karma: 0  
It seam working !!, thanks a lot
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5479
InfoCasaColom (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:price bug ? 3 Months, 4 Weeks ago Karma: 1  
goode morning harrie,


do you have any idea what to do to translate it in different languages?
thanks a lot an best regards
carolina
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5480
Roby (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:price bug ? 3 Months, 4 Weeks ago Karma: 0  
Ciao Carolina, traslare cosa? Prijs op aanvraag ? basta che lo sostituisci con un 'Prezzi in Agenzia' o simili ... ma forse ti riferivi a qualcos'altro?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5486
InfoCasaColom (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:price bug ? 3 Months, 3 Weeks ago Karma: 1  
Many thanks for the reply, but I think I have ask my question in a wrong way. My website is available in 3 languages, and I do not know what to do to have, "Prijs op aanvraag" then in the correct language. do you have an idea?

best regards
carolina
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop