该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WooCommerce Unit Of Measure

描述

WooCommerce Unit Of Measure allows you to add a unit of measure (UOM), or any text you require after the price in WooCommerce.

Requires WooCommerce to be installed.

屏幕截图

安装

  1. Upload WooCommerce Unit Of Measure to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to “Inventory” tab in the product data area and put in your unit of measure
  4. Publish or update your product
  5. That’s it.

常见问题

Where will the unit of measure output on the product?

After the price.

Can I add a unit of measure to a simple or variation product?

Yes you can. At this stage you can not change the unit of measure per variation but you can add a “global” (displays on all variations) like unit for the product.

Can I upload the unit of measure text when with WooCommerce CSV Import Suite?

Yes you can, follow these steps:
– Add a column to your Import Product CSV document
– Add the following title to your new column, meta:_woo_uom_input
– Fill your column with your required unit of measure or whatever text you want to add after the price for your product

Will this work with my theme?

Hard to say really, so many themes to test so little time.

评价

2022 年 5 月 29 日
Fajna wtyczka, przydatna i darmowa. Polecam
2021 年 6 月 3 日
Thanks for the great plugin! Very easy to use, intuitive, and as efficient as possible. The guys are genius. Keep creating new products you are good at!
阅读所有23条评价

贡献者及开发者

“WooCommerce Unit Of Measure” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

3.0.3

  • Tested on WordPress 5.9
  • Tested on WooCommerce 6.2.0
  • Changed filter priority to fire later

3.0.2

  • Tested on WordPress 5.5.1
  • Tested on WooCommerce 4.6.1

3.0.1

  • Tested on WordPress 5.1
  • Tested on WooCommerce 3.5.5

3.0.0

  • WPCS refactor
  • Removed translation function from output on front end variables as they can not be translated

2.4.3

  • added translation function around user input

2.4.2

  • Added screenshot of backend input location and frontend result
  • Tested on WordPress v4.9.8
  • Tested on WooCommerce v3.4.4

2.4.1

  • Reverted location so input is available as a global for multiple product types…..sorry for confusion.

2.4

  • Tested on WordPress v4.9.6
  • Tested on WooCommerce v3.4.1

2.3

  • Input is now global regardless of product as per original before the refactor

2.2

  • Cleaned up a class file

2.1

  • Added conditional to determine product type
  • Removed conditional for uom pro…oh it is still on the way

2.0

  • Tested on WordPress v4.9.5
  • Tested on WooCommerce v3.3.5
  • Refactored plugin structure

1.4

  • Tested on WordPress 4.9
  • Tested on WooCommerce 3.2.4
  • Added class to uom string

1.3

  • Added check for uom pro… yeah its on the way

1.2

  • Tested on WordPress 4.8.2
  • Tested on WooCommerce 3.2.1
  • Add WooCommerce header version check

1.1

  • Moved uom input to Inventory tab so it is available on simple and variable products
  • Removed the   from the output for accessibility reasons
  • Updated some FAQ and descriptions

1.0.2

  • Removed if empty check on save so unit of measure can be removed

1.0.1

  • Removed error on line 96, passed a variable that was not needed to the woo_uom_render_output function
  • Removed the conditional statement from the constructor
  • Renamed the return variable in the woo_uom_render_output function

1.0

  • Original commit and released to the world