module starting to work; needs to add in fulcrm_collection now

This commit is contained in:
2016-03-23 11:22:41 +00:00
parent 80e52bb79f
commit fa6fb457c3
4 changed files with 46 additions and 6 deletions

View File

@ -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>