cart_items
Twig function
Defined in |
/modules/shop/classes/shop_twigextension.php, lines 55-58 |
Author |
LemonStand eCommerce Inc. |
array function cart_items(string $cart_name='main')
$cart_name |
string |
specifies the cart name |
{return} |
array |
returns an array of Shop_CartItem objects. |
Returns a list of active cart items.
|