optimize cart drawer

main
alexanderroese 2024-07-14 16:04:30 +02:00
parent d47383f598
commit 7d434bc4dd
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
<script src="{{ 'cart.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'quantity-popover.js' | asset_url }}" defer="defer"></script>
<script>
console.log("1", {{ settings }}, {{ cart }})
</script>
<style>
.drawer {
visibility: hidden;