html Miva - A / B测试

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Miva - A / B测试相关的知识,希望对你有一定的参考价值。

<mvt:comment><!-- Begin: Retail Price AB Test --></mvt:comment>
	<mvt:if expr="ISNULL g.ab_retail_price AND ISNULL g.ab_flush">
		<mvt:item name="customfields" param="Read_Basket('ab_retail_price', g.ab_retail_price)" />
	</mvt:if>
	<mvt:if expr="ISNULL g.ab_retail_price">
		<mvt:assign name="g.randomNumber" value="random(100)" />
		<mvt:if expr="g.randomNumber GE 50">
			<mvt:assign name="g.ab_retail_price" value="'Shown'"/>
		<mvt:else>
			<mvt:assign name="g.ab_retail_price" value="'Hidden'"/>
		</mvt:if>
	</mvt:if>
	<mvt:item name="customfields" param="Write_Basket('ab_retail_price', g.ab_retail_price)" />
	<script>$mv.fn.abTestRetail('&mvte:global:ab_retail_price;');</script>
<mvt:comment><!-- End: Retail Price AB Test --></mvt:comment>

以上是关于html Miva - A / B测试的主要内容,如果未能解决你的问题,请参考以下文章

html miva_array_search.html

html miva_array_search.html

html miva_array_search.html

html miva_array_search.html

html MIVA结帐-AB-的test.html

html Miva API - JSON功能Example.html