VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: tarak on March 06, 2017, 12:19:49 PM

Title: virtuemart api : how to get all custom field of a a product with php ?
Post by: tarak on March 06, 2017, 12:19:49 PM
hy ,
everything is in the title  , thanks for help :) .
Title: Re: virtuemart api : how to get all custom field of a a product with php ?
Post by: Milbo on March 06, 2017, 18:24:31 PM
$product->customfields = $customFieldsModel->getCustomEmbeddedProductCustomFields($product->allIds)
Title: Re: virtuemart api : how to get all custom field of a a product with php ?
Post by: ereallstaff on March 09, 2017, 07:57:35 AM
Is there any documents about virtuemart 3 API?