knitting

Author Topic: SOLVED: Is this a Cart bug?  (Read 487 times)

BoiceNet

  • Beginner
  • *
  • Posts: 24
SOLVED: Is this a Cart bug?
« on: August 07, 2012, 13: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.

PRO

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9446
Re: Is this a Cart bug?
« Reply #1 on: August 07, 2012, 15:31:14 PM »
have you disabled template overrides? to see if it displays then?
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

BoiceNet

  • Beginner
  • *
  • Posts: 24
Re: Is this a Cart bug?
« Reply #2 on: August 08, 2012, 09:17:30 AM »
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

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9446
Re: Is this a Cart bug?
« Reply #3 on: August 08, 2012, 09:29:48 AM »
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
"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

BoiceNet

  • Beginner
  • *
  • Posts: 24
Re: Is this a Cart bug?
« Reply #4 on: August 08, 2012, 09:36:34 AM »
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

  • Global Moderator
  • Super Hero
  • *
  • Posts: 9446
Re: Is this a Cart bug?
« Reply #5 on: August 08, 2012, 10:12:46 AM »
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.


"Banquet Tables Pro"
I do NOT do development work for hire.
My Custom Field Plugin Now with =Price
http://forum.virtuemart.net/index.php?topic=99678
My Shipping Plugin
http://forum.virtuemart.net/index.php?topic=100630.0

VirtueMart Forum

Re: Is this a Cart bug?
« Reply #5 on: August 08, 2012, 10:12:46 AM »