<?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">
    Product Price Quantity Subtotal
× Tandoor Samarkand Tandoor Samarkand $1,775.00
$1,775.00

Collect from depot

Please note: "Collect from depot" means that we will deliver the Tandoor to the selected depot. Please ensure that you have adequate means at your disposal to collect the Tandoor from the depot.

Cart totals

Subtotal $1,775.00
Shipping Enter your address to view shipping options.
Calculate shipping
Total $1,775.00 (includes $161.36 GST)
<?php /** * The template for displaying the footer */ ?> </div> <?php /** * Footer subscribe block */ sweetmielo_the_subscribe_block(); /** * Footer widgets area */ sweetmielo_the_footer_widgets(); /** * Footer copyright */ sweetmielo_the_copyrights_section(); /** * WordPress Core Function */ wp_footer(); ?> </body> </html>