How to call product's full description in category display ?

17.08.2011 19:13
#1
mogsama
Joomshopping forum user no avatar
Name: mogsama
28.07.2011
Posts: 13
Quote
How to call product's full description in category display ?

I found the code below in components\com_jshopping\templates\default\category\category_default.php:

<div class="description">
<?php print $product->short_description?>
</div>

Replaced it with the code found in the product detail: <?php print $this->product->description?> but it not works ~ show nothing.

Would you please tell me how to show product's full description in category page ? I can't figure how to do the job.


Joomla: 1.7
JoomShopping: 3.2.5
PHP: 5.2.10
MySQL: 5.1.37
Website Url: localhost

Last change: 17.08.2011 19:14
 
17.08.2011 21:30
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: How to call product's full description in category display ?

components\com_jshopping\tables\category.php

function getProducts

add in query

prod.`".$lang->get('description')."` as description


 
26.11.2011 18:09
#3
Renderking
Joomshopping forum user no avatar
Name: Renderking
22.11.2011
Posts: 6
Quote
Aw: How to call product's full description in category display ?

Hi!

I'm trying exactly the same thing.
Did as written here, but still nothing is showing or changing.

Any hint?

Jan.


Joomla: 1.7.3
JoomShopping: 3.2.7
PHP: 5

Last change: 27.11.2011 15:29
 


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.