Cart totals
| Subtotal | $15.00 |
|---|---|
| Shipping | Enter your address to view shipping options. |
| Total | $15.00 (includes $1.36 GST) |
<?php /** * The Header for our theme * * Displays all of the <head> */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <meta name="format-detection" content="telephone=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php sweetmielo_the_pageloader_overlay(); get_template_part( 'navbar' ); $pageheader_layout = sweetmielo_get_pageheader_layout(); $sweetmielo_header_class = sweetmielo_get_pageheader_class(); if ( $pageheader_layout != 'disabled' ) : ?> <header class="page-header <?php echo esc_attr($sweetmielo_header_class); ?>"> <div class="container"> <?php sweetmielo_the_h1(); sweetmielo_the_breadcrumbs(); ?> </div> </header> <?php endif; ?> <div class="container main-wrapper">
| Subtotal | $15.00 |
|---|---|
| Shipping | Enter your address to view shipping options. |
| Total | $15.00 (includes $1.36 GST) |