2017 © Pedro Peláez
 

magento-module better-configurable-swatches

Use ajax to load swatches on product list and change gallery images on product view.

image

dr/better-configurable-swatches

Use ajax to load swatches on product list and change gallery images on product view.

  • Monday, July 13, 2015
  • by daniel-rose
  • Repository
  • 2 Watchers
  • 6 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DR_BetterConfigurableSwatches

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)

Installation

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)

Developer

Daniel Rose, (*12)

  • Xing: https://www.xing.com/profile/Daniel_Rose16

Licence

OSL - Open Software Licence 3.0, (*13)

(c) 2015 Daniel Rose, (*14)

The Versions

13/07 2015

dev-master

9999999-dev

Use ajax to load swatches on product list and change gallery images on product view.

  Sources   Download

OSL-3.0

The Requires

 

by Daniel Rose