php - WP All Import serialized Script Woocommerce - Wordpress -


i want use custom field in wp import enter image description here

a:9:{s:15:"conditions_type";s:3:"all";s:10:"conditions";a:1:{i:1;a:2:{s:4:"type";s:8:"apply_to";s:4:"args";a:2:{s:10:"applies_to";s:5:"roles";s:5:"roles";a:1:{i:0;s:11:"dropshipper";}}}}s:9:"collector";a:1:{s:4:"type";s:7:"product";}s:15:"variation_rules";a:1:{s:4:"args";a:1:{s:4:"type";s:7:"product";}}s:4:"mode";s:10:"continuous";s:9:"date_from";s:0:"";s:7:"date_to";s:0:"";s:5:"rules";a:1:{i:1;a:4:{s:4:"from";s:1:"0";s:2:"to";s:2:"99";s:4:"type";s:11:"fixed_price";s:6:"amount";s:5:"12345";}}s:10:"blockrules";a:1:{i:1;a:5:{s:4:"from";s:0:"";s:6:"adjust";s:0:"";s:4:"type";s:16:"fixed_adjustment";s:6:"amount";s:0:"";s:9:"repeating";s:2:"no";}}} 

> in case want change price in value "12345" custom node > {my_price[1]}, replace "12345" {my_price[1]} not > working, please me, thanks. 


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -