Redirect customer to listing add/edit after purchase?

So I previously asked if I could have users choose a package BEFORE adding listing information, and have successfully implemented that with your help (thank you!).

Now when I purchase the package, it redirects me straight to the listing page itself, which is empty, because I haven’t submitted any information yet. Can you help me redirect users to account/listings/{new_listing_id} instead of listings/{new_listing_id} as it’s currently doing?

Unfortunately, there’s no easy way to resolve this because this workflow is hard-coded in the extension, it’s assumed that the listing details are filled in when the payment is confirmed (so the pending listing is automatically published). Please consider switching the listing process steps to the previous order.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.