module starting to work; needs to add in fulcrm_collection now
This commit is contained in:
@ -1 +1,16 @@
|
||||
fulcrm_shoppingcart_cart.tpl.php
|
||||
<table class="table">
|
||||
<caption>Your shopping cart</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
<th>Price</th>
|
||||
<th>Quantity</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php print theme( 'fulcrm_shoppingcart_items', array( 'items' => $cart[ 'shoppingitems' ] ) ); ?>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user