• I am trying to integrate a simple shopping cart application into a theme I am developing.

    However, after trying several eCommerce/Shopping Cart plugins, they have all broken the theme where it using other jQuery libraries (specifically jcarousel).

    Here is the generated code from my theme in the header:

    <script type='text/javascript' src='https://localhost/wp-includes/js/l10n.js?ver=20101110'></script>
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.cycle.all.min.js?ver=3.2'></script>
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.jcarousel.min.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/jquery.jplayer.min.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/cufon-yui.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/ChunkFive_400.font.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/myCustom.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/themes/music-man/js/slide.js?ver=3.2'></script>
    <script type='text/javascript' src='https://localhost/wp-content/plugins/cart66-lite/js/cart66-library.js?ver=1.1.6'></script>

    Does anyone have any suggestions on this?

    I have tried searching Google, the Cart66 Lite docs and jcarousel but I am getting nothing that address this issue.

    I am thinking it must be something wrong with the method/order I am loading up my jQuery libraries or something.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • have you tried using firebug or something similar to determine the javascript error? where is it showing the error?

    Thread Starter erbuc

    (@erbuc)

    Yes, I have Firebug and Web Developer installed and I have fixed any resulting JS error noted. But, the issue remains, a soon as I activate the Cart66 Lite plugin, jQuery breaks.

    It is as if Cart66 Lite is unloading jQuery altogether. But it is still showing up in the header. And I also did not see them trying to reload jQuery in their plug-in code.

    I am stumped.

    your code above shows that jquery is loading via google’s cdn.

    are there no js errors now? even with cart66 loaded?

    Thread Starter erbuc

    (@erbuc)

    Correct! And no errors are being reported … with and without the Cart66 lite plugin activated.

    could you put it on a production server so I could take a look?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cart66 Lite break other jQuery libraries’ is closed to new replies.