I need to post the shipping charges above each packing slip in my vendor notification so the vendor can bill me for those charges. Anyone know the nVelocity code to use to get the Total Shipping Charges for that SHIPMENT?
Thank you.
nVelocity for Shipping Charges for a Shipment (Vendor Notif)
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
Re: nVelocity for Shipping Charges for a Shipment (Vendor Notif)
I figured it out. If anyone else needs this added to your Vendor Notification here is what I used:
Code: Select all
<p>Shipping & Handling Charges for this Shipment: $order.Items.FilterByShipment($shipment.OrderShipmentId).TotalPriceById(1, 2).ToString("ulc") </p>
Neal Culiner
NC Software, Inc.
NC Software, Inc.