0){ $_SESSION['old_cart_id']=$_REQUEST['old_cart_id']; $_SESSION['old_cart_details']=$_REQUEST['old_cart_details']; } if(isset($_SESSION['old_cart_id']) && intval($_SESSION['old_cart_id'])>0){ CartShow2(); } else{ if($CartID==0){echo '

Shopping Cart is Empty

 

 

 

 

 

 

';} else { ob_start(); echo '

'.CrLf; CartShow($CartID,true); getOrderHTML($CartID,true); echo '

'.CrLf; $outputCartShow = str_replace( 'Tahoma', 'Arial,Helvetica,sans-serif', str_replace( '/products.php', '/m/products.php', ob_get_clean() ) ); $outputCartShow = str_replace( '/recommended_products.php', '/m/amp/hair-system-products.php', $outputCartShow ); $outputCartShow = str_replace( '/cart_account.php', '/m/cart_account.php', $outputCartShow ); $outputCartShow = str_replace( '/terms.php', '/m/amp/terms-and-conditions.php', $outputCartShow ); echo $outputCartShow; } } ?>