[ic] Quantity field on dynamic page help

sb at airdelights.com sb at airdelights.com
Wed Sep 6 19:38:28 EDT 2006


Can anyone help me with adding a quantity field next to the "buy now"
button on a fly page?  Here is the html section for the parts:
	[comment] Parts [/comment]
	[query sql="select * from parts where item_sku='[item-code]' and
type NOT LIKE 'doc'" 
		type=list
		prefix=part
		list_prefix=parts]
	[on-match]
  <hr>
	<p align="center"><b><font face="Tahoma, Helvetica, Georgia,
Arial" color="#ff0000" size="+1">Parts & Accessories</font></b></p>
	<table width="100%">
	[/on-match]
	[parts]
		<tr>
		<td valign="top" width="75"><img src="items/[part-param
part_sku]_75.jpg"></td>
		<td><font face="Tahoma, Helvetica, Georgia, Arial"
size="-1"><b>[data table=products field=description key="[part-param
part_sku]"]</b><br>[data table=products field=comment key="[part-param
part_sku]"]</font></td>
		<td align="center" valign="top" width="75"><font
color="#cc0000" size="-1" face="arial, helvetica"><b>Sale price: $[data
table=products field=price key="[part-param part_sku]"]<br><br><a
href="[area order [part-param part_sku]]"><img
src="__THEME_IMG_DIR__buynow.gif" border="0" alt="Buy it
Now"></a></b></font></td>
		</tr>
	[/parts]
	[on-match]
	</table><br>
	[/on-match]
	
	[/query]



More information about the interchange-users mailing list