INCLUDED IN THE PRICE OF RESEARCH RESULTS

26.10.2011 12:05
#1
usaipaola
Joomshopping forum user no avatar
Name: paola
06.10.2011
Сообщения: 12
Quote
INCLUDED IN THE PRICE OF RESEARCH RESULTS

HELLO,
YOU CAN HELP ME HOW CAN I PUT THE PRICE OF THE PRODUCTS IN NEXT TO THE TITLE OF RESEARCH RESULTS
I WRITE THE CODE OF THE RESULTS OF RESEARCH PAGE:


<dl class="search-results<?php echo $this->pageclass_sfx; ?>">
<?php foreach($this->results as $result) : ?>
<dt class="result-title">
<?php echo $this->pagination->limitstart + $result->count.'. ';?>
<?php if ($result->href) :?>
<a href="<?php echo JRoute::_($result->href); ?>"<?php if ($result->browsernav == 1) :?> target="_blank"<?php

endif;?>>
<?php echo $this->escape($result->title);?>
</a>
<?php else:?>

<?php endif; ?>
</dt>

<?php if ($this->params->get('show_date')) : ?>
<dd class="result-created<?php echo $this->pageclass_sfx; ?>">

</dd>

<?php endif; ?>
<?php endforeach; ?>
</dl>

<div class="pagination">
<?php echo $this->pagination->getPagesLinks(); ?>
</div>



THANKS

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.