Pay now link bug?

This topic contains 3 reply and 3 voices, and was last updated by Vyron 10 years, 2 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
February 12, 2014 at 3:05 pm 15375
Vyron Hello! I installed WP User Front End yesterday and while i was playing around i realized that when i created a post, but didn't pay for it, i had the option to "Pay Now" via the user dashboard. However, when clicking on that link, i was redirected to the post, rather than the payment page, and no payment options were visible. I went searching for a problem in the frontend-dashboard.php, where i saw that the link used "wpuf_get_option( 'payment_page' )", to get the payment page, and that function returned nothing. Then i looked in payment.php and saw that it also needed a payment page link, but it got it using "wpuf_get_option( 'payment_page', 'wpuf_payment' )". By replacing "wpuf_get_option( 'payment_page' )" with "wpuf_get_option( 'payment_page', 'wpuf_payment' )" in frontend-dashboard.php, the "Pay Now" links seem to be working now. Can someone verify that it is indeed a bug, or am i correcting errors that don't really exist? :D Thanks!
February 13, 2014 at 8:08 am 15402
Mahi Mahi

Did you create a payment page and select it from settings?

Documentation: http://docs.wedevs.com/subscription-payment/

Also, setup your paypal/Bank details properly.

February 13, 2014 at 1:29 pm 15404
Tareq Hasan Tareq Hasan

Yes, I can confirm you that this was a bug. http://wedevs.com/support/topic/paypal-problem/#post-15180

February 13, 2014 at 8:17 pm 15414
Vyron Vyron

Thanks!

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