i set a discount (10%) and the total amout is correct, but if i click confirm order cant pay with paypal ( uncorrect amount )
so i opened this: catalog/view/theme/skin/template/payment/pp_standard.tpl and added this at last line
Code: Select all
<?php echo $product['price']; ?>
How i can solve it?