VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: trasgu on April 11, 2012, 00:13:52 AM

Title: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: trasgu on April 11, 2012, 00:13:52 AM
Sorry, but do not write in English.
After update Virtuemart version 2.0.2 of the 2.04, prices are not in the cart. Joomla version is 2.5.4. Anyone know how to fix it tell me?.
Thank you very much.



[attachment cleanup by admin]
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: sveibern on April 11, 2012, 14:42:43 PM
I have the same problem... anyone?
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: steeve34 on April 11, 2012, 14:46:07 PM
Hello, I also encounter the same problem.
I hope members will help us find a solution.
Thank you.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: sveibern on April 11, 2012, 14:53:41 PM
And when clicking on "Add to cart", nothing seems to happen. But when refreshing, the product is added to the cart. This worked fine before updating to 2.04.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Vejgaard on April 11, 2012, 23:12:07 PM
I Have the same problem :(
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: adrianpaun on April 12, 2012, 02:44:46 AM
virtuemart back-end -> configuration -> prices -> check the Baseprice and Final salesprice
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: trasgu on April 12, 2012, 10:50:34 AM
The two options are selected. Still does not show prices..

[attachment cleanup by admin]
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Milbo on April 12, 2012, 12:10:39 PM
Please disable also your template overrides.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: trasgu on April 12, 2012, 12:20:05 PM
sorry, could you tell me how, please?
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Vejgaard on April 12, 2012, 14:50:32 PM
I can see if I use the standart tamplate it will show price but in my tamplate it will not show price. Were do i add so i can se price in template?
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: sveibern on April 12, 2012, 16:18:13 PM
I have no template overrides, but still noe prices in the cart. Prices are on the productpages, but not in the cart.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Milbo on April 12, 2012, 17:57:00 PM
Please go in your virtuemart installation to this link. /administrator/index.php?option=com_virtuemart&view=liveupdate

There is an iframe (pointing to http://virtuemart.net/index.php?option=com_content&id=416) showing what you need to change on your template overrides. When you use a non standard joomla template, what everyone does, then you use very likely an override.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: baggeler on April 13, 2012, 00:36:10 AM
Oh, great to know there are update informations, why not put such a link directly in the Backend so user can check there after each update to check the changelog and recomendations as you included.

Just a suggestion...
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Mathiotte on April 13, 2012, 01:10:05 AM
Extract zip folder with VM 2.0.4

component/com_virtumart/views/cart/tmpl/default_pricelist.php

Install/Replace in

templates/mytemplate/html/com_virtuemart/cart/default_pricelist.php

For me works just fine
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: trasgu on April 13, 2012, 09:59:25 AM
The problem persists after replacing the file.
Thanks for you help.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: jenkinhill on April 13, 2012, 10:55:05 AM
Quote from: baggeler on April 13, 2012, 00:36:10 AM
Oh, great to know there are update informations, why not put such a link directly in the Backend so user can check there after each update to check the changelog and recomendations as you included.

The link is already there - just not obvious. Click on "You have the latest version 2.0.4 "

Problem is that most users would not understand the implications of the message there as it relates to programming issues.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: baggeler on April 13, 2012, 14:45:24 PM
Oh, I do understand. Its the old ever existing gap between programmer and user language which frustrates both....

The mentionned link is a good example. Its technically correct and even perfectly well detailed. However a "normal" user usually does not know what the php calls are, even less what you are talking about (after all why should he, if you go to a foreign country on holiday, will you learn chinese language and be able to understand their jokes? Probably not). All a user want to know is what is working, how it works and what is not working (to save him time finding out by himself)

Thats why I suggest that not only such a release text but any support issue should start with simple terms from USER point of view and THEN, only then add the technical part which contains all the details you provide. A good way to do this is to imagine you are first explaining it to your 12 year doughter and THEN to the programmer.

As example the mentionned upgrade document could start somehow like this:

In order to improve the aplication and implement new features, we had to make some changes that WILL break your cart pass the functionality if you are using any 3rd party or modified template/view. Please make sure to test your cart and fix where needed before aplyig this to a life site.

Technical Details:
....


Just my 5 cents
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: baggeler on April 13, 2012, 14:54:41 PM
And - BTW - it would be a wonderful practice to  add at least this first information dominantly visible right before updating

and - if you really aim to best support the user and technically possible, consider to add a simple tool which would first backup the file and then search and replace the strings within the view. This would definitely be the most professional and user-friendly aproach...

Just my 5 cents
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: pedromnf on April 13, 2012, 16:32:15 PM
Hi,

I have the same problem after updating. When i add the product to the cart, nothing happens. I need to refresh to have the product there.  What can i do to solve this?

Thank you
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: SupremeComputing on April 13, 2012, 19:27:43 PM
Same problem here, some step by step instructions on how to fix\workaround this would be good.

-----Tech Info-----
Joomla 2.5.4
Virtuemart 2.0.4
--------------------
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: sveibern on April 13, 2012, 21:25:25 PM
Replacing my overrides (templates/mytemplate/html/com_virtuemart/cart/default_pricelist.php) made the price show up in the cart, but shipment and payment cost still not showing. And the Add to cart problem described by "pedromnf" still remains. Does anyone know why?

Thanks for all help so far!
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Rinie Engelen on April 15, 2012, 21:21:28 PM
Hi to all users of this great forum,

I also have the same problem after updating. When I add the product to the cart, nothing happens. I need to refresh to have the product there.
I did have overrides, but changed them all as said in this thread before.

Virtuemart: 2.0.2 -> 2.0.4
Joomla: 2.5.4
PHP: 5.3.3

Rinie Engelen
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Generation X on April 15, 2012, 23:17:54 PM
I also encountered the problem of no pop-up appearing on adding product to cart on a non-standard template after upgrading to J2.5.4/VM2.0.4. Suggested changes to template over-rides did not resolve the issue in that the affected files had not been over-ridden. Error reported:

Message: '$.facebox.settings' is null or not an object
Line: 52
Char: 49
Code: 0
URI: http://www.mysite.co.uk/shop/components/com_virtuemart/assets/js/vmprices.js

Resolved in my case by replacing above file with vmprices.js from VM 2.0.2, as suggested in http://forum.virtuemart.net/index.php?topic=101067.0
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: George V. on April 16, 2012, 10:05:34 AM
The above solution has solved the problem with the pop-up, when adding a product to the cart.
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: SupremeComputing on April 16, 2012, 23:26:13 PM
Yep, replacing the vmprices.js with the once from 2.0.2 has FIXED it for me also, cheers guys!

-----Tech Info-----
Joomla 2.5.4
Virtuemart 2.0.4
--------------------
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: Rinie Engelen on April 17, 2012, 09:22:53 AM
Thank you Generation X; your solution did the job!

Rinie Engelen
Title: Re: Problem after upgrade Virtuemart 2.0.2 to 2.0.4
Post by: bbw on May 04, 2012, 20:42:01 PM
having the same problem - no prices in the cart.  Used the default template, used my override template with completely updated files from my latest update (updated from 2.0.2 to 2.0.6) - tried making the individual changes in the changelog, just no luck and no prices in the cart.  Should never have done that darn update!  I've spent more time doing the update and cleaning up the mess than it's worth!  Yes yes yes I have a backup that I'll be reverting to but darnit!!!