{include file="templates/pages/product/elements/element-product-title.html"} {include file="templates/pages/product/elements/head.html"}
{include file="templates/pages/product/elements/element-image.html"} {include file="templates/pages/product/elements/element-description.html"} {**include file="templates/pages/product/elements/element-price.html"**} {include file="templates/pages/product/elements/element-product-id.html"} {include file="templates/pages/product/elements/element-manufacturer-name.html"} {include file="templates/pages/product/elements/element-weight.html"} {include file="templates/pages/product/elements/element-shipping-price.html"} {include file="templates/pages/product/elements/element-case-pack.html"} {include file="templates/pages/product/elements/element-special-offer.html"} {include file="templates/pages/product/elements/element-social.html"} {section name=list loop=$product_flavors}
{strip}
{if $product_flavors[list].flavor_icon_filename != null} {else}{/if}
{if $product_flavors[list].flavor_name != null}{$product_flavors[list].flavor_name}{else}Unknown Product Type
{/if}

{if $product_flavors[list].flavor_description != null}{$product_flavors[list].flavor_description}
{else}{/if}
Item: {$product_flavors[list].product_id} {if $product_flavors[list].digital_product !='No'}
Important Download Information{/if}
${$product_flavors[list].price|number_format:2:".":","}
{if !$is_print_version}
{if ($product.call_for_price != "Yes") && (($auth_ok == "yes") || (($VisitorSeePrice == "YES") && ($VisitorMayAddItem == "YES")))} {if $product_flavors[list].out_of_stock}
{$msg.catalog.out_of_stock}
{else}
{assign var="firstInput" value="true"} {if !empty($product.attributes)} {foreach from=$product.attributes item=attribute}
{if $attribute.attribute_type == "select"} {elseif $attribute.attribute_type == "radio"} {foreach from=$attribute.options item="option"} {if !$option.first}
{/if} {$option.name} {if $attribute.is_modifier == "Yes"}{$option.modifier}{/if} {/foreach} {else} {if $attribute.attribute_type == "textarea"} {else} {/if} {/if}
{assign var="firstInput" value=false} {/foreach} {/if} {include file="templates/pages/product/elements/element-special-offer-quantity.html"} {if $oa_quantity> $product.min_order} {assign var="pq" value=$oa_quantity} {else} {if $product.min_order> 0} {assign var="pq" value=$product.min_order} {else} {assign var="pq" value=1} {/if} {/if} {if $product_flavors[list].flavor_small_filename != null}
{else}
{/if}  
{$product_flavors[list].flavor_quantity_box_description} {if $product.min_order> 1 || $product.max_order> 0}
{$msg.product.min_max_order}: {product_minmax_order min_order=$product.min_order max_order=$product.max_order}
{/if}
{/if} {else}
{if $product.call_for_price == "No" && $AllowCreateAccount != "No"} {$msg.product.to_see_price} {else} {$msg.product.call_for_price} {/if}
{/if}
{/if}
{button class="button-add-to-cart" text="Add to Cart" file=$smarty.template}
{literal}

 

{/literal} {/strip} {/section}
{**include file="templates/pages/product/elements/element-purchase.html"**}
{include file="templates/pages/product/elements/element-blocks.html"} {include file="templates/panels/panel-account-profile.html"} {include file="templates/panels/panel-site-pages.html"}