nVelocity for Shipping Charges for a Shipment (Vendor Notif)

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

nVelocity for Shipping Charges for a Shipment (Vendor Notif)

Post by NC Software » Wed Jun 24, 2009 9:51 am

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.
Neal Culiner
NC Software, Inc.

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: nVelocity for Shipping Charges for a Shipment (Vendor Notif)

Post by NC Software » Wed Jun 24, 2009 10:13 am

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.

Post Reply