News:

Support the VirtueMart project and become a member

Main Menu

SOLVED: Is this a Cart bug?

Started by BoiceNet, August 07, 2012, 21:10:05 PM

Previous topic - Next topic

BoiceNet

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.

PRO

have you disabled template overrides? to see if it displays then?

BoiceNet

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.

PRO

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

BoiceNet

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.

PRO

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.