⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 product_variants.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{* $Id: product_variants.tpl,v 1.2 2004/06/17 06:09:22 max Exp $ *}{if $active_modules.Product_Options ne ""}{capture name=dialog}<TABLE border="0" {if $productids ne ''}cellspacing="0" cellpadding="4"{else}cellspacing="1" cellpadding="2"{/if} width="100%"><FORM action="product_modify.php" method="POST" name="productvariantsform"><INPUT type="hidden" name="section" value="{$section}"><INPUT type="hidden" name="mode" value="product_variants_modify"><INPUT type="hidden" name="productid" value="{$product.productid}"><TR class="TableHead"> 	<TD width="40%">{$lng.lbl_variants}</TD>	<TD>{$lng.lbl_price}</TD>	<TD>{$lng.lbl_weight}</TD>	<TD>{$lng.lbl_amount}</TD>	<TD>{$lng.lbl_sku}</TD></TR>{foreach from=$variants item=v}<TR{cycle name="classes" values=" class=TableSubHead,"}>	<TD><TABLE>	{foreach from=$v.options item=o}	<TR>		<TD>{$o.class}:</TD>		<TD>{$o.option_name}</TD>	</TR>	{/foreach}	</TABLE></TD>	<TD><INPUT type="text" size="8" name="variants[{$v.variantid}][price]" value="{$v.price}"></TD>	<TD><INPUT type="text" size="5" name="variants[{$v.variantid}][weight]" value="{$v.weight}"></TD>	<TD><INPUT type="text" size="5" name="variants[{$v.variantid}][avail]" value="{$v.avail}"></TD>	<TD><INPUT type="text" size="8" name="variants[{$v.variantid}][productcode]" value="{$v.productcode}"></TD></TR>{foreachelse}<TR>	<TD align="center" colspan="4">{$lng.lbl_variants_list_empty}</TD></TR>{/foreach}</TABLE>{if $variants ne ''}<BR><INPUT type="submit" value="{$lng.lbl_update}">&nbsp;&nbsp;&nbsp;<INPUT type="button" value="{$lng.lbl_rebuild_variants}" onclick="javascript: document.productvariantsform.mode.value='product_variants_rebuild'; document.productvariantsform.submit();"><BR>{/if}</FORM>{/capture}{include file="dialog.tpl" title=$lng.lbl_product_variants content=$smarty.capture.dialog extra="width=100%"}{/if}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -