[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Accessing Order Line Items in Payment Module
Ok, ok, I'm a dumba$$.
for anybody else who wants to know how to do this here is the code:
# Try and Get Cart Contents
my $cartdesc = "";
my $cart = $Vend::Session->{carts}->{main};
foreach my $cartitems (@$cart) {
$cartdesc .= sprintf(qq{ sku = %s, qty = %s, fmt = %s\n},
$cartitems->{'code'},
$cartitems->{'quantity'},
$cartitems->{'formats'});
}
-----Original Message-----
From: interchange-users-admin@icdevgroup.org
[mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Shawn
Mathews
Sent: Friday, October 04, 2002 1:02 PM
To: interchange-users@icdevgroup.org
Subject: RE: [ic] Accessing Order Line Items in Payment Module
Anyone got an idea? I'm stumped.
-----Original Message-----
From: interchange-users-admin@icdevgroup.org
[mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Shawn
Mathews
Sent: Wednesday, October 02, 2002 12:41 PM
To: Interchange Users
Subject: [ic] Accessing Order Line Items in Payment Module
I've just written a new payment module for EZIC (www.ezic.com).
Ezic allows additional fields (misc info and description) which I'd like
store the order details in.
i.e.
QTY PRODUCT OPTIONS
How do I get the Order Line items inside of a payment module?
Thanks,
_________________________________________
Shawn Mathews
ICQ#: 157740601
More ways to contact me: http://wwp.icq.com/157740601
See more about me: http://web.icq.com/whitepages/about_me?Uin=157740601
_________________________________________
_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users
_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users