on the product info page
just add this
Code:
<!-- paypal buy now message -->
<div class=""
data-pp-message
data-pp-style-layout="text"
data-pp-style-logo-type="inline"
data-pp-style-text-color="black"
data-pp-amount="<?php echo zen_get_products_special_price($_GET['products_id']); ?>">
</div>
<!-- eof paypal buy now message -->
shopping cart
Code:
<!-- paypal buy now message -->
<div class=""
data-pp-message
data-pp-style-layout="text"
data-pp-style-logo-type="inline"
data-pp-style-text-color="black"
data-pp-amount="<?php echo $_SESSION['cart']->show_total(); ?>">
</div>
<!-- eof paypal buy now message -->
Please omit the header entry...
Seems to work