X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Thumbnail removal (https://forum.x-cart.com/showthread.php?t=47991)

ESvideo 06-08-2009 11:33 AM

Thumbnail removal
 
We are looking to remove the generated thumbnail picture from the product descriptions pages. Can anyone point me in the right direction.

pauldodman 06-09-2009 08:20 AM

Re: Thumbnail removal
 
You mean the main product image on the product details page?
You'd need to edit skin1/customer/main/product.tpl

ESvideo 06-09-2009 09:17 AM

Re: Thumbnail removal
 
I had started looking there.. thanks for the direction
I think I will need to remove
the code below....


<div class="image"{if $det_image_box_width gt 0 || $config.Appearance.image_width gt 0 || $product.image_x gt 0} style="width: {$det_image_box_width|default:$config.Appearance.i mage_width|default:$product.image_x}px;"{/if}>
{if $active_modules.Detailed_Product_Images && $config.Detailed_Product_Images.det_image_popup eq 'Y' && $images ne '' && $js_enabled eq 'Y'}
{include file="modules/Detailed_Product_Images/popup_image.tpl"}
{else}
<div class="image-box">
{include file="product_thumbnail.tpl" productid=$product.image_id image_x=$product.image_x image_y=$product.image_y product=$product.product|escape tmbn_url=$product.image_url id="product_thumbnail" type=$product.image_type}
</div>
{/if}
{if $active_modules.Magnifier && $config.Magnifier.magnifier_image_popup eq 'Y' && $zoomer_images && $js_enabled eq 'Y'}
{include file="modules/Magnifier/popup_magnifier.tpl"}
{/if}
</div>

pauldodman 06-09-2009 12:40 PM

Re: Thumbnail removal
 
Yes - that will remove the image.
I expect you'll need to do some other changes to rework the layout to compensate for the missing image - but you are on the right track.

ESvideo 06-12-2009 01:03 PM

Re: Thumbnail removal
 
thanks again
I have removed the thumbnail but
am now a bit confused about how to go about
moveing the text around.

I have been experimenting with the detail section
of the main css but have had little success

Not sure what im missing or what should be
modified to move the text around


All times are GMT -8. The time now is 01:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.