This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Shopp Variants SKU

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.

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

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:
    <?php if(function_exists('am_shopp_variants_sku')) am_shopp_variants_sku(true); ?>
    use true to echo the sku;
    use false to return the sku: <?php if(function_exists('am_shopp_variants_sku')) $sku = am_shopp_variants_sku(false); ?>

FAQ

Can feature x be added?

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Shopp Variants SKU” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Shopp Variants SKU” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

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.