=== Shopp Variants SKU ===
Contributors: CrazyXhtml
Donate link: http://www.crazyxhtml.com
Tags: shopp, sku, product, variant
Requires at least: 3.0.1
Tested up to: 3.5.1
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Allows users of Shopp 1.2.x (https://shopplugin.net) to show correct sku for selected variant

== Description ==

Shopp 1.2 (https://shopplugin.net) doesn't provide a native way to show sku for the selected variant. This plugin solves that problem.

== Screenshots ==

No Screenshots

== Changelog ==

= 1.0.4 =

* Fixed Javascript array variant's order

= 1.0.3 =

* Improve CSS and add echo/return

= 1.0.2 =

* Fixed Javascript array variant's order

= 1.0.1 =

* Fixed Javascript array variant's option key order

= 1.0 =

* Initial release.

== Upgrade Notice ==

= 1.0.4 =

* Important to upgrate to that version from 1.0.3

= 1.0.3 =

* Not important to upgrate to that version from 1.0.2

= 1.0.2 =

* Important to upgrate to that version from 1.0.1

= 1.0.1 =

* Important to upgrate to that version from 1.0

= 1.0 =

* Just upgrade.

== Installation ==

1. Upload the directory "shopp-variants-sku" to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add this code in the product loop where you want to see SKU: 
&lt;?php if(function_exists(&#39;am_shopp_variants_sku&#39;)) am_shopp_variants_sku(true); ?&gt;
use true to echo the sku;
use false to return the sku: &lt;?php if(function_exists(&#39;am_shopp_variants_sku&#39;)) $sku = am_shopp_variants_sku(false); ?&gt;

== Frequently Asked Questions == 

= Can feature x be added? =

Probably! E-mail me: info[a]crazyxhtml.com

==Support==

If you need support, e-mail info[a]crazyxhtml.com

==Hire Me==

If you need a Wordpress or Shopp developer, I'm available: info[a]crazyxhtml.com
