Added vatRate to ICML

This commit is contained in:
gleemand 2021-06-04 10:33:55 +03:00 committed by GitHub
parent 8273d38ca9
commit 4e7a34ceb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -278,7 +278,8 @@ class RetailcrmCatalog
'vendor' => $vendor, 'vendor' => $vendor,
'article' => $offerArticle, 'article' => $offerArticle,
'weight' => $weight, 'weight' => $weight,
'dimensions' => $dimensions 'dimensions' => $dimensions,
'vatRate' => $product['rate'],
); );
if (!empty($combinations)) { if (!empty($combinations)) {
@ -326,7 +327,8 @@ class RetailcrmCatalog
'vendor' => $vendor, 'vendor' => $vendor,
'article' => $article, 'article' => $article,
'weight' => $weight, 'weight' => $weight,
'dimensions' => $dimensions 'dimensions' => $dimensions,
'vatRate' => $product['rate'],
); );
yield RetailcrmTools::filter( yield RetailcrmTools::filter(

View File

@ -60,7 +60,8 @@ class RetailcrmIcml
'url', 'url',
'xmlId', 'xmlId',
'productActivity', 'productActivity',
'dimensions' 'dimensions',
'vatRate',
); );
$this->params = array( $this->params = array(