When I clicked add to cart on category it display loading picture all the time and item did not add to cart, it's there any solution for this? Thanks
Magento vision CE 1.72
--------------------------------------------------
category/product/list.html code:
<?php if($_product->isSaleable()): ?>
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
<?php else: ?>