Width should be allowed to be set in a Product Variation.
This commit is contained in:
parent
b1daae5d0d
commit
72c6f262f1
|
@ -59,6 +59,7 @@ class WC_Product_Variation extends WC_Product {
|
|||
'sku' => '',
|
||||
'weight' => '',
|
||||
'length' => '',
|
||||
'width' => '',
|
||||
'height' => ''
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue