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

📄 blockcart-json.tpl

📁 一、修改产品详细页面的附件块 二、添加上浏览历史模块 三、在后台加入自定义首页、自定义页头、自定义页脚内容功能 四、在后台修改网站全局CSS样式文件功能 五、在后台修改每个模块的模板内容功能
💻 TPL
字号:
{ldelim}
'products': [
{if $products}{foreach from=$products item=product}
	{ldelim}
		'id':            '{$product.id_product}',
		'link':          '{$link->getProductLink($product.id_product, $product.link_rewrite)|addslashes}',
		'quantity':      '{$product.cart_quantity}',
		'priceByLine':   '{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.price_wt*$product.cart_quantity}',
		'name':          '{$product.name|addslashes|truncate:16}',
		'price':         '{displayWtPrice|html_entity_decode:2:'UTF-8' p=$product.price_wt}',
{if isset($product.attributes_small)}
		'hasAttributes': true,
		'idCombination': '{$product.id_product_attribute}',
		'attributes':    '{$product.attributes_small|addslashes}'
{else}
		'hasAttributes': false
{/if}
	{rdelim},
{/foreach}{/if}
],

'discounts': [
{if $discounts}{foreach from=$discounts item=discount name='discounts'}
	{ldelim}
		'id':              '{$discount.id_discount}',
		'name':            '{$discount.name|cat:' : '|cat:$discount.description|truncate:18:'...':true:false|addslashes}',
		'description':     '{$discount.description|addslashes}',
		'nameDescription': '{$discount.name|cat:' : '|cat:$discount.description|truncate:18:'...':true:false}',
		'link':            '{$base_dir_ssl}order.php?deleteDiscount={$discount.id_discount}',
		'price':           '-{convertPrice|html_entity_decode:2:'UTF-8' price=$discount.value_real}'
	{rdelim}
	{if !$smarty.foreach.discounts.last},{/if}
{/foreach}{/if}
],

'shippingCost': '{$shipping_cost|html_entity_decode:2:'UTF-8'}',
'wrappingCost': '{$gift_wrapping_price|html_entity_decode:2:'UTF-8'}',
'nbTotalProducts': '{$nb_total_products}',
'total': '{$total|html_entity_decode:2:'UTF-8'}',

{if isset($errors) && $errors}
'hasError' : true,
errors : [
{foreach from=$errors key=k item=error name='errors'}
	'{$error|addslashes}'
	{if !$smarty.foreach.errors.last},{/if}
{/foreach}
]
{else}
'hasError' : false
{/if}

{rdelim}

⌨️ 快捷键说明

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