Subversion Repositories wpShopGermany4

Rev

Rev 5023 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
        
        /**
         * Template für die Integration des nächsten Warenkorbrabattes über dem Warenkorb
         */

?>
<div id="wpsg_notice">
        <p><?php echo wpsg_translate(
                        __('Sparen Sie #1# ab einem Bestellwert von #2#.', 'wpsg'), 
                        wpsg_ff($this->view['wpsg_mod_discount']['discount'], $this->get_option('wpsg_currency')),
                        wpsg_ff($this->view['wpsg_mod_discount']['value'], $this->get_option('wpsg_currency'))); ?></p>
</div>