• Resolved webguyx

    (@webguyx)


    how can i integrate with custom thank you pages plugin, willing to pay for custom development

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter webguyx

    (@webguyx)

    the YITH plugin

    Plugin Contributor natekinkead

    (@natekinkead)

    @webguyx,

    We would love to take a look and see what we can do for you. Send us your contact info at https://www.ecreations.net/get-in-touch/

    Thanks!

    Hi there,

    Created a custom thank you page also with the Woocommerce Custom Thank You Page by Jelly Pixel Studio.

    Will your plugin work on the thank you page I created?

    Best
    Mike

    Plugin Contributor natekinkead

    (@natekinkead)

    I’m guessing that it would not work since it looks like that plugin redirects you to another page. My plugin hooks into the action, ‘woocommerce_thankyou’. If that plugin does a do_action(‘woocommerce_thankyou’) on the custom thank you page, then it would work. But I’m guessing just by looking at it that it doesn’t do that.

    So, in a future update, could you allow a specific page to be selected?

    Best
    Mike

    Plugin Contributor natekinkead

    (@natekinkead)

    @mapleleaf33, I don’t think that would work because this plugin requires the following data from the completed WooCommerce order…

    "order_id": "<?php echo $order_id; ?>",
    "email": "<?php echo $order->billing_email; ?>",
    "delivery_country": "<?php echo $order->billing_country;

    Since the Custom Thank You Page simply redirects to another page, I don’t think the order data is available on that page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘integration with custom thank you pages’ is closed to new replies.