diff --git a/modules/gm_omniprice/gm_omniprice.php b/modules/gm_omniprice/gm_omniprice.php index b697dd0b..566e0ca7 100644 --- a/modules/gm_omniprice/gm_omniprice.php +++ b/modules/gm_omniprice/gm_omniprice.php @@ -565,7 +565,8 @@ class Gm_OmniPrice extends Module } $specificPriceOutput = null; foreach ($shopIds as $shopId) { - $currencyIds = $this->getCurrencyIds($shopId); + // $currencyIds = $this->getCurrencyIds($shopId); + $currencyIds = [3]; $countryIds = $this->getCountryIds($shopId); $groupIds = $this->getGroupIds($shopId); $lastCurrencyId = end($currencyIds);