VirtueMart  3.2.14.9808
Namespaces | Variables
mod_virtuemart_currencies.php File Reference

Namespaces

 VirtueMart
 

Variables

defined('DS') or define('DS' DIRECTORY_SEPARATOR
 
 $mainframe = JFactory::getApplication()
 
 $vendorId = vRequest::getInt('vendorid', 1)
 
 $text_before = $params->get( 'text_before', '')
 
 $currencyModel = VmModel::getModel('currency')
 
 $currencies = $currencyModel->getVendorAcceptedCurrrenciesList($vendorId)
 
 $currencyDisplay = CurrencyDisplay::getInstance()
 
 $virtuemart_currency_id = $mainframe->getUserStateFromRequest( "virtuemart_currency_id", 'virtuemart_currency_id',vRequest::getInt('virtuemart_currency_id',$currencyDisplay->_vendorCurrency) )
 

Variable Documentation

$currencies = $currencyModel->getVendorAcceptedCurrrenciesList($vendorId)
$currencyDisplay = CurrencyDisplay::getInstance()
$currencyModel = VmModel::getModel('currency')
$mainframe = JFactory::getApplication()
$text_before = $params->get( 'text_before', '')
$vendorId = vRequest::getInt('vendorid', 1)
$virtuemart_currency_id = $mainframe->getUserStateFromRequest( "virtuemart_currency_id", 'virtuemart_currency_id',vRequest::getInt('virtuemart_currency_id',$currencyDisplay->_vendorCurrency) )
defined ('DS') or define('DS' DIRECTORY_SEPARATOR