Skip to content

Commit

Permalink
Merge pull request mollie#929 from mollie/PIPRES-412/bootstrap-fix
Browse files Browse the repository at this point in the history
PIPRES-412/Bootstrap 5 compatibility improvements
  • Loading branch information
GytisZum authored May 27, 2024
2 parents c633438 + 8345dce commit e3bc59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/order-confirmation-table.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{if is_array($product.customizations) && $product.customizations|count}
{foreach from=$product.customizations item="customization"}
<div class="customizations">
<a href="#" data-toggle="modal"
<a href="#" data-toggle="modal" data-bs-toggle="modal"
data-target="#product-customizations-modal-{$customization.id_customization|intval}">{l s='Product customization' d='Shop.Theme.Catalog'}</a>
</div>
<div class="modal fade customization-modal"
Expand Down
1 change: 1 addition & 0 deletions views/templates/hook/ideal_dropdown.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class="btn btn-secondary dropdown-toggle"
type="button"
data-toggle="dropdown"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
id="mollie-issuer-dropdown-button"
Expand Down

0 comments on commit e3bc59a

Please sign in to comment.