Welcome to Com-Property

Joomla Component for Real Estate

You can download this component free!

Download

To download this component go back to Download menu

Member Login

Forgot your paswword? Forgot your username? Register
RSS
Home Forum v3
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Rates?
#1013
Rates? 6 Months ago Karma: 0
Excuse me for a stupid question but I don't understand one thing :

In MyPanel>Details I click on one of my Properties and there is a button "Rates"

If I click for add new rate detail there is a form in which I can select properties of other agents....what is the use of that? And where it would be visualized in front end?


Thanks!
alberth
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1025
Re:Rates? 6 Months ago Karma: 30
\components\com_properties\views\panel\tmpl\default_add_rates.php

line 60

delete

echo SelectHelper::SelectProduct( $this->rate,'products' );

and add this code

echo 'Id: '.$product_id;
administrator
Admin
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1075
Re:Rates? 6 Months ago Karma: 0
After click on "save and new" the new rate takes a Zero ID, so if you submit it goes error.
alberth
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1082
Re:Rates? 6 Months ago Karma: 30
sorry alberth

this is all code, compare with your code

<tr>
<td align="right" class="key">
<label for="name"><?php echo JText::_( 'Product' ); ?>:</label>
</td>
<td>
<?php
if($product_id){$this->rate->productid=$product_id;}
echo 'Id: '.$product_id;
?>
<input type="hidden" name="product_id" value="<?php echo $product_id; ?>" />
</td>
</tr>
administrator
Admin
Posts: 300
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1194
Re:Rates? 6 Months ago Karma: 0
OK! Great!
Now it works well.
Thanks admin!
alberth
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2916
Re:Rates? 3 Months, 1 Week ago Karma: -1
HI HOPE ANYONE CAN HELPME,

WHEN I CLICK IN RATES THE WEB IT DOESNT DO ANYTHING JUST REFRESH THE PAGE, WHATS WRONG??


HOLA CUANDO INTENTO INGRESAR AL ICONO DE RATES , UNICAMENTE ME ACUTALIZA LA PAGINA PERO NO ME APARECEN NADA MAS, QUE PODRIA ESTAR MAL?


GRACIAAAAS POR SU AYUDAAAA
walter_was
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1