How to redirect to FluentCommunity feed after WooCommerce order
Iβm using WooCommerce to sell access to my academy, and I want to automatically redirect users to the FluentCommunity feed page right after they complete a new order.
Is there a way to do this without using WP Fusion?
Thanks!
You could potentially use the woocommerce_thankyou action hook? - https://woocommerce.com/posts/customize-woocommerce-thank-you-confirmation-page/
You could refine this using product information etc too using the order information using something like
$order = wc_get_order( $order_id );
nathan FoleyΒ thanks
is there any way to do that with fluent ?
Ramsis Kasis by fluent what to you mean this could be used to redirect to fluentcommunity for example if you mean fluentcart there isn't enough information on hooks and filters yet to be 100% sure on what is avaliable but I would assume there will be some form of completed hook to latch onto