> > My perl skills are weak. Could anyone tell me the best way to access
> > all orderline table data for an order inside a usertag?
>
> For documentation about cart access in Interchange, see the RTFM site:
> http://www.interchange.rtfm.info/icdocs/Interchange_Perl_objects.html#Carts
>
> For perl syntax, consult perldoc, via perldoc(1) or
> http://perldoc.perl.org/ (perlref, perldsc, perllol, perlsyn, etc.)
>
> Example:
>
> foreach my $item ( @{ $Carts->{main} } ) {
> print $item->{code};
> }
Thank you very much for writing back. It's not a $Carts issue though.
I need to pull the data from the orderline table.
- Grant
> Jordan M. Adler <suppressed>
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.