[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Cannot read form variable. Any suggestion?
It is a tag of mine, and works in that page.
Also, by checking the HTML from the browser, everything is fine:
I see
<INPUT TYPE="hidden" NAME="ubirealtot" value='39.9'>
So, it should properly be caught by [value ubirealtot]
--
On Fri, 7 Jun 2002, Ed LaFrance wrote:
At 04:43 PM 06/07/2002 +0200, you wrote:
> A new, very odd problem (if anybody remember, I'm the one who's loosing
>item modifiers when it comes to receipt.html)...
>
>I use this in checkout.html before moving to receipt.html:
>
> <INPUT TYPE="hidden" NAME="ubirealtot"
> value='[full-cost number="[nitems]"]'>
>
> The value of [full-cost number="[nitems]"] is 39.9 and as such is
>also displayed in checkout.html (confirmed reading HTML source).
>
> But in receipt.html, using
>
> debug: variable passed for cost is [value ubirealtot] <br><br>
>
>I get...
>
> debug: variable passed for cost is 39.9?39.9?39.9
>
> (? stand for really odd character!)
>
>Given the nature of my other trouble, it seems that there is something
>really messed up with my system. ANY SUGGESTION???
>
>DID ANYBODY EVER HAD SUCH PROBLEMS?
>
> I've been using Minivend/Interchange since a long time, yet I must admit
>that I'm going to give it up with it for this specific site... Please,
>give me faith!
What is [full-cost] - perhaps a UserTag? I do not beleive that it is a
standard Minivend/Interchange tag. I would start by looking at that; check
VENDROOT/usertag/.
- Ed L.