2018-05-20 18:52:59 +01:00
|
|
|
<?php print $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_event' ][ '#markup' ]; unset( $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_event' ] ); ?>
|
|
|
|
<?php print $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_eventbookingtype' ][ '#markup' ]; unset( $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_eventbookingtype' ] ); ?>
|
|
|
|
<?php print $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_product' ][ '#markup' ]; unset( $fulcrm_shoppingcart_buy_eventbookingtype_form[ 'title_product' ] ); ?>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col col-xs-12 col-md-4">
|
|
|
|
<div class="panel panel-primary">
|
|
|
|
<div class="panel-heading"><h3 class="panel-title">Sign in to go faster!</h3></div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<?php $user_login_form[ 'actions' ][ 'submit' ][ '#value' ] = 'Sign In'; ?>
|
|
|
|
<?php $user_login_form[ 'actions' ][ 'submit' ][ '#attributes' ][ 'class' ] = array( 'btn', 'btn-primary' ); ?>
|
2018-05-20 20:19:17 +01:00
|
|
|
<?php print render( $user_login_form ); ?>
|
2018-05-20 18:52:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col hide-xs col-md-1"></div>
|
|
|
|
<div class="col col-xs-12 col-md-7">
|
2018-05-20 19:14:34 +01:00
|
|
|
<div class="panel panel-info">
|
2018-05-20 18:52:59 +01:00
|
|
|
<div class="panel-heading"><h3 class="panel-title">Or continue your order by providing some details…</h3></div>
|
|
|
|
<div class="panel-body">
|
2018-05-20 20:19:17 +01:00
|
|
|
<?php print render( $fulcrm_shoppingcart_buy_eventbookingtype_form ); ?>
|
2018-05-20 18:52:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|