class="no-js"> >
loading icon
'; echo '
'.esc_attr($boatdealer_topinfo_phone).'
'; } if(!empty($boatdealer_topinfo_email)) { echo 'my email'; echo '
'; if (!isset($boatdealer_topinfo_email_link)) $boatdealer_topinfo_email_link = ''; if($boatdealer_topinfo_email_link <> '') { echo ''; echo $boatdealer_topinfo_email; echo ''; echo '
'; } if(!empty($boatdealer_topinfo_hours)) { echo 'my hours'; echo '
'.esc_attr($boatdealer_topinfo_hours).'
'; } ?>
'; // get cart quantity $qty = $woocommerce->cart->get_cart_contents_count(); // get cart total $total = $woocommerce->cart->get_cart_total(); // get cart url $cart_url = esc_url($woocommerce->cart->get_cart_url()); if ($qty > 0) echo 'Cart'; // if multiple products in cart if ($qty > 1) echo '' . ' ' . $qty . ' products | ' . $total . ''; // if single product in cart if ($qty == 1) echo ' 1 product | ' . $total . ''; echo '
'; } else { ?>