I'm trying to troubleshoot why the selected Shipping Method price is not displaying on the Cart page, but is being included in the total. In the cart's template default.php I see the following:
'salesPriceShipment'
While looking through the _VM session variables I see the shipping fee being held in the following variable:
shipmentValue
Is this correct within 2.0.8e? If not, is it the reason the Shipping fee is not being displayed?
Thx.