'product_id', 'value' => 'id_value', 'placeholder' => 'Product ID', ); $fields_product['sku'] = array( 'name' => '_sku', 'value' => '_sku', 'placeholder' => 'Product SKU' ); $fields_product['title'] = array( 'name' => 'title', 'value' => 'title', 'placeholder' => 'Product Name' ); $fields_product['product_type'] = array( 'name' => 'product_type', 'value' => 'type', 'placeholder' => 'Product Type' ); $fields_product['width'] = array( 'name' => 'width', 'value' => '_width', 'placeholder' => 'Width' ); $fields_product['length'] = array( 'name' => 'length', 'value' => '_length', 'placeholder' => 'Length' ); $fields_product['height'] = array( 'name' => 'height', 'value' => '_height', 'placeholder' => 'Height' ); $fields_product['managing_stock'] = array( 'name' => 'managing_stock', 'value' => '_manage_stock', 'placeholder' => 'Managing Stock' ); $fields_product['in_stock'] = array( 'name' => 'in_stock', 'value' => '_stock', 'placeholder' => 'In Stock' ); $fields_product['qty_in_stock'] = array( 'name' => 'qty_in_stock', 'value' => 'qty_stock', 'placeholder' => 'Qty In Stock' ); $fields_product['downloadable'] = array( 'name' => 'downloadable', 'value' => '_downloadable', 'placeholder' => 'Downloadable' ); $fields_product['tax_status'] = array( 'name' => 'tax_status', 'value' => '_tax_status', 'placeholder' => 'Tax Status' ); $fields_product['price'] = array( 'name' => 'price', 'value' => '_price', 'placeholder' => 'Price' ); $fields_product['regular_price'] = array( 'name' => 'regular_price', 'value' => '_regular_price', 'placeholder' => 'Regular Price' ); $fields_product['sale_price'] = array( 'name' => 'sale_price', 'value' => '_sale_price', 'placeholder' => 'Sale Price' ); $fields_product['sale_from'] = array( 'name' => 'sale_from', 'value' => '_sale_price_dates_from', 'placeholder' => 'Sale Start Date' ); $fields_product['sale_to'] = array( 'name' => 'sale_to', 'value' => '_sale_price_dates_to', 'placeholder' => 'Sale End Date' ); ?>