• Unfortunately, my premium ticket’s active period is no longer valid because 2 years have passed. I just want to inform you that the redirection at checkout using Woocommerce is not working. This happened after the “WooCommerce Add-On for LearnPress” plugin was updated yesterday.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThimPress

    (@thimpress)

    Hi soenarto,

    Oh, we checked it, and see the function still run normally. You can test on the link https://testaddon.thimpress.com/courses/course-test/

    Can you custom JS? it can effect to function of LP Woo.

    Thank for feedback.
    Best Regard!

    Thread Starter soenarto

    (@soenarto)

    I thank you for not ignoring my problem.

    I have found the source of the problem, namely in the custom function that I created previously.

    Previously I used this code:
    add_action( ‘admin_init’, ‘my_admin_init_function’ );

    Using “admin_init” causes a lot of conflicts.

    Then I tried replacing with this code:
    add_action( ‘admin_enqueue_scripts’, ‘my_admin_init_function’ );

    It turns out this is cleaner and doesn’t interfere with each other.

    Thread Starter soenarto

    (@soenarto)

    Im sorry, how you showing the “Featured Review” in this page (https://testaddon.thimpress.com/courses/course-test/)?

    Sorry if this out of topic

    • This reply was modified 8 months, 1 week ago by soenarto.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘redirection at checkout ERROR’ is closed to new replies.