{if !$is_print_version}

{$msg.product.product_purchase}

{if ($product.call_for_price != "Yes") && (($auth_ok == "yes") || (($VisitorSeePrice == "YES") && ($VisitorMayAddItem == "YES")))} {if $product.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"}
{$msg.product.product_quantity}
{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}
{button style="width: 65px; font-size:10px;" class="button-add-to-cart" text=$msg.buttons.buttonAddToCart file=$smarty.template} {** commented by Prasanth Date : 8-10-2012 {if $order->itemsCount> 0 } {button style="width: 65px; font-size:10px;" class="button-checkout" text=$msg.buttons.buttonCheckout file=$smarty.template onclick="$('#proceedToCheckout').submit(); return false;"} {/if} **}
{if $product.min_order> 1 || $product.max_order> 0}
{$msg.product.min_max_order}: {$product.min_order} / {if $product.max_order != 0}{$product.max_order}{/if}
{/if}
{if $order->itemsCount> 0 }
{/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}