VirtueMart  3.2.14.9808
Variables
default_shopfront.php File Reference

Variables

 $_defaultExpTime
 
 $attrlist = 'class="inputbox" multiple="multiple" '
 
 $latest_products_orderBy
 
 $options
 
 if (VmConfig::get('rised_availability'))
 
 $showReviewFor
 
 $reviewMode
 

Variable Documentation

$_defaultExpTime
Initial value:
= array(
'1,D' => '1 ' . vmText::_('COM_VIRTUEMART_DAY')
, '1,W' => '1 ' . vmText::_('COM_VIRTUEMART_WEEK')
, '2,W' => '2 ' . vmText::_('COM_VIRTUEMART_WEEK_S')
, '1,M' => '1 ' . vmText::_('COM_VIRTUEMART_MONTH')
, '3,M' => '3 ' . vmText::_('COM_VIRTUEMART_MONTH_S')
, '6,M' => '6 ' . vmText::_('COM_VIRTUEMART_MONTH_S')
, '1,Y' => '1 ' . vmText::_('COM_VIRTUEMART_YEAR')
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
$attrlist = 'class="inputbox" multiple="multiple" '
$latest_products_orderBy
Initial value:
= array(
'modified_on' => vmText::_('COM_VIRTUEMART_LATEST_PRODUCTS_ORDERBY_MODIFIED'),
'created_on' => vmText::_('COM_VIRTUEMART_LATEST_PRODUCTS_ORDERBY_CREATED')
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
$options
Initial value:
= array(
'none' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_POOS_NONE'),
'disableit' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_POOS_DISABLE_IT'),
'disableit_children' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_POOS_DISABLE_IT_CHILDREN'),
'disableadd' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_POOS_DISABLE_ADD'),
'risetime' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_POOS_RISE_AVATIME')
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
$reviewMode
Initial value:
= array('none' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_MODE_NONE'),
'bought' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_MODE_BOUGHT_PRODUCT'),
'registered' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_MODE_REGISTERED')
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
$showReviewFor
Initial value:
= array('none' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_SHOW_NONE'),
'registered' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_SHOW_REGISTERED'),
'all' => vmText::_('COM_VIRTUEMART_ADMIN_CFG_REVIEW_SHOW_ALL')
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
if(VmConfig::get('rised_availability'))