Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
daf7cfe93f4415eb2ff330159825c3b0482679dc
1 parent
9b7cf8f5
订单详情价格显示修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
25 deletions
template/m.yohobuy.com/actions/index/home/order-detail.phtml
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
daf7cfe
...
...
@@ -53,32 +53,11 @@
</section>
<ul
class=
"cost block"
>
<li>
商品总金额
<span>
{
{sumPrice
}
}</span>
</li>
{
{#if
salePrice
}
}
<li>
活动金额
<span>
{
{salePrice
}
}</span>
</li>
{
{/if
}
}
<li>
运费
<span>
{
{freight
}
}</span>
{
{#each
orderBalance
}
}
<li>
{
{promotion
}
}:
<span>
{
{account
}
}</span>
</li>
{
{#if
promo_code_amount
}
}
<li>
优惠码
<span>
{
{promo_code_amount
}
}</span>
</li>
{
{/if
}
}
{
{#if
coupon
}
}
<li>
优惠券
<span>
{
{coupon
}
}</span>
</li>
{
{/if
}
}
{
{/each
}
}
<li>
实付金额
<span>
{
{price
}
}</span>
...
...
Please
register
or
login
to post a comment