Display of delivery methods in the web shop

The way that shipping methods are displayed in your web shop depend upon the BODs that are used to send shipping method information to Infor Rhythm Commerce.
If shipment methods are sent in the CodeDefinition BOD, then these conditions apply:
  • The ShippingMethod table in the Rhythm Commerce database is used to store shipment method information.
  • In the web shop, Delivery Method is used as the label for the fields that customers use to select or view a shipping method.
  • When customer complete the checkout process, the shipping method is sent in the ProcessSalesOrder/SalesOrderHeader/TransporationMethodCode xpath of the ProcessSalesOrder BOD.
If shipment methods are sent in the CarrierParty BOD, then these conditions apply:
  • The DeliveryCarrier table in the Rhythm Commerce database is used to store shipment method information.
  • In the web shop, Delivery Carrier is used as the label for the fields that customers use to select or view a shipping method.
  • When customer complete the checkout process, the shipping method is sent in the ProcessSalesOrder/SalesOrderHeader/CarrierPartyID/PartyIDs/ID xpath of the ProcessSalesOrder BOD.