shopping_cart_short_ajax.php File Reference
the box shopping_cart More...
Go to the source code of this file.
Variables
- global $total_nb_products_with_qty = 0
- $currencies = $page->return_object('currencies')
- $cart = $page->return_object('cart')
- if(is_object($cart)&&$cart->
count_contents() > 0) $title = '<a href="'.tep_href_link(FILENAME_SHOPPING_CART).'">'.__('box heading shopping cart').'</a>' - $array = array('title'=>tep_output_string_protected($title,false,true),'content'=>tep_get_include_contents('box.cart.short'))
Detailed Description
the box shopping_cart
Definition in file shopping_cart_short_ajax.php.
Variable Documentation
| $array = array('title'=>tep_output_string_protected($title,false,true),'content'=>tep_get_include_contents('box.cart.short')) |
Definition at line 24 of file shopping_cart_short_ajax.php.
| $cart = $page->return_object('cart') |
Definition at line 15 of file shopping_cart_short_ajax.php.
| $currencies = $page->return_object('currencies') |
Definition at line 14 of file shopping_cart_short_ajax.php.
| if (is_object($cart)&&$cart->count_contents() > 0) $title = '<a href="'.tep_href_link(FILENAME_SHOPPING_CART).'">'.__('box heading shopping cart').'</a>' |
Definition at line 23 of file shopping_cart_short_ajax.php.
| $total_nb_products_with_qty = 0 |
Definition at line 13 of file shopping_cart_short_ajax.php.
