Jump to content

Cart window


jka

Recommended Posts

I have issues with some customers adding multiple items to the shopping cart without realizing it. Any chance we can make the cart hover on top of the product pages with items added? I use the foundation class.

thanks.

It will at least help if we can hover the cart window by adding more secs before it fades away.

Link to comment
Share on other sites

This might be a bit onerous for the customer, but in admin, Store Settings, Layout tab, we can force CubeCart to show the View Basket page for every occurrence of having added something to the basket. That would be the "Jump to basket on add" setting.

Otherwise, we can adjust the time it takes after fading in to fade out. That setting is near:

Line 531 in CC618's /skins/foundation/js/2.cubecart.js

function mini_basket_action() {
    $('#basket-detail, #small-basket-detail').fadeIn('fast', function() {
        $(this).delay(4000).fadeOut('slow');
    });
}

Change to 4000 to a desired value (in milliseconds).

We can also incorporate jQuery UI into Foundation, then add some special effects, like shaking the basket so that the customer's attention is absolutely acquired.

Because we edited this page's resource (a javascript file), we need to force the browser to reload all page resources. This is usually done with CTRL-F5.

Edited by bsmither
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...