if ($price > 0) {
                $currencyCode                 = $helper->getConfig('adslight_currency_code');
                $currencySymbol               = $helper->getConfig('adslight_currency_symbol');
                $currencyPosition             = $helper->getConfig('currency_position');
                $formattedCurrencyUtilityTemp = Utility::formatCurrencyTemp($price, $currencyCode, $currencySymbol, $currencyPosition);