VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: BoiceNet on August 07, 2012, 21:10:05 PM

Title: SOLVED: Is this a Cart bug?
Post by: BoiceNet on August 07, 2012, 21:10:05 PM
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.
Title: Re: Is this a Cart bug?
Post by: PRO on August 07, 2012, 23:31:14 PM
have you disabled template overrides? to see if it displays then?
Title: Re: Is this a Cart bug?
Post by: BoiceNet on August 08, 2012, 17:17:30 PM
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.
Title: Re: Is this a Cart bug?
Post by: PRO on August 08, 2012, 17:29:48 PM
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
Title: Re: Is this a Cart bug?
Post by: BoiceNet on August 08, 2012, 17:36:34 PM
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.
Title: Re: Is this a Cart bug?
Post by: PRO on August 08, 2012, 18:12:46 PM
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.