Boutique 2.5 Redshop Cart Module

GK User
Sat Jan 28, 2012 2:46 am
I have downloaded the new 2.5 version of Boutique and when I click on the shopping cart icon nothing happens. It's like it isn't there. I've tried with both a 1.7 upgrade as well as the 2.5 quickstart. Same thing. And if I go to the store and add a product, the cart icon doesn't update to show the quantity. Any help would be greatly appreciated. The issue can be witnessed on my development server at http://neidevserver.net/triforce/ just go there and click on the cart icon. It should give a popup and say the cart is empty but doesn't.

Thanks
User avatar
Fresh Boarder

GK User
Sat Jan 28, 2012 5:44 am
Hi,

There is a javascript error causing the popup does not work. Just try this:

- Open file: \templates\gk_boutique\js\gk.scripts.js

- Find this line to remove:
Code: Select all
popup_overlay_fx.fade(0.45);

Then let me know if it helps.
User avatar
Platinum Boarder

GK User
Sun Jan 29, 2012 12:28 am
Hi Don, thanks for the reply. That makes the cart button work for popping up the cart, but there's no way to close it. Clicking elsewhere on the page doesn't work. I have to refresh the page to get rid of the popup. How can I fix that?
User avatar
Fresh Boarder

GK User
Mon Jan 30, 2012 10:21 am
Can you send your FTP access via a PM then I can check further to fix for you?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 4:15 pm
I sent you a PM but it is showing in my outbox instead of sent items. Did you receive it? This is the first PM I've sent here in the forum, just want to make sure I didn't miss something.
User avatar
Fresh Boarder

GK User
Tue Jan 31, 2012 10:00 am
I got your PM and fixed the issue for you already.

Solution to fix this bug:

- Open file: \templates\gk_boutique\js\gk.scripts.js

- Find:
Code: Select all
popup_overlay_fx.fade(0.45);

- Change to:
Code: Select all
popup_overlay.fade(0.45);

- Find:
Code: Select all
popup_overlay_fx.fade('out');

- Change to:
Code: Select all
popup_overlay.fade('out');
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 9:28 pm
Looks to be working now. I'll test everything more thoroughly but I'm good for now. Thanks a million Don, I really appreciate your help.
User avatar
Fresh Boarder

GK User
Wed Feb 01, 2012 12:37 pm
You are most welcome. I also have reported this bug to our development team and it has been fixed in latest version of the template.

Have a nice day, feel free to let me know if you need any other helps.
User avatar
Platinum Boarder


cron