2017 © Pedro Peláez
 

magento-module infinitescroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

image

gogoleva/infinitescroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  • Tuesday, March 29, 2016
  • by Lilya Gogoleva
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Strategery InfiniteScroll

This extension is for when the user reaches the end of the current product list, the next page is loaded automatically by AJAX after the end of the list. Easy to install and configure, this module works 100% out of the box with Magento's default theme, and also gives to you the posibility to configurate the custom selectors of your custom theme. Now you can get a more friendly UI by helping the user to save clicks and time., (*1)

Installation

Magento Connect (Stable)

  1. Download from Magento Connect: http://www.magentocommerce.com/magento-connect/strategery-infinitescroll-2-9213.html
  2. Configure the selectos for your theme on System / Configuration section.
  3. Refresh your Magento cache.
  4. Scroll to infinity and beyond!

Composer (Development)

Useful for quickly grabbing development copy., (*2)

  1. Add the repository to composer.json:, (*3)

    { "type": "vcs", "url": "https://github.com/Strategery-Inc/Magento-InfiniteScroll.git" }, (*4)

  2. Add a requirement: "strategery-inc/magento-infinitescroll": "dev-master", (*5)

  3. Run composer update to install.

Configuration

If you have a different theme other than the default, you will need to copy the default theme files to your custom theme folder and configure the plugin by going to System / Configuration / Catalog / Infinite Scroll., (*6)

Demo

Frontend Demo http://demo.usestrategery.com/infinite-scroll/infinitescroll.html
Backend (Admin)
URL http://demo.usestrategery.com/infinite-scroll/admin
Username demo
Password demo1234
Repository https://github.com/webcreate/infinite-ajax-scroll

Development Notes

To hook to window.ias you need to listen the window.onload event:, (*7)

jQuery(window).load(function() { console.log('window load jquery'); console.log(window.ias); });, (*8)


Release Notes

v3.1.0

Upgraded to IAS 2.1.3, which includes major stability and bug-fix improvements, as well as some new features., (*9)

UPGRADE NOTES

If you're supplying custom configuration through a file (in the "Advanced" tab of the System Config options) please take a look at the new configuration architecture in this file: http://bit.ly/1wurMmX, (*10)

If you're listening to certain events, please take a look at the new events API: http://infiniteajaxscroll.com/docs/events.html, (*11)

v3.0.0
  • Changed infinite scroll library (now using: https://github.com/webcreate/infinite-ajax-scroll)
  • Improved memory system
  • Better jQuery integration
  • Added semiautomatic mode (load more button)
  • Added support for list mode
  • Added optional extra js for advanced customizations (callbacks, extra params, etc)
  • Multiple bugfixes
v2.1.5/2.1.6
  • New features: new options in system / configuration for different instances.
  • Fixes: callback function as required option, cache fixed, category event fixed.
v2.1.4
  • New features: cache, memory function, new options in system / configuration.
  • Fixes: layout issues, JS controller issue.
v2.0.3
  • Added Magento 1.3 support.

On the configuration for default you will see the selectors for Magento 1.6, if you need to configure on Magento 1.3 you should set the following selectors:, (*12)

  • Content: div.catalog-listing
  • Navigation: table.pager:last, table.view-by:last
  • Next: td.pages ol li:last a
  • Items: ul.products-grid
  • Loading: div.category-products

Copyright 2014 Strategery, Inc. Licensed under the Academic Free License version 3.0, (*13)

The Versions

29/03 2016

dev-master

9999999-dev https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

21/03 2016

dev-damian/jquery-ias-update

dev-damian/jquery-ias-update https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

21/03 2016

dev-damian/issue-95-fix-for-configurable-swatches

dev-damian/issue-95-fix-for-configurable-swatches https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

21/03 2016

dev-damian/fix-default-mode

dev-damian/fix-default-mode https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

05/02 2016

3.3.0

3.3.0.0 https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

05/02 2016

dev-damian/release-3-2-3

dev-damian/release-3-2-3 https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

13/01 2016

3.2.2

3.2.2.0 https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza

13/01 2016

dev-damian/github-issue-96

dev-damian/github-issue-96 https://github.com/Strategery-Inc/Magento-InfiniteScroll

Magento InfiniteScroll: AJAX feature for catalog to load the next set of products.

  Sources   Download

AFL-3.0

The Requires

 

by Gabriel Somoza