We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e058e + 8bf6b13 commit 3cccad6Copy full SHA for 3cccad6
app/code/Meta/Catalog/Model/Product/Feed/Builder/Tools.php
@@ -144,7 +144,7 @@ public function formatPrice($price, $storeId = null)
144
$baseCurrency->getCode()
145
);
146
// workaround for 2.4.3
147
- $price = trim($price, $currencySymbol ?? '');
+ $price = ltrim($price, $currencySymbol ?? '');
148
return $price;
149
} catch (Exception $e) {
150
return '';
0 commit comments