Want to use Custom Paypal Button

This topic contains 2 reply and 3 voices, and was last updated by Sk 9 years, 9 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
July 17, 2014 at 10:26 am 23686
Sk Hi - using the pay per post feature, but I've set up a custom PayPal header for my payment page. To send them there, I need to use the custom button I generated with PayPal. How do I do this? Here's the button code -
July 20, 2014 at 11:59 am 23791
Sekander Badsha Sekander Badsha

Hello William,
Your question is not clear to me. But you can use the code anywhere you want. Like if you want to embed this button on products page or subscription page, just paste the button code on that page.

July 21, 2014 at 11:33 am 23843
Sk Sk

Hello William,

WPUF have one filter
$gateways = apply_filters( 'wpuf_payment_gateways', $gateways );

and two action for payment gateway
<?php do_action( 'wpuf_before_payment_gateway' ); ?>
<?php do_action( 'wpuf_after_payment_gateway' ); ?>

to do this customization. If you are not an expert please hire a developer.

Note: We don’t recommend our customer to do such kind of customization.

Thank you.

Viewing 2 Posts - 1 through 2 (of 2 total)