Width should be allowed to be set in a Product Variation.

This commit is contained in:
Barry Kooij 2014-09-16 14:02:26 +02:00
parent b1daae5d0d
commit 72c6f262f1
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class WC_Product_Variation extends WC_Product {
'sku' => '',
'weight' => '',
'length' => '',
'width' => '',
'height' => ''
);