Produktbild im module_universal

16.06.2013 13:30
#1
bmedia
User bmedia
Name: bmedia
02.06.2010
Сообщения: 68
Quote
Produktbild im module_universal

Hallo Zusammen,

weiss jemand was für einen PHP Code ich beim Module Universal schreiben muss damit nicht das kleine Produktbild sondern das Produktbild dass auch beim Produktdetail angezeigt wird benutzt wird?

Jetzt ist es so und ruft das kleine bild auf:

<?php if ($product->image){?>
<div class="image_block">
<a href="<?php print $product->product_link?>">
<img class="jshop_img" src="<?php print $product->image?>" alt="<?php print htmlspecialchars($product->name);?>" <?php if ($img_width){echo " width='$img_width' ";} if ($img_height){echo " height='$img_height' ";} ?> />
</a>
</div>
<?php }?>

Habs mit dem Code getImages(); versucht das das jtable product aufruft aber funktioniert nicht.

Danke für eure Ideen

 
16.06.2013 17:51
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Produktbild im module_universal

<?php print $product->image?>

replace to

<?php print str_replace('thumb_','',$product->image)?>


fullname module?

 
16.06.2013 17:57
#3
bmedia
User bmedia
Name: bmedia
02.06.2010
Сообщения: 68
Quote
Aw: Produktbild im module_universal

danke für die antwort .. habs genau so nun gelöst ..

 


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.