html Miva - mvt:do - 检查客户是否在可用性组中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Miva - mvt:do - 检查客户是否在可用性组中相关的知识,希望对你有一定的参考价值。
<mvt:comment><!-- Check if Customer is Wholesale --></mvt:comment>
<mvt:if expr="g.Basket:cust_id">
<mvt:do name="l.result" file="g.Module_Feature_AGR_DB" value="AvailabilityGroup_Load_Name( 'Wholesalers', l.availgroup )" />
<mvt:if expr="l.result">
<mvt:do name="l.exists" file="g.Module_Feature_AGR_DB" value="AvailGroupXCustomer_Load( l.availgroup:id, g.Basket:cust_id, l.null )" />
<mvt:if expr="l.exists">
<mvt:assign name="g.basket:customer:is_wholesale" value="1" />
</mvt:if>
</mvt:if>
</mvt:if>
<mvt:if expr="g.basket:customer:is_wholesale">
<h1>You are wholesale</h1>
<mvt:else>
<h1>You are not wholesale</h1>
</mvt:if>
以上是关于html Miva - mvt:do - 检查客户是否在可用性组中的主要内容,如果未能解决你的问题,请参考以下文章
html Miva - mvt:do - 检查客户是否在可用性组中
xml Miva - 使用mvt:do生成RMA
xml Miva - 用mvt:do加载ReadyTheme导航设置
html Miva mvt:做自定义充值模板
html MVT Miva输出压缩白色空间标签
html Miva - mvt:调用搜索Spring API