Magento2-InfiniteScroll icon indicating copy to clipboard operation
Magento2-InfiniteScroll copied to clipboard

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 2.x. For IAS license info: https://github.com/Strateg...

Results 6 Magento2-InfiniteScroll issues
Sort by recently updated
recently updated
newest added

### Preconditions 1. Magento 2.4.4 ### Steps to reproduce 1. Run `composer require strategery/magento2-infinitescroll` ### Expected result 1. No error is thrown 2. The module is installed ### Actual result...

In configurable product listing page swatches of configurable products are not showing. ![swatches](https://user-images.githubusercontent.com/46725562/53953027-5bef7e80-40f8-11e9-9e25-9ef8bd3824eb.png)

bug
help wanted

I am using ahead works layered navigation extension when I apply filter by the brand on the left sidebar it gives an error , Can you explain why this is...

```/** * @return bool|false */ public function getLoaderImage() { $url = $this->getScrollConfig('design/loading_img'); if (!empty($url)) { $url = strpos($url, 'http') === 0 ? $url : $this->getSkinUrl($url); } return empty($url) ? false...

bug
help wanted

When you scroll down to a certain page (page 5), open a product, then go back to the same product listing using the browser back button. If you click on...

enhancement
help wanted