Latest products module override

11.06.2013 19:19
#1
marfz
Joomshopping forum user no avatar
Name: marfz
07.06.2013
Posts: 3
Quote
Latest products module override

Hello,

I'm tryin to override mod_jshopping_latest_products, I would like to have the full size image instead of the thumb images, how to get it?

Code:

<?php print $jshopConfig->image_product_live_path?>/<?php if ($curr->product_thumb_image) print $curr->product_thumb_image; else print $noimage?>

What should I use instead of "$curr->product_thumb_image"?

Thank you!


Joomla: 2.5
 
11.06.2013 19:59
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Latest products module override

str_replace('thumb_','',$curr->product_thumb_image)

 
12.06.2013 17:49
#3
marfz
Joomshopping forum user no avatar
Name: marfz
07.06.2013
Posts: 3
Quote
Aw: Latest products module override

I'm sorry, I didn't get it, can you write the entire string please?

 
12.06.2013 20:44
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Latest products module override

<?php print $jshopConfig->image_product_live_path?>/<?php if ($curr->product_thumb_image) print str_replace('thumb_','',$curr->product_thumb_image); else print $noimage?>


Letzte Änderung: 12.06.2013 20:44
 
17.06.2013 16:51
#5
marfz
Joomshopping forum user no avatar
Name: marfz
07.06.2013
Posts: 3
Quote
Aw: Latest products module override

thank you!

 


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.