Magento2-InfiniteScroll
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...
### 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. 
An easy way to make quick buy work
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...
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...