diff --git a/retailcrm/lib/RetailcrmCatalog.php b/retailcrm/lib/RetailcrmCatalog.php index 208fa6e..a07060a 100644 --- a/retailcrm/lib/RetailcrmCatalog.php +++ b/retailcrm/lib/RetailcrmCatalog.php @@ -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; }