I'm saos@ngmo

Cách sửa lỗi không hiển thị hình ảnh khác của virtuemart (IE7)

by saosangmo on Dec.07, 2009, under Joomla

Khi xem trang thông tin sản phẩm: sẽ chỉ nhìn thấy 1 ảnh khác của sản phẩm đó. Nguyên nhân là phần tag image của mọi ảnh khác đều được đặt trên 1 dòng. –> fix lỗi này đơn giản là tìm tới file theme.php trong thư mục theme/default và sửa đoạn:

Line 117 – change this line:
$thumbtag = ps_product::image_tag( $image->file_name, ‘class=”browseProductImage”‘, 1, ‘product’, $image->file_image_thumb_height, $image->file_image_thumb_width );

to:

$thumbtag = ps_product::image_tag( $image->file_name, ‘class=”browseProductImage”‘, 1, ‘product’, $image->file_image_thumb_height, $image->file_image_thumb_width ) .’ ‘;

:, ,

Leave a Reply

Improve the web with Nofollow Reciprocity.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!