Step 1: How Many Bags?
Reduce item quantity by one
%% bags %%
Increase item quantity by one
Step 2: Choose Your Grind
Step 3: Choose Your Coffee
Selections Remaining: %% bags - selections.length %%
%% product.title %%
Step 4: Deliver Every
Summary
# Of Bags
%% bags %%
Grind Type
%% grind %%
Coffee Selected
%% item.title %% x %% item.quantity %%
Make your selections above.
Make your selections above.
Delivery Every
%% freq == 1 ? '1 Week' : freq + ' Weeks' %%
Price Per Shipment:
%% '$' + price.normal.toFixed(2) %% %%
'$' + price.discount.toFixed(2) %%