mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-10 04:10:54 +00:00
Added vatRate to ICML
This commit is contained in:
parent
8273d38ca9
commit
4e7a34ceb9
2 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue