{* $Id: product_modify.tpl,v 1.60.2.1 2003/02/18 09:19:54 svowl Exp $ *} {if $product.productid ne ""} {assign var="last_location" value=$lng.lbl_product_modify} {else} {assign var="last_location" value=$lng.lbl_add_product} {/if} { include file="location.tpl" last_location=$last_location } {capture name=dialog}
{$lng.lbl_classification}  
   
{$lng.lbl_main_category} {if $fillerror ne "" and $product.categoryid eq ""}<<{/if}
{$lng.lbl_category} #1
{$lng.lbl_category} #2
{$lng.lbl_category} #3
{$lng.lbl_availability}

{if $active_modules.Egoods ne ""} {include file="modules/Egoods/egoods.tpl"} {/if} {if $config.General.show_thumbnails eq "Y"} {/if} {if $config.General.use_vat eq "Y"} {/if} {if $active_modules.Extra_Fields ne ""} {include file="modules/Extra_Fields/product_modify.tpl"} {/if}
{$lng.lbl_details}  
   
{$lng.lbl_sku}
{$lng.lbl_product_name} {if $fillerror ne "" and $product.product eq ""}<<{/if}
{$lng.lbl_description} {if $fillerror ne "" and $product.descr eq ""}<<{/if}
{$lng.lbl_det_description}
   
{$lng.lbl_thumbnail_msg} {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product}
{$lng.lbl_price} ({$config.General.currency_symbol}) {if $fillerror ne "" and $product.price eq ""}<<{/if}
Including VAT (%)
{$lng.lbl_adv_discount} (%)
{$lng.lbl_quantity_in_stock} {if $fillerror ne "" and $product.avail eq ""}<<{/if}
{$lng.lbl_lowlimit_in_stock} {if $fillerror ne "" and $product.low_avail_limit le 0}<<{/if}
{$lng.lbl_min_order_amount}
{$lng.lbl_weight} ({$config.General.weight_symbol})
{$lng.lbl_free_shipping}
{$lng.lbl_shipping_freight} ({$config.General.currency_symbol})
{$lng.lbl_apply_global_discounts}

{/capture} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"} {if $product.productid ne ""}
{if $product_languages ne "" or $other_languages} {include file="main/products_lng.tpl"}
{/if} {if $active_modules.Subscriptions ne ""} {include file="modules/Subscriptions/subscription_plans.tpl"} {/if}
{if $active_modules.Product_Options ne ""} {include file="modules/Product_Options/product_options.tpl"} {/if} {if $active_modules.Wholesale_Trading ne ""}
{include file="modules/Wholesale_Trading/product_wholesale.tpl"} {/if} {if $active_modules.Upselling_Products ne ""}
{include file="modules/Upselling_Products/product_links.tpl"} {/if} {if $active_modules.Detailed_Product_Images ne ""}
{include file="modules/Detailed_Product_Images/product_images_modify.tpl"} {/if} {if $active_modules.Tax_Zones ne ""}
{include file="modules/Tax_Zones/product_taxes.tpl"} {/if} {if $active_modules.Customer_Reviews ne ""}
{include file="modules/Customer_Reviews/admin_reviews.tpl"} {/if} {/if}