edition/partials/shop/top.hbs

48 lines
1.0 KiB
Handlebars
Raw Normal View History

2024-09-26 19:17:11 +00:00
<div>
2024-09-28 00:36:27 +00:00
2024-10-02 19:18:15 +00:00
<div
hx-get="shop/totals/"
hx-trigger="load delay:1ms, every 1s"
hx-swap="outerHTML"
hx-on::config-request="
event.detail.path += '?show=' + new URLSearchParams(window.location.search).get('show');
"
></div>
2024-10-02 20:13:20 +00:00
<div id="choice-configure"></div>
<div id="choice-buy"></div>
2024-09-28 00:36:27 +00:00
<div id="order-form-rose-ash-shop"></div>
2024-09-28 00:40:39 +00:00
<div id="order-detail-rose-ash-shop"></div>
2024-09-28 00:36:27 +00:00
2024-10-02 20:13:20 +00:00
<div id="total-all"></div>
<div id="total-me"></div>
2024-10-01 18:07:11 +00:00
<div
id="all-orders-rose-ash-shop-ws"
></div>
<div
id="me-orders-rose-ash-shop-ws"
></div>
2024-09-28 00:36:27 +00:00
2024-09-27 22:38:08 +00:00
<div
2024-09-27 23:21:27 +00:00
id="boot-rose-ash-shop"
2024-09-27 22:41:14 +00:00
hx-get="shop/choice/"
2024-10-01 18:07:11 +00:00
hx-trigger="load delay:1ms, every 1s"
2024-09-28 00:36:27 +00:00
hx-on::config-request= "
event.detail.path+= '?show=' + new URLSearchParams(window.location.search).get('show');
if (new URLSearchParams(window.location.search).get('orderId')) {
event.detail.path += '&orderId=' + new URLSearchParams(window.location.search).get('orderId');
}"
hx-swap="none"
2024-09-27 22:38:08 +00:00
>
2024-10-01 21:08:42 +00:00
2024-09-27 22:38:08 +00:00
</div>
2024-10-01 12:49:35 +00:00
2024-09-30 21:20:17 +00:00
2024-09-26 18:44:56 +00:00
</div>