Changeset 563773
- Timestamp:
- 06/25/2012 10:55:26 PM (14 years ago)
- Location:
- sp-wpec-variation-image-swap/trunk
- Files:
-
- 3 edited
-
js/sp-wpec-variation-image-swap.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sp-wpec-variation-image-swap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sp-wpec-variation-image-swap/trunk/js/sp-wpec-variation-image-swap.js
r551487 r563773 13 13 14 14 // loops through all selections and check if all has been selected to proceed (also captures all variation ids) 15 $( "select", productForm).each( function()15 $( productForm ).find( "select.wpsc_select_variation" ).each( function() 16 16 { 17 17 if ( $("option:selected", this ).val() == 0) -
sp-wpec-variation-image-swap/trunk/readme.txt
r551487 r563773 4 4 Tags: wpec, wp-e-commerce, variation image, image swap, variation image swap, splashing pixels 5 5 Requires at least: 3.0 6 Tested up to: 3. 3.27 Stable tag: 2.0. 26 Tested up to: 3.4 7 Stable tag: 2.0.3 8 8 9 9 Plugin that adds product variation image swapping function to Wordpress e-Commerce plugin (WPEC). Requires 3.8+ of WPEC plugin. … … 45 45 == Changelog == 46 46 47 = 2.0.3 = 48 * Update - changed a selector name in the swap script to prevent compatibility issues with other plugins 49 47 50 = 2.0.2 = 48 51 * Fixed - when image is swapping it sometimes stutters and flashes the old image before being replaced -
sp-wpec-variation-image-swap/trunk/sp-wpec-variation-image-swap.php
r551487 r563773 4 4 Plugin URI: http://splashingpixels.com/category/plugins/sp-wpec-variation-image-swap 5 5 Description: Plugin that adds product variation image swapping function to Wordpress e-Commerce plugin (WPEC). Requires 3.8+ of WPEC plugin. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: Roy Ho (Splashingpixels.com) 8 8 Author URI: http://splashingpixels.com
Note: See TracChangeset
for help on using the changeset viewer.