WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Social Login
- AuthorPosts
- 25 September, 2016 at 7:22 am #21941
Hello,
Can we use social login for placing order?
Thanks,
Zia26 September, 2016 at 1:25 am #21956not sure what you mean by using a “social login for placing order”
if you mean using a social login widget of some sort to login then i am sure there are many plugins out there that let you add a login widget of that sort whereever you want it to beif you want it to replace the login provided by wppizza on the orderpage,
you could add a widget (presumably via some shortcode) using thewppizza_order_form_before action hook and – probably – remove the wppizza login form by running a
remove_action( ‘wppizza_order_form_before’ , ‘wppizza_do_login_form’ );
or some such
27 September, 2016 at 11:25 am #22017Hi Olly !
To explain more what i want to do. I want to keep Normal Login in WPPizza but want also to have support for social login if possible?
Can you give me some instructions?
27 September, 2016 at 11:28 am #22021>but want also to have support for social login if possible?
then you have to add a social login widget somewhere27 September, 2016 at 9:09 pm #22037Can you explain me more where to put that widget? Thanks
27 September, 2016 at 9:41 pm #22045wherever you want to put it ….
i really don’t understand the question here - AuthorPosts
- The topic ‘Social Login’ is closed to new replies.