Jump to content

Add to Cart pop-up


Man_

Recommended Posts

Hello friends,

 

I hope what I'm about to ask is reasonable.

 

Does anyone know how I can go about having a message slide from the top of the screen; notifying the user that he has adding one cart to the shopping cart?

 

Thank you. 

Link to comment
Share on other sites

In the file /js/common.js, we see (about 75 lines up from the bottom) this statement:

//Shake basket
$(".animate_basket").effect("shake", { times:4, distance: 3 }, 70);

 

If you are developing some other means of getting the attention of the customer, then you can change this statement to something like (I don't know the exact jQuery statement):

$(".animate_basket").slideDown().slideUp();

Be sure to understand those jQuery commands.

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...