<turbo-stream action="update" targets="#header-actions"> <template> <a class="header__action --user" href="https://www.bentbrandt.dk/umbraco/surface/usermanagement/Login" title="" data-turbo-frame="_self" > Log ind </a> <a class="header__action --heart" href="https://www.bentbrandt.dk/Bruger/Favoritter" data-turbo="false" title="" > Favoritter </a> <a class="header__action --shopping-bag" href="https://www.bentbrandt.dk/indkoebskurv" data-turbo="false" title="" > Kurv <span class="header__action-counter --primary ">1</span> </a> </template> </turbo-stream> <turbo-stream action="update" targets="#product-card__action-35362126"> <template> <div class="product-card__add-to-basket" data-checkout-products-target="amount" data-product-target="amount" data-product-id="35362126"> <div class="inc-dec" data-controller="incdec"> <label for="inc-dec-input-" class="sr-only">Antal</label> <button class="inc-dec__decrement" data-action="click->incdec#decrease" data-incdec-target="increment" aria-label="Reducer antal" > </button> <input class="inc-dec__value js-incdec-input" type="text" pattern="[0-9]+" data-incdec-target="input" data-action="input->incdec#onUpdate" step="1" value="1" aria-live="polite" aria-label="Antal" > <button class="inc-dec__increment" data-action="click->incdec#increase" data-incdec-target="decrement" aria-label="Øg antal" > </button> <div class="inc-dec__error" data-incdec-target="error" aria-live="assertive"> Varen kan kun købes i enheder af 1 stk. </div> </div> </div> </template> </turbo-stream> <turbo-stream action="update" targets="#product-details-inner-35362126"> <template> <div class="product-details__add-to-basket" data-product-target="amount" data-product-id="35362126"> <div class="inc-dec" data-controller="incdec"> <label for="inc-dec-input-" class="sr-only">Antal</label> <button class="inc-dec__decrement" data-action="click->incdec#decrease" data-incdec-target="increment" aria-label="Reducer antal" > </button> <input class="inc-dec__value js-incdec-input" type="text" pattern="[0-9]+" data-incdec-target="input" data-action="input->incdec#onUpdate" step="1" value="1" aria-live="polite" aria-label="Antal" > <button class="inc-dec__increment" data-action="click->incdec#increase" data-incdec-target="decrement" aria-label="Øg antal" > </button> <div class="inc-dec__error" data-incdec-target="error" aria-live="assertive"> Varen kan kun købes i enheder af 1 stk. </div> </div> </div> </template> </turbo-stream> <turbo-stream action="append" targets="body"> <template> <aside class="toast --success " data-timeout="3000" data-controller="toast" data-toast-target="container" > <div class="toast__icon"></div> <div class="toast__text"> Produktet blev tilføjet til kurven </div> <a class="toast__close" data-action="toast#remove" href="#" title="" > </a> </aside> </template> </turbo-stream>