convert checkout
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
</tr>
|
||||
@endforeach
|
||||
</table>
|
||||
@if($checkout_list_results)
|
||||
@if($checkout_info_results)
|
||||
<table align='center' class='table table-striped table-condensed table-hover table-bordered'>
|
||||
<tr>
|
||||
<th>
|
||||
@ -57,13 +57,13 @@
|
||||
Winning Bid:
|
||||
</th>
|
||||
</tr>
|
||||
@foreach($checkout_list_results as $checkout_list_result)
|
||||
@foreach($checkout_info_results as $checkout_info_result)
|
||||
<tr>
|
||||
<td>
|
||||
{{ $checkout_list_result->items->item_assigned_num }}
|
||||
{{ $checkout_info_result->items->item_assigned_num }}
|
||||
</td>
|
||||
<td>
|
||||
${{ $checkout_list_result->winning_cost }}
|
||||
${{ $checkout_info_result->winning_cost }}
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@ -79,7 +79,7 @@
|
||||
</label>
|
||||
<div class=col-sm-4>
|
||||
<select name="checkout_payment_method" id="checkout_payment_method" required class=form-control>
|
||||
<?php echo App\PaymentMethodSelectList::PaymentShowMethods(); ?>
|
||||
<?php echo App\PaymentMethodSelectinfo::PaymentShowMethods(); ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user