Payment Works But No Page Redirect
In case it's a new issue or I'm just missing where to set it up, I can't get a redirect to happen after payment for a product. The payment takes, Fluent CRM processes, email is set out triggered by Fluent CRM. But it stays stagnant on the product page so the customer doesn't know it worked. Thanks!
We could use a hook like:
jQuery(document).ready(function($) {
$(document).on('fluentcart_checkout_success', function(event, response) {
// Redirect to thank you page
window.location.href = 'https://sitename.com/thank-you/';
});
});
But I don't know what to hook or how to figure that out.
Yeah! I think they are aware of this.
This happened to many of us and think Natascha VantuykomΒ also commented something similar.
Jorge de los ReyesΒ right on, okay cool. Thanks!
Noted.