VirtueMart
3.2.14.9808
|
Variables | |
defined('DS') or define('DS' | DIRECTORY_SEPARATOR |
if(!class_exists('mod_virtuemart_product_helper')) | $max_items = $params->get( 'max_items', 2 ) |
$layout = $params->get('layout','default') | |
$category_id = $params->get( 'virtuemart_category_id', null ) | |
$filter_category = (bool)$params->get( 'filter_category', 0 ) | |
$manufacturer_id = $params->get( 'virtuemart_manufacturer_id', null ) | |
$filter_manufacturer = (bool)$params->get( 'filter_manufacturer', 0 ) | |
$display_style = $params->get( 'display_style', "div" ) | |
$products_per_row = $params->get( 'products_per_row', 1 ) | |
$show_price = (bool)$params->get( 'show_price', 1 ) | |
$show_addtocart = (bool)$params->get( 'show_addtocart', 1 ) | |
$headerText = $params->get( 'headerText', '' ) | |
$footerText = $params->get( 'footerText', '') | |
$Product_group = $params->get( 'product_group', 'featured') | |
$mainframe = Jfactory::getApplication() | |
$virtuemart_currency_id = $mainframe->getUserStateFromRequest( "virtuemart_currency_id", 'virtuemart_currency_id',vRequest::getInt('virtuemart_currency_id',0) ) | |
$cache = $params->get( 'vmcache', true ) | |
$cachetime = $params->get( 'vmcachetime', 2 ) | |
$products = false | |
$productModel = VmModel::getModel('Product') | |
$totalProd = count( $products) | |
$currency = CurrencyDisplay::getInstance( ) | |
$output = ob_get_clean() | |
$cache = $params->get( 'vmcache', true ) |
$cachetime = $params->get( 'vmcachetime', 2 ) |
$category_id = $params->get( 'virtuemart_category_id', null ) |
$currency = CurrencyDisplay::getInstance( ) |
$display_style = $params->get( 'display_style', "div" ) |
$filter_category = (bool)$params->get( 'filter_category', 0 ) |
$filter_manufacturer = (bool)$params->get( 'filter_manufacturer', 0 ) |
$footerText = $params->get( 'footerText', '') |
$headerText = $params->get( 'headerText', '' ) |
$layout = $params->get('layout','default') |
$mainframe = Jfactory::getApplication() |
$manufacturer_id = $params->get( 'virtuemart_manufacturer_id', null ) |
if (!class_exists('mod_virtuemart_product_helper')) $max_items = $params->get( 'max_items', 2 ) |
$output = ob_get_clean() |
$Product_group = $params->get( 'product_group', 'featured') |
$productModel = VmModel::getModel('Product') |
$products = false |
$products_per_row = $params->get( 'products_per_row', 1 ) |
$show_addtocart = (bool)$params->get( 'show_addtocart', 1 ) |
$show_price = (bool)$params->get( 'show_price', 1 ) |
$totalProd = count( $products) |
$virtuemart_currency_id = $mainframe->getUserStateFromRequest( "virtuemart_currency_id", 'virtuemart_currency_id',vRequest::getInt('virtuemart_currency_id',0) ) |
defined ('DS') or define('DS' DIRECTORY_SEPARATOR |