Closed Growlyagency closed 3 years ago
Hi @Growlyagency, not sure if it's resolved. I think it relates to WooCommerce configuration.
Hey! Its not yet resolved. You have any ideas how we can fix it?
I think the problem is this:
Normal WooCommerce: When new user makes order it makes account and it logs him automatically in after checkout and he have access to order-recieved page.
With Firebase: When new user makes order it makes account but it wont let him log in automatically because Firebase and then he dont have access to order-recieved page.
Fix: When new user make order and account he must automatically log in after checkout.
When applying firebase authentication, the default Woocommerce shouldn't allow users to register via the normal flow. Users should register via the PRO plugin before checking out.
Yes they register via the PRO plugin when they log first time in (after checkout). But how we get that flow like normal WooCommerce? After new customer makes order, he logs automatically in on hes new account?
So everytime you need to log in.
If you make user on firebase mobile app, it wont automatically sync it to WordPress so you have to log in to WordPress site and then it registers it, right?
Users should registers before checking out in order to have them on Firebase & Wordpress.
Users register on firebase mobile app will not automatically sync to WordPress. It will be synced the moment users log in to Wordpress.
When customer buy product from our WooCommerce store it redirects customer normally to order recieved page and it works.
Problem is this: Now when customer are in order recieved page it somehow automatically redirect it to homepage and that is the bug. Is there some function to disable that? In order recieved page there is instructions from product what customer needs to read.
So we want to disable the redirect from order recieved page to homepage.
Thanks.