Jump to content

Ajax add to cart effect missing when BlockLayered or pagination was used


PrestaShark

Recommended Posts

Hi all,

Maybe someone can help me with?

 

I trying to found solution for this issue on forums but without success.
The problem occours when the ajax based feature was used on product list page.
So when we use Block Layered module or we use pagination feature we lost the ajax add to cart effect...

 

This is last bug that makes me sad sad.gif
Any help for that?

 

Thanks in advance!

 

http://forge.prestashop.com/browse/PSCSX-2728

Edited by PrestaShark (see edit history)
Link to comment
Share on other sites

Hi PrestaShark,

 

Not sure if you already fixed this, but I do see some animated action take place when adding some product to the cart using your first link, after using filters. (The animation does however go faster than in link two you mentioned)

 

Do you still need help?

 

pascal.

Link to comment
Share on other sites

Silly me :)
Just removed

{if $product.minimal_quantity > 1}
  <script type="text/javascript">
    checkMinimalQuantity();
  </script>
{/if}

From product-list.tpl and problem was solved.

 

I will wrote some tutorials how to add MOQ to product-list.tpl later ;)

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