woocommerce/admin/post-types/writepanels
Brent Shepherd cf240d96a3 Don't convert zero values to empty string
PHP's empty() function returns true for 0, 0.00, "0.00" and other 0 variants.
That means woocommerce_process_shop_order_meta() will convert item meta with
a 0.00 or similar value to an empty string, which can break things that expect
a float or number. This commit fixes that.
2013-01-21 16:02:52 +10:00
..
order-download-permission-html.php Nuked whitespace. Closes #1846. 2012-11-27 16:22:47 +00:00
order-fee-html.php Hide more tax. #2205. 2013-01-11 11:29:13 +00:00
order-item-html.php Hide more tax. #2205. 2013-01-11 11:29:13 +00:00
order-tax-html.php Small fix for previous commit, for adding rows. 2012-12-06 19:54:11 +00:00
variation-admin-html.php Prompt for variation price since its required. 2013-01-16 12:16:31 +00:00
writepanel-coupon_data.php Clean up variation display in admin. Closes #2241. 2013-01-17 11:23:11 +00:00
writepanel-order_data.php Don't convert zero values to empty string 2013-01-21 16:02:52 +10:00
writepanel-order_downloads.php Clean up variation display in admin. Closes #2241. 2013-01-17 11:23:11 +00:00
writepanel-order_notes.php Remove depricated jQuery Closes #2039 2012-12-28 13:02:12 +00:00
writepanel-product-type-variable.php Variations should not inherit prices, and variations with no price set should be hidden. Closes #2232. 2013-01-16 12:10:51 +00:00
writepanel-product_data.php Clean up variation display in admin. Closes #2241. 2013-01-17 11:23:11 +00:00
writepanel-product_images.php Remove depricated jQuery Closes #2039 2012-12-28 13:02:12 +00:00
writepanels-init.php Revised, roduct gallery panel, images stored in meta = more flexibility. 2012-12-20 01:13:06 +00:00