{block name='shipping_options'}
<div class="block-header shipping-method-header">
{l s='Shipping Method' d='Shop.Theme.Checkout'}
</div>
<div class="inner-wrapper">
<form id="thecheckout-shipping-test" method="post">
<div class="shipping-test-option">
<input
type="checkbox"
id="carrier_gls"
name="carrier_code[]"
value="gls"
/>
<label for="carrier_gls">
GLS — 10 PLN
</label>
</div>
<div class="shipping-test-option">
<input
type="checkbox"
id="carrier_dpd"
name="carrier_code[]"
value="dpd"
/>
<label for="carrier_dpd">
DPD — 20 PLN
</label>
</div>
<button
type="submit"
class="continue btn btn-primary"
name="confirmDeliveryOption"
value="1"
>
{l s='Continue' d='Shop.Theme.Actions'}
</button>
</form>
</div>
{/block}
<div class="block-header shipping-method-header">
{l s='Shipping Method' d='Shop.Theme.Checkout'}
</div>
<div class="inner-wrapper">
<form id="thecheckout-shipping-test" method="post">
<div class="shipping-test-option">
<input
type="checkbox"
id="carrier_gls"
name="carrier_code[]"
value="gls"
/>
<label for="carrier_gls">
GLS — 10 PLN
</label>
</div>
<div class="shipping-test-option">
<input
type="checkbox"
id="carrier_dpd"
name="carrier_code[]"
value="dpd"
/>
<label for="carrier_dpd">
DPD — 20 PLN
</label>
</div>
<button
type="submit"
class="continue btn btn-primary"
name="confirmDeliveryOption"
value="1"
>
{l s='Continue' d='Shop.Theme.Actions'}
</button>
</form>
</div>
{/block}