I am able dump the skus and quantities in the cart:
my $cart = $Vend::Session->{carts}->{main};
foreach my $cartitems (@$cart) {
::logDebug("code=$cartitems->{'code'}");
::logDebug("quantity=$cartitems->{'quantity'}");
}
How can I find out info about selected options for weights?