actually adding something and then showing the cart
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php print theme( 'fulcrm_shoppingcart_items', array( 'items' => $cart[ 'shoppingitems' ] ) ); ?>
|
||||
<?php print theme( 'fulcrm_shoppingcart_cart_items', array( 'items' => $cart[ 'shoppingitems' ] ) ); ?>
|
||||
|
||||
</tbody>
|
||||
|
||||
|
Reference in New Issue
Block a user