This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
v3.2.2
- Added scroll to top of page to pager links (when ajax filtering is enabled).
- Added method to facilitate hidden parameters. The visibility filter is now passed as a hidden parameter.
- Fixed js initialization issues after ajax filtering. It can very well be that this is not relevant for most magento installations.
This issue manifested in a missing "back url" when adding products to the cart on the category page.
The "back url" determines where the user is sent after the add to cart completes. This was missing due to some javascript not being initialized. In some situations this would result in the user seeing json data in their browser when the add to cart completes, obviously not desirable.