Skip to content

Commit

Permalink
Merge pull request #432 from hugo-fasone/fix-dpd-pickup
Browse files Browse the repository at this point in the history
Fix : [BUG] - Pickup points from module "DPD France" (and possibly others) not displayed correctly
  • Loading branch information
Oksydan authored Nov 23, 2024
2 parents efec927 + 51afbc1 commit 621e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/checkout/_partials/steps/shipping.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{block name='delivery_options'}
<div class="delivery-options">
{foreach from=$delivery_options item=carrier key=carrier_id}
<div class="mb-3 checkout-option-block checkout-option js-delivery-option {if $delivery_option == $carrier_id} selected{/if}">
<div class="mb-3 checkout-option-block checkout-option delivery-option js-delivery-option {if $delivery_option == $carrier_id} selected{/if}">
<input class="custom-control-input" type="radio" name="delivery_option[{$id_address}]" id="delivery_option_{$carrier.id}" value="{$carrier_id}"{if $delivery_option == $carrier_id} checked{/if}>

<label class="card mb-0 cursor-pointer h-100" for="delivery_option_{$carrier.id}">
Expand Down

0 comments on commit 621e066

Please sign in to comment.