{include file="_header.tpl" meta_title="Checkout: Step Two"}

 

Checkout: Step Two

{if $shipping_cost->Courier == 'Freight'}

Attention: Packing Crates have been added to your cart. Due to their irregular size, Gutters and Downspouts require special crates and shipping considerations. Our system has estimated your crate requirements and automatically added them to your order. We personally review each order to determine the most efficient packing. As a result, your final crate cost may vary. If the final crate cost is higher than the estimate below, we will contact you prior to charging your card.

{/if} {if $num_items > 0}
{section name=id loop=$items} {if ($items[id]->Product->UnitOfMeasurement=="ft")} {/if} {/section}
Product Code Item Description Material Price Quantity Total
{$items[id]->Product->ProductCode} {$items[id]->Product->Name} {$items[id]->Product->Summary} {if $items[id]->Price != $items[id]->CustomPrice->Price} ${$items[id]->Price} / {$items[id]->Product->UnitOfMeasurement}
${$items[id]->CustomPrice->Price} / {$items[id]->Product->UnitOfMeasurement} {else} ${$items[id]->CustomPrice->Price} / {$items[id]->Product->UnitOfMeasurement} {/if}
{$items[id]->Quantity} ${$items[id]->Subtotal}
Gutter Section Lengths:{$items[id]->GutterLengths}
Invoice Sub-Total ${$total}
{$profile->State} Sales Tax ({$tax_percent}%) ${$tax}
Estimated Shipping Cost ({$shipping_cost->Courier}) ${$shipping_cost->FreightTotal|string_format:"%.2f"}
Invoice Total ${$grand_total}

Please confirm your shipping/billing address below and update if necessary:

Shipping Information:

{$shippingProfile->FirstName} {$shippingProfile->LastName}
{if $shippingProfile->Company != ''} {$shippingProfile->Company}
{/if} {$shippingProfile->Address1}
{if $shippingProfile->Address2 != ''} {$shippingProfile->Address2}
{/if} {$shippingProfile->City}, {$shippingProfile->State} {$shippingProfile->Zip}

(Update Shipping Address)

Billing Information:

{$billingProfile->FirstName} {$billingProfile->LastName}
{if $billingProfile->Company != ''} {$billingProfile->Company}
{/if} {$billingProfile->Address1}
{if $billingProfile->Address2 != ''} {$billingProfile->Address2}
{/if} {$billingProfile->City}, {$billingProfile->State} {$billingProfile->Zip}

(Update Billing Address)

Purchase Now:

If you are ready to make your purchase at this time, click the 'Purchase Now' button below:

 

{if $show_quote != ''}

 

Volume Discount:

Since your order is over ${$quote_minimum} you may qualify for a volume discount. Click the 'Request Quote' button below to have your order personally reviewed by a sales associate. We will review your order and determine if a volume discount is possible. You will be notified via email within 1-2 business days.

 

{literal}

{/literal} {/if}
{else}

There are no items in your cart.

Hint: If items you select do not appear in your cart,
please check that cookies are enabled on your browser.

{/if}
{include file="_footer.tpl"}