orders view
This commit is contained in:
parent
b188397c9f
commit
309473bf2a
|
@ -71,7 +71,6 @@
|
||||||
|
|
||||||
<div class="single-content gh-content gh-canvas">
|
<div class="single-content gh-content gh-canvas">
|
||||||
{{content}}
|
{{content}}
|
||||||
<div id="configure-product" name="configure-product" hx-get="shop/configure?embed" hx-trigger="load"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#is "post"}}
|
{{#is "post"}}
|
||||||
|
@ -118,6 +117,14 @@
|
||||||
</div>
|
</div>
|
||||||
{{/next_post}}
|
{{/next_post}}
|
||||||
</div>
|
</div>
|
||||||
|
<div id="configure-product" name="configure-product" hx-get="shop/configure?embed" hx-trigger="load"></div>
|
||||||
|
<div
|
||||||
|
id="orders-rose-ash-shop"
|
||||||
|
hx-get="shop/orders"
|
||||||
|
hx-trigger="load delay:1ms, paid from:body"
|
||||||
|
hx-swap="innerHTML"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue