News:

Support the VirtueMart project and become a member

Main Menu

The link Terms and Condition doesn't work

Started by tsvetipl, November 01, 2012, 22:14:04 PM

Previous topic - Next topic

tsvetipl

Hi I read all for Terms and condition but I did not find my solution. I have the link Agree with Terms and condition, but when I click to that link is redirect me to the main page of my site, not to the Terms and condition. The strange is when I see the page source I see the terms and condition.

Here is link to my site: http://bebecomfort.co
Virtue mart 2.0.12f
Joomla 2.5.7

Thanks.

bytelord

#1
Hello,

Yes, that's true, but caused due to javascript conflict and facebox is not working, so you go to home page. Also loading states when choosing country is not working, simply you could use firebug to examine it.

You are loading 3 times jquery (as many of you ... i have 1-3 posts a day for the same issue exactly, no ones uses firebug or seach the forum??!!) ...

So, please load only one instance of jquery.


<link type="text/css" href="/components/com_virtuemart/assets/css/facebox.css" rel="stylesheet">
<link type="text/css" href="/components/com_virtuemart/assets/css/vmsite-ltr.css" rel="stylesheet">
<link type="text/css" href="/media/system/css/modal.css" rel="stylesheet">
<link type="text/css" href="/modules/mod_skype_status/assets/css/style.css" rel="stylesheet">
<link type="text/css" href="http://bebecomfort.co/modules/mod_djimageslider/assets/style.css" rel="stylesheet">
<style type="text/css">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/jquery.noConflict.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/vmsite.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/facebox.js">
<script type="text/javascript" src="/components/com_virtuemart/assets/js/vmprices.js">
<script type="text/javascript" src="/media/system/js/mootools-core.js">
<script type="text/javascript" src="/media/system/js/core.js">
<script type="text/javascript" src="/media/system/js/validate.js">
<script type="text/javascript" src="/media/system/js/modal.js">
<script type="text/javascript" src="/media/system/js/mootools-more.js">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js">
<script type="text/javascript" src="/modules/mod_skype_status/assets/js/jquery.cookie.js">
<script type="text/javascript" src="/modules/mod_djimageslider/assets/powertools-1.2.0.js">
<script type="text/javascript" src="/modules/mod_djimageslider/assets/slider.js">
<script type="text/javascript">
<link href="/templates/system/css/system.css" rel="stylesheet">
<link href="/templates/system/css/general.css" rel="stylesheet">
<meta content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" name="viewport">
<link media="screen" href="/templates/bebecomfortl/css/template.css" rel="stylesheet">
<link media="all" href="/templates/bebecomfortl/css/template.responsive.css" rel="stylesheet">
<script>
<script src="/templates/bebecomfortl/jquery.js"><script>
<script src="/templates/bebecomfortl/script.js">
<script>
<script src="/templates/bebecomfortl/script.responsive.js">


I remember your site and i have examine it again for the same issue almost ... add to cart ... but for the same reason! Why you are posting again for the same issues when you haven't resolve the first ones!! (http://forum.virtuemart.net/index.php?topic=109436.msg366489#msg366489), just a day before! Did you ever take a look on that response? Did you try to resolve it? If not please try...

So this is not a vm issue, but please read the follow links that will help you to resolve it!

Use firebug to examine your site code and styling .. also for checking js conflicts ...
http://forum.virtuemart.net/index.php?topic=102850.0

Javascript conflicts:
http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
http://dev.virtuemart.net/projects/virtuemart/wiki/JavascriptCSS_Template_Overrides_and_Avoiding_Conflicts_between_Libraries

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

tsvetipl

Hello, I think I solved my problem with the cart, but obviously I am not . Thank you for your respond.

bytelord

Hello,

Please load one only instance of jquery ... i think then your issues will be solved or will be easier to troubleshoot it ... post back your results.

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

tsvetipl

Hi bytelord, I remove the Module for skype status, end the popup window is working. I know there another issue about J query conflict , I will continue to work on it .

Thanks for your help. 

bytelord

#5
i suppose you could prevent skype module from loading jquery, check if has an option on the configuration ... if not you have to edit their code to remove it manually...

OR

you could remove vm jquery which is version 1.6.4 and enable back skype status that loads 1.7.x version of jquery, vm will work with that also

Then please remove that /templates/bebecomfortl/jquery.js from your custom template options ... or edit header ...

So then only one instance o jquery will be load.
Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!