dev-master
9999999-devUse ajax to load swatches on product list and change gallery images on product view.
OSL-3.0
The Requires
by Daniel Rose
Use ajax to load swatches on product list and change gallery images on product view.
Extends the magento module "Mage_ConfigurableSwatches" with the following functions:, (*1)
Swatches on product list will be loaded by ajax (performance enhancement), (*2)
The media block on product view will be changed by using swatches, (*3)
For installing this module, it gives various ways:, (*4)
modman, (*5)
modman init # if modman is not initialized modman clone http://... # gets the latest code from the master branch and links it
composer, (*6)
Add the following line to the file "composer.json":, (*7)
"dr/better-configurable-swatches": "*"
, (*8)
copy/paste, (*9)
Download the latest code from github and copy all files to the magento root directory., (*10)
By using modman or composer the setting "allow symlinks" must be enabled. After the module is installed, the cache has to be cleared., (*11)
Daniel Rose, (*12)
OSL - Open Software Licence 3.0, (*13)
(c) 2015 Daniel Rose, (*14)
Use ajax to load swatches on product list and change gallery images on product view.
OSL-3.0