[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Overriding mv_order_number
One more thing I can't figure out...
In my custom payment module I cannot for hte life of me figure out how to
set any $Session or $Value variables so they are then available elsewhere,
such as in [perl][/perl] tags. Here is an example:
In the payment module I have tried setting the following:
$::Values->{order_id} =10;
$Vend::Session->{order_id} =10;
$::Scratch->{order_id} =10;
$Vend::Values->{order_id} =10;
In receipt.html I have tried accessing all of hte above variables withing
perl tags to no avail, there simply aren't any values in them at that
point. What could I be doing wrong?
Chris
On Thu, 24 May 2001, interch wrote:
>
>
> I saw a post that said to override mv_order_number by setting
> $Session->{mv_order_number} to whatever you wanted your own custom order
> id to be. Where exactly should I do this? I have tried setting it in the
> payment module right after payment is approved but it gets changed
> somehwere after that and before receipt.html is shown. WHere exactly
> should mv_order_number be set?
>
>
> Chris
>
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>