Cart button click leading to a black lightbox

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 09, 2016 7:45 pm
Reply with quote
Report this post
Hi, for some reason I've seen that the blue button on right, even when the cart is full, does lead to a black lightbox, which I think is not the way it should behave.
http://bit.ly/1TOJ8Ym
Can you help me in some way?
I did some slight modifications to global css and some more to vm category page, which are:
https://www.gavick.com/forums/storebox- ... ized-50519
I don't know if they messed up the whole thing, it doesn't seem so...
User avatar
Senior Boarder

teitbite
Thu May 12, 2016 12:33 pm
Reply with quote
Report this post
Hi

Please try solution proposed here: https://www.gavick.com/forums/storefron ... 01#p257401
User avatar
Moderator

GK User
Thu May 12, 2016 5:55 pm
Reply with quote
Report this post
Thank you, would you suggest me the correct formatting for that line?
I've found this code on gk.scripts.js
Code: Select all
if(!wait) {
                   jQuery.ajax({
                           url: $GK_URL + 'index.php?tmpl=cart&lang=' + jQuery('html').attr('lang').split('-')[0],
                           cache: false,
                           beforeSend: function() {
                                   btn.addClass('loading');
                                   wait = true;
                           },

should I add a + &Itemid=120 before comma or anywhere else?
Please suggest me the correct formatting.
User avatar
Senior Boarder

teitbite
Fri May 13, 2016 10:39 am
Reply with quote
Report this post
Hi

Try like this:

Code: Select all
url: $GK_URL + 'index.php?tmpl=cart&lang=' + jQuery('html').attr('lang').split('-')[0] + '&Itemid=120',
User avatar
Moderator

GK User
Fri May 13, 2016 11:52 am
Reply with quote
Report this post
Modification done, cache cleared, but testing it on different browsers gives a consistent result: like in the attachment, the screen grayes out and a spiral shows up on the cart button, but it doesn't go further than this...
User avatar
Senior Boarder

teitbite
Mon May 16, 2016 2:35 pm
Reply with quote
Report this post
Hi

I have other report of this problem already and have informed programmers about it. Waiting for their response. Will publish solution as soon as I'll get it.

https://www.gavick.com/forums/storefron ... 36#p257636
User avatar
Moderator

GK User
Tue May 17, 2016 5:08 pm
Reply with quote
Report this post
Thank you, do you think it will be a matter of days or more?
User avatar
Senior Boarder

teitbite
Wed May 18, 2016 9:59 am
Reply with quote
Report this post
Hi

I've just post an answer here: https://www.gavick.com/forums/storefron ... 36#p257636

Please move this conversation there. I'm gonna close this topic to not duplicate it.
User avatar
Moderator


cron