Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
5150 Представления

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 :)

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
сент. 16
5654
2
мар. 15
6604
1
авг. 25
292
3
июн. 25
1193
2
июн. 25
1737