Error Updating Cart

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 Dec 21, 2015 1:50 pm
Reply with quote
Report this post
Hey there,

When im in the "my shopping cart" area and trying to change the shipping or payment method, amount or anything at all in that page Im getting an error (please find attached the pic' of the error.)

any thoughts?
User avatar
Fresh Boarder

teitbite
Wed Dec 23, 2015 2:27 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sat Dec 26, 2015 10:19 am
Reply with quote
Report this post
Hi

Are You using a standard Virtuemart or does it have some extra plugins included. I'm not able to recreate this error on my copy of this site. Please send me an access to ftp so I'll be bale to check what is overriding the original code.
User avatar
Moderator

teitbite
Sat Dec 26, 2015 10:40 am
Reply with quote
Report this post
Hi

Thanks for FTP access. I've disabled our template to test the problem, but same errors appear even than. This means it's coming from one of this plugins or directly from Virtuemart. It's 100% not a fault of our template. You need to contact Virtuemart or this extra extensions developers. I'm not a Virtuemart expert sorry.
User avatar
Moderator

GK User
Sat Dec 26, 2015 10:51 am
Reply with quote
Report this post
will do!
thanks again. if you would like i will let you know what happened.
I have one more question if you dont mind:

when i try to log in the popup window is too small and if i try to change it will CSS it effects the main menu, (see attached). any thoughts?

Thanks again,
User avatar
Fresh Boarder

teitbite
Mon Dec 28, 2015 2:04 pm
Reply with quote
Report this post
Hi

I can help with that :) Add this code to override.css

Code: Select all
#gkPopupLogin,
#gkPopupCart {
    height: 320px !important;
    overflow: auto;
}

#login-form fieldset p {
    line-height: 12px;
    margin: 0 0 10px;
}
User avatar
Moderator

GK User
Mon Dec 28, 2015 5:55 pm
Reply with quote
Report this post
Hello again,
I did the same thing but as you can see now it effects the main menu this way
look in the link i sent the last tabs of the main menu are not clickable now and the hover doest work..
http://lironoy.com/lior/index.php/en/

thanks again,
Liron
User avatar
Fresh Boarder

teitbite
Tue Dec 29, 2015 5:33 pm
Reply with quote
Report this post
Hi

Ok. now I understand what You have in mind. Add this code to override.css:

Code: Select all
#gkPopupLogin, #gkPopupCart {
    display: none;
}
User avatar
Moderator

GK User
Wed Dec 30, 2015 9:10 am
Reply with quote
Report this post
it doesnt help :/

its like the form is sitting on the menu..
User avatar
Fresh Boarder

teitbite
Thu Dec 31, 2015 4:27 pm
Reply with quote
Report this post
Hi

Yes it looks like it's always being set as display:block, so I overwritten the script in /js/gk.script.js

Code: Select all
   jQuery('#btnLogin').click(function(){
      jQuery('#gkPopupLogin').toggleClass('active');
   });


and override.css

Code: Select all
#gkPopupLogin {
    display: none !important;
}

#gkPopupLogin.active {
    display: block !important;
}


I cannot see new css yet, but I think it can be due to cache. If it will not work still when You see it than copy the css part to Custom CSS fiels in template configuration.
User avatar
Moderator

GK User
Thu Dec 31, 2015 4:41 pm
Reply with quote
Report this post
Hey again,
I really appreciate all the help.
I cleared the cache and it works fine until u open the cart popup and then it stops working again..
User avatar
Fresh Boarder

teitbite
Sat Jan 02, 2016 3:51 pm
Reply with quote
Report this post
Hi

I have send this problem to programmers. Will let You know when I'll hear from them.
User avatar
Moderator

GK User
Sat Jan 02, 2016 3:52 pm
Reply with quote
Report this post
Thanks again.
User avatar
Fresh Boarder

teitbite
Mon Jan 04, 2016 12:46 pm
Reply with quote
Report this post
Hi

Programmers has just informed me that problem was fixed. Here is a file which was updated.
User avatar
Moderator

GK User
Tue Jan 05, 2016 6:49 pm
Reply with quote
Report this post
thank you so much!
looks perfect.

so i have another question about another site using gavick's template.
should i open a new ticket or can i use u since you are so nice and helpful? :)
User avatar
Fresh Boarder

teitbite
Fri Jan 08, 2016 5:29 pm
Reply with quote
Report this post
Hi

Yes, please start a new thread. It doesn't matter to me, but when users are searching forum to find an answer to a similar question then they will simply miss it if it's not related to title or couple first posts.
User avatar
Moderator

GK User
Sun Jan 10, 2016 1:04 pm
Reply with quote
Report this post
ok, how about a read more button that will make clear that there is more to see in the same place?
User avatar
Fresh Boarder

GK User
Sun Jan 10, 2016 1:26 pm
Reply with quote
Report this post
sorry, wrong thread :)
User avatar
Fresh Boarder

teitbite
Wed Jan 13, 2016 10:52 am
Reply with quote
Report this post
Hi

Och. Ok :) I'll close this thread so there will be no such problem any more.
User avatar
Moderator


cron