[ic] Accessing looped data in a usertag

Grant emailgrant at gmail.com
Tue Mar 18 21:18:42 EST 2008


>  > 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 <jordan at endpoint.com>


More information about the interchange-users mailing list