WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Move "Login as Guest" and "Register an Account" to top?
- AuthorPosts
- 4 October, 2016 at 11:43 pm #22218
Hi WPpizza devs.
I want to ask, if is possible to move form from bottom in Checkout page:
continue as :
x Guest
x Create Accountfrom 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:
5 October, 2016 at 12:01 am #22219Also 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:
6 October, 2016 at 10:44 pm #22318Anyone ?
7 October, 2016 at 12:19 pm #22321> re guest/create account
currently this is added like thisadd_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 ? - AuthorPosts
- The topic ‘Move "Login as Guest" and "Register an Account" to top?’ is closed to new replies.