?>
</td>
                <td><?php 
        echo smartyTranslate(array('s' => 'Voucher:'), $_smarty_tpl);
        ?>
 <?php 
        echo smarty_modifier_escape($_smarty_tpl->tpl_vars['discount']->value['name'], 'htmlall', 'UTF-8');
        ?>
</td>
                <td><span class="order_qte_span editable">1</span></td>
                
                <td style="text-align:right;"><?php 
        if ($_smarty_tpl->tpl_vars['discount']->value['value'] != 0.0) {
            echo smartyTranslate(array('s' => '-'), $_smarty_tpl);
        }
        echo Product::convertPriceWithCurrency(array('price' => $_smarty_tpl->tpl_vars['discount']->value['value'], 'currency' => $_smarty_tpl->getVariable('currency')->value, 'convert' => 0), $_smarty_tpl);
        ?>
</td>
                <?php 
        if ($_smarty_tpl->getVariable('return_allowed')->value) {
            ?>
                <td>&nbsp;</td>
                <?php 
        }
        ?>
            </tr>
        <?php 
    }
}
?>
        </tbody>
<input type="hidden" name="payerID" value="<?php 
    echo stripslashes(smarty_modifier_escape($_smarty_tpl->getVariable('payerID')->value, 'htmlall'));
    ?>
" /><?php 
}
?>
					<p style="margin-top:20px;">
						- <?php 
echo smartyTranslate(array('s' => 'The total amount of your order is', 'mod' => 'paypal'), $_smarty_tpl);
?>

							<span id="amount_<?php 
echo $_smarty_tpl->getVariable('currency')->value->id;
?>
" class="price"><?php 
echo Product::convertPriceWithCurrency(array('price' => $_smarty_tpl->getVariable('total')->value, 'currency' => $_smarty_tpl->getVariable('currency')->value), $_smarty_tpl);
?>
</span> <?php 
if ($_smarty_tpl->getVariable('use_taxes')->value == 1) {
    echo smartyTranslate(array('s' => '(tax incl.)', 'mod' => 'paypal'), $_smarty_tpl);
}
?>
					</p>
					<p>
						- <?php 
echo smartyTranslate(array('s' => 'We accept the following currency to be sent by PayPal: ', 'mod' => 'paypal'), $_smarty_tpl);
echo $_smarty_tpl->getVariable('currency')->value['name'];
?>
</b>
							<input type="hidden" name="currency_payement" value="<?php 
echo $_smarty_tpl->getVariable('currency')->value->id;