View Single Post
  #1  
Old 04-17-2007, 09:14 PM
 
paperlion paperlion is offline
 

Advanced Member
  
Join Date: Jun 2006
Posts: 89
 

Default added text to template not displaying

Wanted to add an explanatory line of text to the product detail area when multiple quantities are available.

Called up skin1/customers/main/template_detail.tpl
Added the text line as shown (around line 300). Saved and deleted the templates_c files. Also deleted the browser cache. It's not showing. Anyone want to venture why? Thanks.

<TR>
{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[discount_avail]"></TD>

{* quantity explanatory content added here until /if in brackets *}
<TD class"TableSubHead">Multiple prices require purchase of the indicated number of units, each consisting of the quantity of units at the next lower volume level.
</TD>

{/if}
__________________
Gold 4.0.19
Reply With Quote