Rev 1435 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template für die Integration der Bestellbedingungen in die Bestellzusammenfassung
*/
?>
<?php foreach ($this->view['wpsg_mod_ordercondition']['data'] as $oc) { ?>
<div class="wpsg_agb">
<label>
<input type="checkbox" value="1" name="wpsg_mod_ordercondition[<?php echo $oc['id']; ?>]" />
<?php echo __($oc['name'], 'wpsg'); ?>
</label>
<div class="wpsg_mod_ordercondition_hint"><?php echo $oc['text']; ?></div>
</div>
<?php } ?>