跳至内容
菜单
此问题已终结
5177 查看

Hello,

I want to access the template fields create_date product.product via xmlrpc (php). My code retrieves all other fields (name, id, list_price ...) except this field (create_date). It is the same with all the date fields : nothing is returned !


$fields = array(
    'id' => 'int',                      
    'create_date' => 'string',             
    'name' => 'string',                 
    'list_price' => 'string',           
    'default_code' => 'string');
$dataProduct = parent::read($this->model_product, $idProduct, $fields);

Do you have an idea how to recover it ? Thank's

Ps : Sorry for my very bad english :)

形象
丢弃
相关帖文 回复 查看 活动
1
9月 16
5657
2
3月 15
6629
1
8月 25
298
3
6月 25
1206
2
6月 25
1744