Jump to content

Resolved with jQuery 1.7.Y change - all pages on admin consol


Guest micshe@gmail.com

Recommended Posts

You said, "no inner content (but the progress bar)".

 

This is indicative of javascript failing to start.

 

Some versions  of Cubecart 5.1.x ask for the latest version of jQuery 1.X.Y which Cubecart cannot use. The very latest versions of CubeCart asks specifically for the latest jQuery 1.7.Y version.

 

So, if you know how to edit a file, open these two files and change where indicated:
/js/common.html
/admin/skins/default/templates/main.php

In both files, find:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

and change to:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>

 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...