Cart module's not working !

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
Thu Dec 12, 2013 9:45 am
Reply with quote
Report this post
Hi,

The cart module is not working properly on my website, I don't know why...

When I click on cart (top-right), I see the "loading" animation starting (with lag by the way) but never ends.. And the cart lightbox isn't opening.

Please see capture attached, do you need my website link ?

Thank you
User avatar
Junior Boarder

teitbite
Sat Dec 14, 2013 12:04 pm
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

teitbite
Mon Dec 16, 2013 11:50 am
Reply with quote
Report this post
Hi

First of all please check if cart module is published in cart module position. Because or the modifications I will need an access to joomla panel and ftp to adjust the cart popup to changes.
User avatar
Moderator

teitbite
Tue Dec 17, 2013 2:14 pm
Reply with quote
Report this post
Hi

I've found out that the problem with extra loader icon is a conflict with "Inow Skitter Slideshow" which is using same class names, so please add this to css to override this module code and fix the problem:

Code: Select all
#btnCart.loading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    overflow: visible;
    text-indent: 0;
}


Unfortunately ftp access You've send me is not working so I could not check the missing popup issue yet.
User avatar
Moderator

GK User
Tue Dec 17, 2013 10:15 pm
Reply with quote
Report this post
Hi,

Okay, the problem with extra loader is solved : thank you !! :)

Sorry for FTP access, I've sent you the right password in private message. I think it'll be OK now.... ^^

Thank you, best regards
User avatar
Junior Boarder

teitbite
Thu Dec 19, 2013 11:52 am
Reply with quote
Report this post
Hi

Looks like You have an outdated template version. I've replaced some old code and it works ok now. In /layout/default.php replaced code:

Code: Select all
               <?php if($this->API->modules('cart')) : ?>
               <div id="btnCart"><strong>Cart</strong></div>
               <?php endif; ?>


to

Code: Select all
            <?php if($this->API->modules('cart')) : ?>
               <div id="btnCart" data-url="index.php?lang=<?php echo $lang; ?>&amp;tmpl=cart"><strong>Cart</strong></div>
            <?php endif; ?>
User avatar
Moderator

GK User
Tue Dec 24, 2013 2:24 am
Reply with quote
Report this post
All fixed now, thank you & merry christmas ;)
User avatar
Junior Boarder

teitbite
Sun Dec 29, 2013 8:45 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron