mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Added vatRate to ICML
This commit is contained in:
parent
8273d38ca9
commit
4e7a34ceb9
@ -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(
|
||||
|
@ -60,7 +60,8 @@ class RetailcrmIcml
|
||||
'url',
|
||||
'xmlId',
|
||||
'productActivity',
|
||||
'dimensions'
|
||||
'dimensions',
|
||||
'vatRate',
|
||||
);
|
||||
|
||||
$this->params = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user