Rev 5023 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5022 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Integration des nächsten Warenkorbrabattes über dem Warenkorb
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
|
|
8 |
<div id="wpsg_notice">
|
|
|
9 |
<p><?php echo wpsg_translate(
|
5023 |
daniel |
10 |
__('Ab einem Bestellwert von #1# erhalten Sie einen Rabatt von #2#. Ihnen fehlen dazu noch #3# im Warenkorb.', 'wpsg'),
|
|
|
11 |
wpsg_ff($this->view['wpsg_mod_discount']['value'], $this->get_option('wpsg_currency')),
|
5022 |
daniel |
12 |
wpsg_ff($this->view['wpsg_mod_discount']['discount'], $this->get_option('wpsg_currency')),
|
5023 |
daniel |
13 |
wpsg_ff($this->view['wpsg_mod_discount']['discountdifference'], $this->get_option('wpsg_currency'))); ?></p>
|
5022 |
daniel |
14 |
</div>
|