mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Changed dimensions order in ICML
This commit is contained in:
parent
14cbac39a6
commit
2f4897b35f
@ -198,7 +198,7 @@ class RetailcrmCatalog
|
||||
$depth = round($product['depth'], 3);
|
||||
|
||||
if ($width !== 0.0 && $height !== 0.0) {
|
||||
$dimensions = implode('/', array($width, $height, $depth));
|
||||
$dimensions = implode('/', array($depth, $width, $height));
|
||||
} else {
|
||||
$dimensions = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user