Woocmerce checkout page webview - woocommerce

I have woocommerce project integrate with mobile app and I want to open checkout page on mobile for the logged in user
How to get the woocommerce checkout as webview in the mobile app?
if there is away to return checkout page for specific user as webview?

Solved , you can use the access token and make authentication by wc_set_customer_auth_cookie( ) method. but I have another problem that the payment methods not loaded in the webview

Related

WordPress Nextend Social Login plugin Facebook login - App verification

On our WordPress site, we needed to have Facebook login functionality.
For that reason, we installed the Nextend Social plugin and configured our app inside the Facebook developer dashboard.
Everything works as expected but we noticed that Facebook has App verification for Business and Individual verification.
We also noticed when we switch our Application inside the Facebook developer dashboard to Live mode everything works as expected without a problem.
So our question is: Do we need to verify our App in order just to use Facebook login functionality where we only need email and user's name?
Thank you all in advance.
I figured it out, and for anyone that is asking the same question the answer is:
If you only need public_profile and email data then you do not need to submit you App to the review, as per the Facebook App review page:
Digging into Nextend Social WordPress plugin I figured out that they only ask for:
protected $scopes = array(
'public_profile',
'email'
);

Is there a plugin that requires login to view Frontend WordPress site?

We are creating a multi-vendor marketplace, we need our first vendors only to view the site and upload products to it before we launch it for the public to view. The thing is most plugins like Force Login, takes them to the WP-Admin. We don't want them to see the admin page, just only see the site as a front-end user with no access to see the backend.
Simply > Type Url > Get to a login page Landing Page (like how when you log into FB web there's a login page with info about FB) > Vendors Only can Log in a view the FRONT END only site > When time to launch, login in page comes down and visitors all can view it.
Its default feature of wordpress. do hire some developer if you are not aware of base functionalities.

change the sequence of custom plugin in wordpress

I have created 4 custom plugins in wordpress for social media login. If more than one is activated then it should always ask for option which one to choose for login with?
1) login with facebook
2) login with google
3) login with linkedin
4) login with 0365
as individual they all works fine means when admin is not logged in it redirect me to facebook for login.
When user activate more than one social login plugin that time what should I do so that user will see the option witch plugin need to choose and will also get called immediately after selection? Please Help me in this

How to seperate woocommerce login and register page separate?

I want to have separate woocommerce login and register pages. I want to have a link on login page for redirection to register page. Kindly help me in this issue.
Thank you.
Woocommerce Login / Signup Lite
With this free Sign Up/ Login plugin, you can easily create a sign-up and login process for your e-commerce site. This WordPress plugin gives you three simple shortcodes that you can paste on your site code to create a simple Signup/Login system for your website.
You can separate your login/registration page with shortcode. Also, there is a pop-up feature.
You can either create Sign Up/ Login Widgets or Pages.
With this plugins, you get short codes for:
Short code for login form – [lsphe-login-form]
Short code for signup form – [lsphe-signup-form]
Shortcode for both login and register form – [lsphe-header]
After creating pages with those shortcodes just set your login and registration menu. Then you will get an individual page to login or register.

meteor js can't login with social accounts after integrating stripe checkout

i am working on meteor(v 1.3) app that allows their users to login with facebook and twitter .Users also could pay online using strip chekout. Before implementing stripe chekout library, i tested the app i was able to login with facebook and twitter. I also tested the payment and it is working (test mode).The problem is after integrating the stripe checkout i'm not able to login with facebook nor twitter. The console print this worning :
This page includes a password or credit card input in a non-secure context. A warning will be added to the URL wwww.myapplication.com
Thanks

Resources