Social Login

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21941
    Zia Khan
    Participant

      Hello,
      Can we use social login for placing order?
      Thanks,
      Zia

      #21956
      Olly
      Admin & Mod

        not 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 be

        if you want it to replace the login provided by wppizza on the orderpage,
        you could add a widget (presumably via some shortcode) using the

        wppizza_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

        #22017
        drmtr
        Participant

          Hi 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?

          #22021
          Olly
          Admin & Mod

            >but want also to have support for social login if possible?
            then you have to add a social login widget somewhere

            #22037
            drmtr
            Participant

              Can you explain me more where to put that widget? Thanks

              #22045
              Olly
              Admin & Mod

                wherever you want to put it ….
                i really don’t understand the question here

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Social Login’ is closed to new replies.