@php /** * @name Toolbar carrello\Pulsante invio mail * @version 1.0.0 */ @endphp @php global $cart; $list_class = ''; $cart_id = $cart->get_id(); $cart_restock_id = $cart_id; $cart_mode = $cart->get_mode(); $cart_link_status = false; if($cart_mode == 'change' || $cart_mode == 'restock'){ $cart_link_status = true; $list_class = ' toolbar-dropdown dropdown dropdown-nested'; $cart_link = $cart->get_cart_link(); if($cart_mode == 'change'){ $cart_id = $cart->get_id(); $cart_restock_id = $cart_link; } if($cart_mode == 'restock'){ $cart_id = $cart_link; $cart_restock_id = $cart->get_id(); } } @endphp