Status
Not open for further replies.

skymaester

Customer
I've marked this as a bug, but I'm not sure if it's on my side or not. I'm able to hover over both "Visit Shop" and "Purchase" buttons, then they highlight, but nothing happens after clicking on them! :( I have checked and re-checked permissions and such, and to no avail. This happens on both Firefox and Chrome.
 
Please ensure you've reverted all customised vBShop templates and re-uploaded all vBShop files. You should have a line in your dbtech_vbshop template that reads
HTML:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/{vb:var jQueryVersion}/jquery.min.js"></script>
which will resolve to
HTML:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
when viewed in the page source.
 
No templates have been customized, so no option to revert.

Code in the template checks out, as does the code in the page source.

EDIT: Also, tried using IE for a browser, and the same issue happens.
 
Last edited:
Please PM me with an account that can access the shop and has enough credits to buy any random item, as well as an FTP account, and I'll look into it :)
 
Sorry,
HTML:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/{vb:var jQueryVersion}/jquery.min.js"></script>
read as
HTML:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
in the template.

I replaced the code and it seems to work now. I did re-upload the files twice before making this bug report, too, by the way.
 
Interesting, I don't believe I have ever used 1.5.2 in my code... I could of course be mistaken, but if you have a graphics / technical admin on your forum you may want to enquire with them whether they changed the version to maintain compatibility with some other modification on your forum.

I don't believe there should be any conflicts, as vBShop uses jQuery's noConflict code, but might be worth checking out anyway :)
 
My tech/gfx person is developing a separate skin, and hasn't touched the default skin, according to the logs. Again, the template was never touched until now.

Regardless, the matter's resolved.
 
Status
Not open for further replies.

Legacy vBShop

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,260
Customer rating
0.00 star(s) 0 ratings
Back
Top