VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: azimkata on January 12, 2014, 01:07:07 AM

Title: terms and Conditions ACCEPT
Post by: azimkata on January 12, 2014, 01:07:07 AM
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
Title: Re: terms and Conditions ACCEPT
Post by: jenkinhill on January 12, 2014, 11:43:36 AM
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.
Title: Re: terms and Conditions ACCEPT
Post by: azimkata on January 12, 2014, 12:47:36 PM
Ok buth when I update VM he stop working and show me many lines of errors :(
Title: Re: terms and Conditions ACCEPT
Post by: jenkinhill on January 12, 2014, 14:41:03 PM
"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?
Title: Re: terms and Conditions ACCEPT
Post by: azimkata on January 13, 2014, 20:12:52 PM
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 :(
Title: Re: terms and Conditions ACCEPT
Post by: azimkata on January 13, 2014, 22:48:53 PM
I Repair that, and update the VM and VM-aio

but link is not repair :(
Title: Re: terms and Conditions ACCEPT
Post by: jenkinhill on January 13, 2014, 23:29:10 PM
So now post the url
Title: Re: terms and Conditions ACCEPT
Post by: azimkata on January 13, 2014, 23:57:29 PM
http://ribnovo-bg.com/index.php/onlain-magazin/terlici

my site is on Bulgarian language
Title: Re: terms and Conditions ACCEPT
Post by: jenkinhill on January 14, 2014, 12:11:45 PM
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