|
VirtueMart
3.2.14.9808
|
Variables | |
| defined('DS') or define('DS' | DIRECTORY_SEPARATOR |
| $cart = VirtueMartCart::getCart(false) | |
| $viewName = vRequest::getString('view',0) | |
| if($viewName=='cart') | else |
| $data = $cart->prepareAjaxData() | |
| $currencyDisplay = CurrencyDisplay::getInstance( ) | |
| $moduleclass_sfx = $params->get('moduleclass_sfx', '') | |
| $show_price = (bool)$params->get( 'show_price', 1 ) | |
| $show_product_list = (bool)$params->get( 'show_product_list', 1 ) | |
| $cart = VirtueMartCart::getCart(false) |
| $currencyDisplay = CurrencyDisplay::getInstance( ) |
| $moduleclass_sfx = $params->get('moduleclass_sfx', '') |
| $show_price = (bool)$params->get( 'show_price', 1 ) |
| $show_product_list = (bool)$params->get( 'show_product_list', 1 ) |
| $viewName = vRequest::getString('view',0) |
| defined ('DS') or define('DS' DIRECTORY_SEPARATOR |
1.8.11