View Single Post
  #5  
Old 07-24-2012, 03:11 PM
 
alarmsellout alarmsellout is offline
 

Member
  
Join Date: May 2009
Posts: 21
 

Default Re: Remove BONUS, SAVE, and Product Picture cells/columns from Item Description

UPDATE! After hours of trial and error, here is the solution to remove the PICTURE field that is next to the item description.

It is in this file:
/common_files/customer/main/product.tpl

REMOVE THIS LINE:
===================

{*<div class="details"{if $max_image_width gt 0} style="margin-left: {$max_image_width}px;"{/if}>*}

===================

The field is created by how big your picture file is. So it sets that column by seeing how big your picture is. Remove this line and the column is gone... leaving lots of room for the full description. See the attached files for the result.
Attached Thumbnails
Click image for larger version

Name:	no-picture-column.png
Views:	376
Size:	65.2 KB
ID:	3140  
Reply With Quote