[ic] [discount-price] tag in editor

John Rennie (home) interchange-users@icdevgroup.org
Sun Dec 29 07:40:17 2002


Hi all,

It seems that [discount-price] is converted into $0.00 in the
Interchange
content editor.

On the interchange demo site, if I open the 'cart' component with the
editor,
about halfway down I see...

	[if discount [item-code]]
	  <TD ALIGN=right>
	    Regular price <STRIKE>[item-price]</STRIKE>
	    <BR>
-> Interesting line follows...
	    <B>Your price: $0.00<br>
	    You save: [item-difference]
	  </TD>

If I view the component (from the download files page, for example), I
see...

	[if discount [item-code]]
	  <TD ALIGN=right>
	    Regular price <STRIKE>[item-price]</STRIKE>
	    <BR>
-> What it should have said...
	    <B>Your price: [discount-price]<br>
	    You save: [item-difference]
	  </TD>

It seems that the editor is converting the [discount-price] tag into
$0.00.
Does anyone know of a fix for this, or is [discount-price] deprecated in
4.9?

Thanks,

John.