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.
have you disabled template overrides? to see if it displays then?
I'm new to VM and third-party templates. Is there a single setting to disable template overrides? Or is this a matter of switching to a default template?
Thank you.
you can rename the folder.
Template overrides are in
YOUR template/html/com_virtuemart
also, check to see if there is an update to your template.
THATS IF you have a 3rd party virtuemart template
Thank you! I renamed the Cart override folder which contains a default.php file. Now the fee value displays within the Cart as it is supposed to. This must mean that the override file is the culprit.
if you go into vmart "live update"
You will be able to see the changes that were made. Its just a matter of updating the override files.
MORE than likely, your template provider has an updated version that will fix this.