Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Thumbnail removal

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-08-2009, 11:33 AM
  ESvideo's Avatar 
ESvideo ESvideo is offline
 

Advanced Member
  
Join Date: Feb 2009
Posts: 34
 

Default Thumbnail removal

We are looking to remove the generated thumbnail picture from the product descriptions pages. Can anyone point me in the right direction.
__________________
v 4.2.0
Reply With Quote
  #2  
Old 06-09-2009, 08:20 AM
  pauldodman's Avatar 
pauldodman pauldodman is online now
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,054
 

Default Re: Thumbnail removal

You mean the main product image on the product details page?
You'd need to edit skin1/customer/main/product.tpl
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote

The following user thanks pauldodman for this useful post:
ESvideo (06-09-2009)
  #3  
Old 06-09-2009, 09:17 AM
  ESvideo's Avatar 
ESvideo ESvideo is offline
 

Advanced Member
  
Join Date: Feb 2009
Posts: 34
 

Default 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>
__________________
v 4.2.0
Reply With Quote
  #4  
Old 06-09-2009, 12:40 PM
  pauldodman's Avatar 
pauldodman pauldodman is online now
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,054
 

Default 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.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote

The following user thanks pauldodman for this useful post:
ESvideo (06-12-2009)
  #5  
Old 06-12-2009, 01:03 PM
  ESvideo's Avatar 
ESvideo ESvideo is offline
 

Advanced Member
  
Join Date: Feb 2009
Posts: 34
 

Default 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
__________________
v 4.2.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:38 PM.

   

 
X-Cart forums © 2001-2020