Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Shipment total returns unexpected value

Found in

Release 7.5

Created

Jul 29, 2015

Updated

Oct 09, 2015

Area

Falcon/Commerce

State

Closed, Fixed and Tested


Steps to reproduce


Steps to reproduce:

  1. Create a custom discount promotion in Commerce Manager rewarding 50 % of the shipping costs for any purchase having running total greater than 0.
  2. Open Quicksilver, go to America as market.
  3. Add an item to the cart and proceed to checkout.
  4. Keep selected delivery method Express for USD 20 (discounts should be applied by 50 % giving USD 10).
  5. Finalize the purchase.
  6. Get information from the Shipment object


Expected:

 

ShipmentTotal should be obsoleted as it is inconsitently and confusingly named.

ShippingSubTotal should be added as the proper name for ShipmentTotal, which is the original cost of shipping.

ShippingTotal should be added - calculated property that is the actual cost (ShippingSubTotal - ShippingDiscountAmount + ShippingTax)


Actual:

 

Subtotal for a shipment is currently showing the subtotal amount for all lineitems belonging to that shipment, not the subtotal for the actual shipping costs.

 

SubTotal is 45,00.

ShippingDiscountAmount is 10,00.

ShipmentTotal is 20,00.