On Tue, 18 Mar 2008 15:29:12 -0700
Grant <suppressed> wrote:
> 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};
}
--
Jordan M. Adler <suppressed>
End Point Corporation
http://endpoint.com/
_______________________________________________
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.