OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
SOLVED: edit price ranges list (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

SOLVED: edit price ranges list

talmos (Visitor)
Posts: 0
graphgraph
User Offline
SOLVED: edit price ranges list 12 Years, 1 Month ago
Karma: 0  
Hello!

How can I edit the prices in the search module of the realestatemanager?
I would like to add two more ranges.

Thanks,

Talia
Logged Logged
Last Edit: 2012/02/24 12:48 By . Reason: thanks! solved
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:edit price ranges list 12 Years, 1 Month ago
Karma: 101  
Hi Talia,
For edit property search module for real estate manager soft - you need open file.

{yours site}/modules/mod_realestatemanagersearch/mod_realestatemanagersearch.php

We set price with below code:
Code:

  for( $i=0; $i<=$max_price+10000; $i=$i+10000){
  $price[] = mosHTML :: makeOption($i, $i);
  $price_to[] = mosHTML :: makeOption($i, $i);
  }



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
amet123 (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:edit price ranges list 11 Years, 7 Months ago
Karma: 0  
Hi

i change value lile this but still no chages

$price_to[] = mosHTML :: makeOption(_REALESTATE_MANAGER_LABEL_TO, _REALESTATE_MANAGER_LABEL_TO);
for($i=0; $i<=$max_price+500000; $i=$i+500000){
$price[] = mosHTML :: makeOption($i, $i);
$price_to[] = mosHTML :: makeOption($i, $i);
Logged Logged
Last Edit: 2012/08/24 02:04 By amet123.
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:edit price ranges list 11 Years, 7 Months ago
Karma: 101  
hello,

Sorry, that must changed.
Search module take values only from that. Or may be you will need clean yours site cache.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
amet123 (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:edit price ranges list 11 Years, 7 Months ago
Karma: 0  
thanks for reply

after remove cache still show 10000 difference only

regards
Logged Logged
The administrator has disabled public write access.
amet123 (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:edit price ranges list 11 Years, 7 Months ago
Karma: 0  
Hi


abbeyhomes dot .in/index.php/component/realestatemanager/?task=show_search&catid=0&Itemid=496

after remove all cache still show 10000

Regards
Logged Logged
Last Edit: 2012/08/28 07:05 By amet123.
The administrator has disabled public write access.
Go to top
»