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