Shopp Variants SKU
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
- Upload the directory “shopp-variants-sku” to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- 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
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.