Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bob

    (@prasunsen)

    views/course-pay.php is where the Paypal form is generated. There you can set your URL

    Thread Starter [email protected]

    (@stlouiswebgmailcom)

    Thank you

    Is there a way to get the lesson url dynamically for a given course?

    Plugin Author Bob

    (@prasunsen)

    <?php echo get_permalink($course->ID);?>

    Thread Starter [email protected]

    (@stlouiswebgmailcom)

    I think I might be going about this the wrong way. What I would like is to have the page redirect to the Test/Exam for the single lesson of the course that a user enrolls in.

    Plugin Author Bob

    (@prasunsen)

    This is complicated, you will need to run a query to get the first lesson.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Payment redirect page’ is closed to new replies.