actually adding something and then showing the cart

This commit is contained in:
2016-03-26 12:35:37 +00:00
parent 9940cc8940
commit 988f047622
5 changed files with 67 additions and 7 deletions

View File

@ -0,0 +1,5 @@
<tr>
<td><?php print check_plain( $item[ 'product' ][ 'name' ] ); ?></td>
<td><?php print check_plain( $item[ 'product' ][ '_price' ][ 'format_total_net' ] ); ?></td>
<td><?php print check_plain( $item[ 'quantity' ] ); ?></td>
</tr>