
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [mv] [tmp]
Victor Nolton wrote:
>
> I use to have a tag in my receipt.html which was
> [tag op=log file="etc/spread.ven" interpolate=1]
> [value mv_order_number] [calc]localtime[/calc] [raw_subtotal]
> [currency][calc][raw_subtotal noformat=1] - [subtotal
> noformat=1][/calc][/currency] [subtotal] [salestax] [shipping]
> [total-cost]
> [/tag]
>
> but it always printed a "1" on the page, which the client thought was
> kinda nifty cause they thought the page did page numbers (1 2 3).
>
> I put it in a [tmp] tag
> [tmp][tag op=log file="etc/spread.ven" interpolate=1]
> [value mv_order_number] [calc]localtime[/calc] [raw_subtotal]
> [currency][calc][raw_subtotal noformat=1] - [subtotal
> noformat=1][/calc][/currency] [subtotal] [salestax] [shipping]
> [total-cost]
> [/tag]
> [/tmp]
>
> and I THOUGHT it was working okay but I placed a fake order today and saw a ..
>
> [tmp]1[/tmp]
>
> I know this is a minivend 3 list. this however is on a minivend 4.04
> machien which was converted to 4.
>
> checked for syntax (unclosed tags prior).
>
> The temp fix has been to just make the text white :) the tag itself
> still produces the output requested.
>
> Actually looking over the minivend 3 and 4 docs, there is no [tmp] tag?
I'm not sure with my mental english capability! But you want to prevent
any printing of "1" on the page?
How about
[tag op=log file="etc/spread.ven" hide=1 interpolate=1]
? (not tested)
ciao
Joachim
--
Hans-Joachim Leidinger | Dipl.-Phys.Ing. Entwicklung eCommerce
[Hans-Joachim.leidinger@bpanet.de]
Black Point Arts Internet Solutions GmbH
http://www.bpanet.de
_______________________________________________
Minivend-users mailing list
Minivend-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/minivend-users
- References:
- [mv] [tmp]
- From: Victor Nolton <ven@pragakhan.com>