Merge branch 'cart'
Conflicts: core/lib/Thelia/Config/Resources/config.xml
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{include file="includes/header.html"}
|
||||
|
||||
<h1>{intl l='cart'}</h1>
|
||||
<ul>
|
||||
{loop name="cart" type="cart"}
|
||||
<li>Item {$LOOP_COUNT}/{$LOOP_TOTAL} : #TITLE - quantity : #QUANTITY</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
{form name="thelia.cart.add" }
|
||||
{* We use $INDEX_PAGE as form action to avoid mixing post and get data *}
|
||||
|
||||
Reference in New Issue
Block a user