$newProductData = array( 'name' => 'name of product', // websites - Array of website ids to which you want to assign a new product 'websites' => array(1), // array(1,2,3,...) 'short_description' => 'short description', 'description' => 'description', 'status' => 1, 'weight' => 0, 'tax_class_id' => 1, 'categories' => array(3), //3 is the category id 'price' => 12.05);
This is php coding..
i want change this coding into power builder to send the data
selva wrote:$newProductData = array( 'name' => 'name of product', // websites - Array of website ids to which you want to assign a new product 'websites' => array(1), // array(1,2,3,...) 'short_description' => 'short description', 'description' => 'description', 'status' => 1, 'weight' => 0, 'tax_class_id' => 1, 'categories' => array(3), //3 is the category id 'price' => 12.05); This is php coding.. i want change this coding into power builder to send the data
Try learn array at javascript:mctmp(0); and for the structure at javascript:mctmp(0);