On 1/29/02 2:35 PM, "Charles Daminato" <[EMAIL PROTECTED]> wrote:
> Yes, this is more of a dev list thing
>
> Two things you have to do.
>
> 1) Edit the template to place {{variable}} information where you desire them
> 2) Edit reg_system.cgi (where necessary) to ensure that the variables you're
> trying to view are being passed to the template. Look for this area (this
> is v2.46, but it's similar to previous versions):
>
> $HTML{status} = $status;
> $HTML{partner_email} = $ADMIN_EMAIL;
> $HTML{CGI} = $cgi;
> $HTML{affiliate_id} = $in{affiliate_id};
>
> print_form("$path_templates/thankyou.html",\%HTML);
> }
>
> sub do_bulk_transfer {
>
> Other $HTML{variable} variables may or may not be setup previously, your
> mileage may vary (I haven't actually tried this, but it *should* work)
IT'S ALIVE!
IT'S ALIVE!
errr... I mean, it works! it works! ;-)
I finally found a work-around for my ordering system (sort of).
Thanks Charles!
Marc