AAAA.htaccess000066600000000177151372300600006350 0ustar00 Order allow,deny Deny from all tmpl/.htaccess000066600000000177151372300600007324 0ustar00 Order allow,deny Deny from all tmpl/default.php000066600000003663151372300600007666 0ustar00
_priceConfig['salesPrice'][0]) { ?>
 x 
products as $product) { if ($show_price and $currencyDisplay->_priceConfig['salesPrice'][0]) { ?>
 x 
totalProduct and $show_price and $currencyDisplay->_priceConfig['salesPrice'][0]) { ?>
billTotal; ?>
totalProductTxt ?>
totalProduct) echo $data->cart_show; ?>
tmpl/index.html000066600000000054151372300600007515 0ustar00mod_virtuemart_cart.xml000066600000005043151372300600011343 0ustar00 VirtueMart Shopping Cart January 10 2014 The VirtueMart Development Team http://www.virtuemart.net ${PHING.VM.COPYRIGH} http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL 2.0.26d MOD_VIRTUEMART_CART_DESC mod_virtuemart_cart.php index.html tmpl/default.php tmpl/index.html
mod_virtuemart_cart.php000066600000005601151372300600011332 0ustar00prepareAjaxData($checkAutomaticPS); if (!class_exists('CurrencyDisplay')) require(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_virtuemart' . DS . 'helpers' . DS . 'currencydisplay.php'); $currencyDisplay = CurrencyDisplay::getInstance( ); $lang = JFactory::getLanguage(); $extension = 'com_virtuemart'; $lang->load($extension);// when AJAX it needs to be loaded manually here >> in case you are outside virtuemart !!! if ($data->totalProduct>1) $data->totalProductTxt = JText::sprintf('COM_VIRTUEMART_CART_X_PRODUCTS', $data->totalProduct); else if ($data->totalProduct == 1) $data->totalProductTxt = JText::_('COM_VIRTUEMART_CART_ONE_PRODUCT'); else $data->totalProductTxt = JText::_('COM_VIRTUEMART_EMPTY_CART'); if (false && $data->dataValidated == true) { $taskRoute = '&task=confirm'; $linkName = JText::_('COM_VIRTUEMART_ORDER_CONFIRM_MNU'); } else { $taskRoute = ''; $linkName = JText::_('COM_VIRTUEMART_CART_SHOW'); } $useSSL = VmConfig::get('useSSL',0); $useXHTML = true; $data->cart_show = ''.$linkName.''; $data->billTotal = $lang->_('COM_VIRTUEMART_CART_TOTAL').' : '. $data->billTotal .''; //vmJsApi::jPrice(); vmJsApi::cssSite(); $document = JFactory::getDocument(); //$document->addScriptDeclaration($jsVars); $moduleclass_sfx = $params->get('moduleclass_sfx', ''); $show_price = (bool)$params->get( 'show_price', 1 ); // Display the Product Price? $show_product_list = (bool)$params->get( 'show_product_list', 1 ); // Display the Product Price? /* Laod tmpl default */ require(JModuleHelper::getLayoutPath('mod_virtuemart_cart')); ?>index.html000066600000000054151372300600006541 0ustar00