echo '<h2>'. $VM_LANG->_PHPSHOP_CART_TITLE .'</h2>
echo '
<table style="background: url('. IMAGEURL .'ps_image/checkout'. $step_count.'_'.$highlighted_step .'.png) right; background-repeat: no-repeat; height:85px;text-align:center;" border="0" cellspacing="0" cellpadding="0">
<tr>';
echo '
<table style="background: url('. IMAGEURL .'ps_image/cart-phone-oder.jpg) right; background-repeat: no-repeat; height:85px;text-align:center;" border="0" cellspacing="0" cellpadding="0">
<tr>';
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://virtuemart.net
*/
mm_showMyFileName( __FILE__ );
$manufacturer_id = mosGetParam( $_REQUEST, 'manufacturer_id');
$mainframe->setPageTitle( $VM_LANG->_PHPSHOP_CART_TITLE );
$mainframe->appendPathWay( $VM_LANG->_PHPSHOP_CART_TITLE );
$continue_link = '';
if( !empty( $category_id)) {
$continue_link = $sess->url( $_SERVER['PHP_SELF'].'?page=shop.browse&category_id='.$category_id );
}
elseif( empty( $category_id) && !empty($product_id)) {
$db->query( 'SELECT `category_id` FROM `#__{vm}_product_category_xref` WHERE `product_id`='.intval($product_id) );
$db->next_record();
$category_id = $db->f('category_id');
$continue_link = $sess->url( $_SERVER['PHP_SELF'].'?page=shop.browse&category_id='.$category_id );
}
elseif( !empty( $manufacturer_id )) {
$continue_link = $sess->url( $_SERVER['PHP_SELF'].'?page=shop.browse&manufacturer_id='.$manufacturer_id );
}
$show_basket = true;
echo '<div style="text-align: center">
<img src="components/com_virtuemart/shop_image/ps_image/cart-phone-order.jpg" style="margin: 5px" />
</div>
<!-- Cart Begins here -->
';
Time to create page: 0.070 seconds