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

View File

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