Move "Login as Guest" and "Register an Account" to top?

WPPizza – A Restaurant Plugin for WordPress Support General Support Move "Login as Guest" and "Register an Account" to top?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22218
    drmtr
    Participant

      Hi WPpizza devs.

      I want to ask, if is possible to move form from bottom in Checkout page:

      continue as :
      x Guest
      x Create Account

      from bottom to top of checkout form? i dont find any settings for that in documentation on settings i nadmin panel. Please help me.

      This is the form that i want to move to top:

      issue

      #22219
      drmtr
      Participant

        Also have one more question (do not make separated thread only for this question.

        I have Adress and Secondary Adress (Custom added field) for delivery when someone make a order. i want to merge that 2 adress with one dropdown, and user to choise to what adress to ship the order in checkout? Is possible that?

        Check image:

        test

        #22318
        drmtr
        Participant

          Anyone ?

          #22321
          Olly
          Admin & Mod

            > re guest/create account
            currently this is added like this

            add_action('wppizza_gateway_choice_before', array( $this, 'wppizza_create_user_option'));/**continue and register or as guest**/

            you could unhook that action and re-add it using the action hooks provided inside the form tag in wppizza-order.php
            I would however suggest you leave this as is until wppizza 3.x as this kind of thing will be handled quite differently there and it will be easier to move things around….but up to you of course

            > re dropdown.
            i would suggest you make one of the form fields a select/dropdown and write some js to show / hide things

            > do not make separated thread only for this question.
            why not ?

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Move "Login as Guest" and "Register an Account" to top?’ is closed to new replies.