News:

Support the VirtueMart project and become a member

Main Menu

Problem updating Virtuemart 2.0.2 to 2.0.6

Started by toonetcreation, May 16, 2012, 09:54:21 AM

Previous topic - Next topic

toonetcreation

I don't think this problem is coming from a JS conflict in the template, because NOTIFY works fine with VM 2.0.4 and VM 2.0.6, and ADD TO CART with modal popup is also working but on VM 2.0.2 and 2.0.4 (ADD TO CART does not work since VM 2.0.6)

My template has not been changed (no JS added)...so if it was working previously and now if it does not work with VM 2.0.7, I'm very doubtful  :-\

uyghurmen

Quote from: mordeng on May 16, 2012, 10:15:03 AM
was going to post the exact same thing...i think i also folled up some tables.....

no one knows?
Hi, Laurent,
I have same problem installation new version. I unzip, and get two file, and those two file change to zip file, but failed. You said you unzip and installed, it's works. HOW? using Joomla extension installer? But unzipped file how to accepted I'm not understand. Can you tell me little more detail?
Thanks a lot
Ghulam

uyghurmen

Quote from: biowan on May 16, 2012, 11:30:01 AM
Thanks ;)
I just found the solution myself about the safe path and I would share the solution.  ;D
I used FTP upload the zipped file to the public_hotmail/tmp directory. and extension installer "install from directory" section, it's as: /home/eynekbiz/public_html/tmp/com_virtuemart.2.0.zip
But it's failed: Please enter a package directory. (already enter the directory above, but stil same message appear) what is the problem?

toonetcreation

You create a folder on your PC then you unzip the package into this folder.

Go to your Joomla backend then EXTENSIONS -> EXTENSIONS MANAGER -> Install from Directory

Choose the folder created previously and click on INSTALL button.

Somebody knows when the next stable version will be available (approximatively) ?

uyghurmen


DG

Quote from: toonetcreation on May 17, 2012, 09:23:41 AM
Hello,

I have downloaded the latest version 2.0.7c and 3 issues:

- the ADD TO CART button problem still exist : if I click on it, nothing appears, I have to refresh the page to see products in the cart.

- the NOTIFY ME button does not work anymore (was working on 2.0.6 version): if a product is not in stock and if I click on this button, instead of having the field to type my email address, I am redirected on a page with some products.

- the version number is not correct in backend: it's written 2.0.7b instead of 2.0.7c

Thanks
Laurent


This is the same for me.  For now, I've turned off "Display modal popup upon 'Add to cart' ", am not using "NOTIFY ME".  Nothing I can do about the version number not updating, but have notified the client to ignore it until we can update again.

toonetcreation

@ DG -> Yes I have disabled the modal effect too.

@uyghurmen -> You create a new folder on MY DOCUMENTS for example, and into this folder you unzip the file .tar.gz and then the .tar file. After that, you go to Joomla admin backend and you install from a folder

toonetcreation

Modal effect works now with cart button, there was a conflict with JQuery script (called twice). I have deleted one on my template.
But even if it works now, with VM 2.0.6, that's strange because with VM 2.0.2, it was working by default.

Genius WebDesign

@toonetcreation

I'm having the same issue with the Modal effect not working with the cart button. I'm running Virtuemart 2.0.6 with Joomla 2.5 and my site is build upon a template called "Eplore".
Can you tell me exactly what you did to make it work or point me in the direction of how to remove the JQuery conflict?

Brgds

toonetcreation

I have removed this line in the file called includes.php located in C:\EasyPHP-5.3.5.0\www\metamorphose\templates\theme854\includes

<script type="text/javascript" src="<?php echo $path ?>/scripts/jquery-1.6.1.min.js"></script>

this line could be located also in index.php file (on your template folder)

Genius WebDesign

I finally made it work, thx.

I had to say goodbye to my Autson Slideshow, though, and after applying EasyjQuery the problem was gone.

Genius WebDesign

Now I have a few other "problems/issues" related to the  'Add to cart' popup..

1st thing: If I click the "X" / "close" button in the popup window I want the current page to refresh, like F5, after closing the popup. As it is now it just closes the popup-window and the product info in the cart is not fully refreshed..

2nd thing:  If I click "continue shopping" I don't want it to take me to the category browse view.. I want it to simply close down the popup and refresh the current page, just like with the "X"/"close" button..

3rd thing: In the cart view, when I click "continue shopping", I want it to go to the previous page, not the category page..


Regarding the 3rd problem I've found a thread on the Joomla forum which is related to changing the "continue shopping" link on the cart page. Unfortunately it seems to only apply to Virtuemart v.1.XXX and not v.2.xxx. Here is the thread:
http://forum.joomla.org/viewtopic.php?t=249374

According to this thread the following file needs to be altered: "shop.cart.php" (I cannot locate this file anywhere)
I did find a "$continue_link =" reference in the  "view.html.php" file located in /components/com_virtuemart/views/cart   - folder, around line 166, but when I try to change the code as mentioned in the thread I get a fatal error:
"Fatal error: Call to a member function url() on a non-object in "


I hope someone can help me in the right direction of achieving all of my issues listed here.

Brgds

toonetcreation


ptogel

How did you solve the double tab situation with the "undefined" tabs?