Image size in cart

24.10.2013 19:11
#1
gatekeepa
Joomshopping forum user no avatar
Name: gatekeepa
10.08.2011
Сообщения: 35
Quote
Image size in cart

how to set the image size in cart view?
gz.

 
25.10.2013 11:45
#2
gatekeepa
Joomshopping forum user no avatar
Name: gatekeepa
10.08.2011
Сообщения: 35
Quote
Aw: Image size in cart

Solved.
_______________________________________________________________________________________
components\com_jshopping\templates\default\cart\cart.php
Modify: class = "jshop_img_cart"


<td class = "jshop_img_description_center">
<a href = "<?php print $prod['href']; ?>">
<img src = "<?php print $this->image_product_path ?>/<?php if ($prod['thumb_image']) print $prod['thumb_image']; else print $this->no_image; ?>" alt = "<?php print htmlspecialchars($prod['product_name']);?>" class = "jshop_img_cart" />
</a>
</td>

_______________________________________________________________________________________
components\com_jshopping\css\default.css
New Class, with 50% width (for example)

img.jshop_img_cart{
width: 50%;
}

 


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.