Jump to content

panier qui s'ouvre à l'ajout d'un produit


Recommended Posts

Bonjour à tous,

 

Voilà je cherche à faire quelque chose de tout bete à savoir developper la blockcart quand on ajoute un produit.

 

Mais en regardant le code de /modules/blockcart/ajax-cart.js je trouve cela:

// add a product in the cart via ajax
add : function(idProduct, idCombination, addedFromProductPage, callerElement, quantity, whishlist){
[..]
 if ($('#cart_block_list').hasClass('collapsed'))
  this.expand();

  • Les deux dernières lignes ne devrait elle pas developper le menu?
  • Et pourquoi ca ne le fait pas?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...