[ic] usertag call in order actionmap?

Jonathan Clark jonc@webmaint.net
Sat, 23 Sep 2000 20:17:31 +0100


Hi

(ic 4.5.5)

I am trying to call a user tag in the Order actionmap which is defined in
the catalog.cfg.

I think, from the docs, I should be able to use:

$Tag->my_tag('foo');

but this results in the following message delivered to the browser on
clicking a link using the [area order [item-code]]:

==
Sorry, there was an error in processing this form action. Please report the
error or try again later. (Can't use string ("") as a subroutine ref while
"strict refs" in use at /usr/local/interchange/lib/Vend/Parse.pm line 801. )
==

I am trying to call a routine which updates a database to keep a list of the
users 'favourite' items. I have this working for form based additions to the
basket using an mv_check call. I am having problems doing the same for a
straight link based addition.

Any pointers?

Jonathan.
Webmaint.com