Hi, i have one problem with my VM, when start a order any product in my site, on step to accept terms and Conditions
When I click in link terms and Conditions in blank page send me to index of site. and don`t show me terms and Conditions :(
How can repair this ?
Thanks !
I Use: Joomla 2.5.17
VM : 2.0.22a
First you should update VirteuMart as the version you are using is old and known to be insecure. http://forum.virtuemart.net/index.php?topic=118683.0
If you still have an issue with the TOS link then post a url so somebody can look at it.
Ok buth when I update VM he stop working and show me many lines of errors :(
"many lines of errors" means nothing here unless you copy some of those here.
Did you update correctly using the 2.0.26d package from http://dev.virtuemart.net/projects/virtuemart/files and Joomla's extensions manager? First the main component and then the aio component?
I update VM-aio, but when try to update VM show me this:
Invalid Token, in store config
and now in my site when I choose product and want to buy it on step 2 ( choose pay method) i choose and click next but go back me to chose pay method :(
I Repair that, and update the VM and VM-aio
but link is not repair :(
So now post the url
http://ribnovo-bg.com/index.php/onlain-magazin/terlici
my site is on Bulgarian language
You are loading 3 different versions of jQuery:
In the template header:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/jquery.min.js" type="text/javascript"></script>
And for the "social" slider:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
So get rid of the first loading of jQ1.6 and remove the social slider module from the checkout pages will fix that issue.
But you also have a problem in that fancybox is not working for the product image on the product details page. Again due to the three jQuery version.
See http://forum.virtuemart.net/index.php?topic=119638.0