[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: interpolation question
Try using perl to set the value to a scratch variable, like this:
[perl interpolate=1]
$Vend::Session->{'scratch'}->{'private_label_name'} = '[data ...]';
[/perl]
Minivend's Safe module might not consider this operation acceptable, so you might have to do it as a globalsub, but I've used this technique before for setting scratch vars. You'll be able to call it with:
[scratch private_label_name]
-August
--
mailto:augustd@idiom.com