arcascomputing Posted May 20, 2016 Share Posted May 20, 2016 I've got a site hooked up to an ebay account but when I click on the setup to load the categories the ajax spinner just sits there indefinitely and when i use Chrome inspector I can see the following javscript error in categories.js?date=20160520040627 Uncaught ReferenceError: id_shop is not defined Under the "store categories" tab it has a message about the ebay account having no shop registered however it also states that this isn't necessary so I don't see why that would cause the error. The site's theme is just a modified bootstrap default and the only addon so far is the related products pro one. Any ideas? The site is on a temporary url - http://uk4.siteground.eu/~pinnac69/index.php Link to comment Share on other sites More sharing options...
NemoPS Posted May 21, 2016 Share Posted May 21, 2016 Can you give us more info about the line/file of that error? Link to comment Share on other sites More sharing options...
arcascomputing Posted May 23, 2016 Author Share Posted May 23, 2016 Sure, the full link to the file (via teh pre-DNS url) is: http://uk4.siteground.eu/~pinnac69/modules/ebay/views/js/categories.js?date=20160523120720 Looks like the line number is 186 according to Chrome Inspector. Link to comment Share on other sites More sharing options...
NemoPS Posted May 26, 2016 Share Posted May 26, 2016 I guess try to add var id_shop = 1;Before that lineI noticed there is a comment anyway, you modified the URL variable already? The new one is not reading id_shop Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now