Skip to content

Commit

Permalink
Add new block for account order history
Browse files Browse the repository at this point in the history
* account_order_history_cart_items
  • Loading branch information
SusiKober authored and MantasVaitkunas committed Jan 24, 2018
1 parent 741126e commit 8b7fee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpl/page/account/order.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
</div>
<div class="panel-body">
<strong>[{oxmultilang ident="CART"}]</strong>
[{block name="account_order_history_cart_items"}]
<ol class="list-unstyled">
[{foreach from=$order->getOrderArticles(true) item=orderitem name=testOrderItem}]
[{assign var=sArticleId value=$orderitem->oxorderarticles__oxartid->value}]
Expand Down Expand Up @@ -87,6 +88,7 @@
</li>
[{/foreach}]
</ol>
[{/block}]
</div>
</div>
</li>
Expand Down

0 comments on commit 8b7fee8

Please sign in to comment.