• I’m using free version, Overall I like this plugin but checkout button always redirecting me to home page instead on checkout pages.
    how to fix redirection

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bajwaqasim

    (@bajwaqasim)

    * Change the checkout button URL.
    *
    * @param string $url The checkout URL. Default is wc_get_checkout_url().
    */
    function my_prefix_cartpops_checkout_url( $url ) {
    $url = esc_url( get_permalink( get_page_by_title( ‘Checkout’ ) ) );

    return $url;
    }
    add_filter( ‘cartpops_checkout_button_url’, ‘my_prefix_cartpops_checkout_url’, 10, 1 );
    ?>

    found this code om plugin doc.
    Placed in Plugin custom js but not working

    Hello bajwaqasim,

    We thank you for your inquiry and apologize for the delay in our response.

    We are making every effort to alleviate any concerns. Dedicated tech support is now available to the team to answer emails.

    I noticed that this email was sent weeks ago. To be clear, do you still experience issues with the plugin?

    As much as I want to assist you on that, custom script falls outside of the scope of support.

    Please be aware as well that the team is continually working on an upgrade that will address most of the reported issues. We apologize once more for the trouble this has brought you.

    Please let us know. If you have questions.

    Best regards,
    Niel

    Hello there

    I hope this message finds you well. I wanted to follow up on the issue you raised with us, as we haven’t heard back from you. We understand that sometimes things can get busy, and we want to make sure that your experience with us is a positive one.

    After considering the information provided, we have taken the decision to close this issue as resolved. However, please don’t hesitate to reach out to us if you have any other questions or concerns. Our support team is always available to help you at [email protected].

    We value your feedback and appreciate your continued support of our company. If there is anything else we can do to assist you, please don’t hesitate to ask.

    Thank you for your time, and have a great day!

    Best regards,

    Niel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkout button redirection problem’ is closed to new replies.