_getConfigValue($moduleNameId, 'version'); $moduleName = $this->_getConfigValue($moduleNameId, 'name'); $moduleShortDescription = $this->_getConfigValue($moduleNameId, 'descr'); $moduleLicense = $this->_getConfigValue($moduleNameId, 'license'); $linkParameters = ''; $moduleLicenseLink = $this->_getConfigValue($moduleNameId, 'licenselink') . $linkParameters; $moduleSupportLink = $this->_getConfigValue($moduleNameId, 'redminelink') . $linkParameters; $moduleLink = $this->_getConfigValue($moduleNameId, 'permanentlink') . $linkParameters; $servicesLink = $this->_getConfigValue($moduleNameId, 'ourserviceslink') . $linkParameters; $magentoVersion = Mage::getVersion(); $magentoPlatform = $this->_getPlatform(); $logoLink = 'https://shop.etwebsolutions.com/logotypes/' . $magentoPlatform . '/' . $magentoVersion . '/' . $moduleNameId .'/' . $moduleVersion . '/' . 'logo.png'; $html = ''; $html .= '
' . $helper->__('Extension:') . ' | ' . $helper->__( '%s (version %s)', $moduleName, $moduleVersion ) . ' |
' . $helper->__('License:') . ' | ' . $helper->__( '%s', $moduleLicenseLink, $moduleLicense ) . ' |
' . $helper->__('Short Description:') . ' | ' .$moduleShortDescription. ' |
' . $helper->__('Documentation:') . ' | ' . $helper->__( 'You can see description of extension features and answers to the ' . 'frequently asked questions on our website.', $moduleLink) . ' |
' . $helper->__('Support:') . ' | ' . $helper->__(
'Extension support is available through issue tracking system' .
'. You can see information freely, but you will have to sign up to open a ticket. ' . ' Please, report all bugs and feature requests that are related to this extension. ' . ' If by some reason you can not submit a question, bug report or feature request to our ' . 'ticket system, you can write us an email - support@etwebsolutions.com.', $moduleSupportLink) . ' |
' . $helper->__(
'You can hire our team to customize the extension. E-mail us on sales@etwebsolutions.com. ' . ' You can see a list of provided services on our website.', $servicesLink) . ' |