Linux 软件免费装

Shopp Variants SKU

开发者 CrazyXhtml
更新时间 2013年4月24日 16:59
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

product variant shopp sku

下载

1.0 1.0.1 1.0.2 1.0.3 1.0.4

详情介绍:

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

安装:

  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); ?>

升级注意事项:

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.

常见问题:

Can feature x be added?

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

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0