module starting to work; needs to add in fulcrm_collection now
This commit is contained in:
@ -1 +1,5 @@
|
||||
<?php /* fulcrm-shoppingcart-item.tpl.php */
|
||||
<tr>
|
||||
<td><?php print check_plain( $item[ 'name' ] ); ?></td>
|
||||
<td><?php print check_plain( $item[ 'product' ][ '_price' ][ 'format_total_net' ] ); ?></td>
|
||||
<td><?php print check_plain( $item[ 'quantity' ] ); ?></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user