-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brandyn Bold
committed
Dec 13, 2015
1 parent
f6b0c47
commit 5e43fee
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Slider Swatches | ||
================ | ||
|
||
This software is early in development, and is presented as-is. | ||
|
||
Requirements | ||
------------ | ||
|
||
The supported Magento version is 1.9.x. This was tested as working with RWD. | ||
|
||
This module uses jQuery 1.10, which is packaded with Magento. | ||
|
||
This uses [wootheme's](https://github.com/woothemes) awesome [Flexslider](https://github.com/woothemes/FlexSlider). | ||
|
||
|
||
Features | ||
---------------- | ||
|
||
- Use a Flexslider based image slider for product images on the PDP | ||
- When viewing a configurable swatch, the slider collection will repopulate with all the children product's images when the corresponding color swatch is selected. | ||
- Supports Magento's elevateZoom | ||
- For accessability, tabbing to the image and pressing enter will let the use move the zoom lens with the keyboard. Pressing escape will return the fuctionality to flexlider. | ||
|
||
Note: There are currently no thumbnails. This ia a TODO. | ||
|
||
Install via Modman | ||
---------------- | ||
|
||
You can install this module using [Colin Mollenhour's](https://github.com/colinmollenhour) [Modman tool](https://github.com/colinmollenhour/modman). | ||
|
||
```bash | ||
$ modman init | ||
$ modman clone https://github.com/Militree/Militree_SliderSwatches.git | ||
``` | ||
|
||
Contribution | ||
------------ | ||
|
||
To contribute please issue pull requests to the `develop` branch _only_. New releases will be merged to feature branches. Bugfixes are hotfix patched to both `master` and `develop`. |