Blame view

template/m.yohobuy.com/actions/index/shoppingcart/gift-advance.phtml 581 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{{> layout/header}}
<div class="gift-advance-page yoho-page">
    {{# shoppingCart}}
        {{#if gift}}
            {{# gift}}
                {{> shopping-cart/gift-advance-good}}
            {{/ gift}}
        {{^}}
            {{# advance}}
                <div class="advance-block">
                    <p class="title">{{title}}</p>
                    {{# goods}}
                        {{> shopping-cart/gift-advance-good}}
                    {{/ goods}}
                </div>
            {{/ advance}}
        {{/if}}
    {{/ shoppingCart}}
</div>
{{> layout/footer}}