start to show mailshots related to transaction

This commit is contained in:
2016-04-07 16:51:19 +01:00
parent 285672453a
commit e386754095
3 changed files with 59 additions and 7 deletions

View File

@ -0,0 +1,8 @@
<div class="panel panel-primary">
<div class="panel-heading"><h3 class="panel-title">Emails about your Transaction</h3></div>
<ul class="list-group">
<?php foreach ( $transaction[ 'mailshots' ] as $mailshot ): ?>
<?php print theme( 'fulcrm_shoppingcart_transaction_mailshot', array( 'mailshot' => $mailshot ) ); ?>
<?php endforeach; ?>
</ul>
</div>