Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit b71cd4a1 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: spinner loading during basket loading

Übergeordneter bd70197f
No related branches found
No related tags found
2 Merge Requests!25Update 'next-3.x' with latest changes from 'main',!24fix: adjust paths to standard mail templates in quiqqer/core
Pipeline #11763 bestanden mit Phase
in 5 Minuten und 10 Sekunden
......@@ -364,7 +364,7 @@ window.addEvent('domready', function () {
new Element('span', {
'class': 'quiqqer-order-basketButton-quantity quiqqer-order-basketButton-batch-custom',
html : '0'
html : '<span class="fa fa-spinner fa-spin"></span>'
}).inject(BasketNode);
if (BASKET_STYLE && BASKET_STYLE === 'full') {
......
......@@ -10,14 +10,18 @@
<button disabled class="quiqqer-order-basketButton button--callToAction tpl-btn basket-style-{$basketStyle}"
style="float: right;"><span class="quiqqer-order-basketButton-icon-custom"><span
class="fa fa-shopping-basket"></span></span><span
class="quiqqer-order-basketButton-quantity quiqqer-order-basketButton-batch-custom">0</span></button>
class="quiqqer-order-basketButton-quantity quiqqer-order-basketButton-batch-custom">
<span class="fa fa-spinner fa-spin"></span>
</span></button>
{else}
<button disabled class="quiqqer-order-basketButton button--callToAction tpl-btn basket-style-full"
style="float: right;">
<span class="quiqqer-order-basketButton-icon-custom">
<span class="fa fa-shopping-basket"></span>
</span>
<span class="quiqqer-order-basketButton-quantity quiqqer-order-basketButton-batch-custom">0</span>
<span class="quiqqer-order-basketButton-quantity quiqqer-order-basketButton-batch-custom">
<span class="fa fa-spinner fa-spin"></span>
</span>
<span class="quiqqer-order-basketButton-sum">
{*$InitialBasketPrice->getDisplayPrice()*}
{$initialBasketPrice}
......
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