Skip to content
Code-Schnipsel Gruppen Projekte
Commit 943bc38f erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: properly defined parameters for the URL function

Related: #21
Übergeordneter ff125403
No related branches found
No related tags found
2 Merge Requests!56Update 'next-3.x' with latest changes from 'main',!55fix: properly defined parameters for the URL function
Pipeline #16009 bestanden mit Phase
in 2 Minuten und 20 Sekunden
......@@ -157,12 +157,10 @@
border: none;
}
.quiqqer-simple-checkout-basket__link {
font-size: 12px;
text-align: right;
:where(.quiqqer-simple-checkout-basket__link) {
margin-top: 0.75rem;
display: inline-block;
float: right;
margin-top: 10px;
margin-right: 10px;
}
/**************************/
......
......@@ -117,7 +117,7 @@
</button>
{if $this->getAttribute('showBasketLink') && $BasketSite}
<a href="{url Site=$BasketSite}" class="quiqqer-simple-checkout-basket__link">
<a href="{url site=$BasketSite}" class="quiqqer-simple-checkout-basket__link">
{locale group="quiqqer/order" var="ordering.btn.backToBasket"}
</a>
{/if}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren