Add to cart wont work on certain pages

GK User
Wed Jun 12, 2013 11:05 am
Hi,

I have a strange problem,

the cart pop-up functionality has stopped on my test site. This was directly after updating to the latest version of e-sport.

After updating i found that i preferred to run the site on the older version of eSport. I also found following this that the cart functionality has gone.

the test site is viewable here: http://176.32.230.24/actorscentrenorth.co.uk/

The strange thing is that the cart does still work, but only on two pages of the site (login & register)
http://176.32.230.24/actorscentrenorth. ... view=login

please can someone help with this?
User avatar
Fresh Boarder

GK User
Wed Jun 12, 2013 12:50 pm
This issue was fixed, are you sure you are using latest version?

Regardless you need to edit gk.scripts.js located in template js folder.
File: /templates/gk_esport/js/gk.scripts.js
Line: 73
Old code was:
Code: Select all
if(document.id('gkPopupLogin')) {

Replace it with
Code: Select all
if(document.id('gkPopupLogin') && document.id('gkLogin')) {


See you around...
User avatar
Platinum Boarder


cron