You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
385 B
PHP
9 lines
385 B
PHP
<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>
|