Exemplo n.º 1
0
        _e('Create an Account with Us', 'wpdance');
        ?>
</label>						
							</div>
							<input type="button" value="<?php 
        _e("Continue", "wpdance");
        ?>
" name="button_create_account_continue" class="button_create_account_continue button next_co_btn" rel="accordion-billing">
						</div>
						<div class="span12">	
							<h4 class="heading-title"><?php 
        _e('Return Customer', 'wpdance');
        ?>
</h4>
							<?php 
        woocommerce_checkout_login_form();
        ?>
							
						</div>
						
						<?php 
        do_action('woocommerce_checkout_before_customer_details');
        ?>
					</div>
				</div>
			</div>		
			<?php 
        $_counter++;
        ?>
		<?php 
    }
Exemplo n.º 2
0
        ?>
</a></p>
		
		<div id="login-form" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="email-form-modal" aria-hidden="true">
			<div class="modal-dialog">
			    <div class="modal-content">
					<div class="modal-header">
						<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="ss-delete"></i></button>
						<h3 id="login-form-modal"><?php 
        _e("Login", "swiftframework");
        ?>
</h3>
					</div>
					<div class="modal-body">
						<?php 
        echo woocommerce_checkout_login_form(array('message' => '', 'redirect' => get_permalink(woocommerce_get_page_id('checkout')), 'hidden' => false));
        ?>
					</div>
				</div>
			</div>
		</div>
	<?php 
    }
    ?>
			
	<form name="checkout" method="post" class="checkout row" action="<?php 
    echo esc_url($get_checkout_url);
    ?>
">
		
		<?php