<turbo-stream action="update" targets="#cart_number_of_items"><template>1</template></turbo-stream><turbo-stream action="update" target="shopping_cart_confirmation"><template><div class="modal fade" id="shopping_cart_confirmation_modal" tabindex="-1" aria-labelledby="shopping_cart_confirmation_title" aria-hidden="true" data-modal-target="modal">
  <div class="modal-dialog modal-dialog-centered modal-lg">
    <div class="modal-content">
      <div class="modal-body">
        <div class="d-flex mt-3">
          <h3 style="width: 80px" class="text-center me-3"><i class="far fa-circle-check" aria-hidden="true"></i></h3>
          <h4>The product has been added to your shopping basket</h4>
        </div>
        <div class="d-flex mt-3">
          <div style="width: 80px;" class="text-center me-3">
            <img src="https://dieverdoatsie.jortt.shop/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6Nzk2MzcsInB1ciI6ImJsb2JfaWQifX0=--27a299da44502d61d111b122c43c46e0d6660ee7/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJqcGciLCJyZXNpemVfdG9fbGltaXQiOls4MCw2NF19LCJwdXIiOiJ2YXJpYXRpb24ifX0=--499087102de32af4960d0eea7b14ec5d3f522a78/vogelhuisje-klein.jpg" />
          </div>
          <div style="flex-basis: 50%; flex-grow: 1;">
            <h3>
              <small class="text-muted">
                
                <a href="https://dieverdoatsie.jortt.shop/product/vogelhuisje-klein">Dieverdoatsie Small birdhouse</a>
              </small>
            </h3>
            <p class="text-muted">Charming, handmade small birdhouse, perfect for small birds, adds a natural touch to any garden.</p>
          </div>
        </div>

      </div>
      <div class="modal-footer justify-content-between" style="border-color: #eee">
        <a class="btn btn-primary" data-bs-dismiss="modal" href="https://dieverdoatsie.jortt.shop/">Continue shopping</a>
        <a class="btn btn-success" href="/cart"><i class="far fa-basket-shopping me-1" aria-hidden="true"></i> View shopping basket</a>
      </div>
    </div>
  </div>
</div>
</template></turbo-stream>