1
Extension Support / Fast Checkout wont work, without having Guest checkout enabled!
« on: July 16, 2021, 04:16:15 PM »
I Need to turn off the Guest checkout, as the STRIPE Card Element for the stripe payment the element is too small and cannot enter the card number into it.
This is only an issue if the customer skips the fast checkout and checkout as a guest.
Also i think i am missing the Guest_checkout_step_3 as i cannot find this anywhere either ??
This is the part that the card number is supposed to be entered
</div>
<div class="form-group form-inline">
<label class="col-sm-4 control-label"><?php echo $entry_cc_number; ?></label>
<div id="card-element" class="col-sm-7 col-xs-6 input-group field"
style="min-width:240px; border: 1px solid #ccc; padding: 2px"></div>
</div>
<input type="hidden" name="cc_token" id="cc_token">
<input type="hidden" name="pi_source" id="pi_source">
<?php echo $this->getHookVar('payment_table_post'); ?>
Just some help trying to get the stripe card element to be open.
Please help
This is only an issue if the customer skips the fast checkout and checkout as a guest.
Also i think i am missing the Guest_checkout_step_3 as i cannot find this anywhere either ??
This is the part that the card number is supposed to be entered
</div>
<div class="form-group form-inline">
<label class="col-sm-4 control-label"><?php echo $entry_cc_number; ?></label>
<div id="card-element" class="col-sm-7 col-xs-6 input-group field"
style="min-width:240px; border: 1px solid #ccc; padding: 2px"></div>
</div>
<input type="hidden" name="cc_token" id="cc_token">
<input type="hidden" name="pi_source" id="pi_source">
<?php echo $this->getHookVar('payment_table_post'); ?>
Just some help trying to get the stripe card element to be open.
Please help