📄 atracking_cartfunnel.tpl
字号:
{* $Id: atracking_cartfunnel.tpl,v 1.5 2004/05/28 12:20:56 max Exp $ *}{if $statistics}<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"><TR><TD bgcolor="#000000"><TABLE border="0" cellpadding="2" cellspacing="1" width="100%"><TR><TH width="70%" height="16" class="TableHead" nowrap align="left">{$lng.lbl_scenario_analysis_step}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_visits}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_percent_of_previous_step}</TH><TH width="10%" height="16" class="TableHead" nowrap>{$lng.lbl_percent_of_all_visits}</TH></TR>{section name=num loop=$statistics}<TR><TD bgcolor="#FFFFFF">{math equation="x+1" x=$smarty.section.num.index}.{if $statistics[num].step eq "product_page"}{$lng.lbl_viewed_product_information}{elseif $statistics[num].step eq "start_page"}{$lng.lbl_started_cart}{elseif $statistics[num].step eq "step1"}{$lng.lbl_checkout_step1_registration_form}{elseif $statistics[num].step eq "step2"}{$lng.lbl_checkout_step2_payment_method}{elseif $statistics[num].step eq "step3"}{$lng.lbl_checkout_step3_confirmation}{elseif $statistics[num].step eq "final_page"}{$lng.lbl_order_complete}{/if}</TD><TD bgcolor="#FFFFFF" align="center">{$statistics[num].visits}</TD><TD bgcolor="#FFFFFF" align="center">{if $statistics[num].percent_parent eq ""}-{else}{$statistics[num].percent_parent}%{/if}{if $statistics[num].step eq "step2"}({$statistics[num].percent_parent2}%)*{/if}</TD><TD bgcolor="#FFFFFF" align="center">{$statistics[num].percent_all}%</TD></TR>{/section}</TABLE></TD></TR></TABLE><BR><BR>{$lng.txt_shopping_cart_conversion_funnel_note}{else}<BR><DIV align="center">{$lng.txt_no_statistics}</DIV>{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -