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