<?php $cart = osp_cart_price(); $htmlcart .= '<a href="' . osc_route_url('osp-cart') . '"><i class="fa fa-shopping-cart"></i> ' . __('Cart', 'osclass_pay') . ' ' . osp_format_price($cart['price']) . '</a>'; echo $htmlcart; ?>