Understanding Custom Fields serialized data
-
Hi,
I need to import woocommerce products with a range of different Lengths; the price are calculated with “Wc Price Calculator”.
If I manually set a range of length (5000; 5500; 6000), my array is:
_wc_price_calculator
? calculator_type dimension
? dimension
? ? pricing
Array ( [enabled] => yes [label] => al metro lineare [unit] => m [calculator] => Array ( [enabled] => yes ) [inventory] => Array ( [enabled] => no ) [weight] => Array ( [enabled] => yes ) [overage] => 0 )? ? length
Array ( [enabled] => yes [label] => Lunghezza [unit] => mm [editable] => no [options] => Array ( [0] => 5000 [1] => 5500 [2] => 6000 ) [accepted_input] => limited [input_attributes] => Array ( [min] => [max] => [step] => ) )How can i use a column on my file (“Length”) to dynamically import different lengts?!
- The topic ‘Understanding Custom Fields serialized data’ is closed to new replies.