Skip to content

Empty card is not showing up #1191

Answered by Oleafeon
Oleafeon asked this question in Help
Dec 12, 2024 · 2 comments · 5 replies
Discussion options

You must be logged in to vote
{{ if {sc:cart:has} === false || {sc:cart:count} === 0 }}
        <div class="flex w-full rounded px-8 py-5 m6">
           <p><strong>{{ beg_empty }}</strong></p>
        </div>
        {{ else }}
            {{ sc:cart:items }}
            {{ partial src="events/web/cart/cart-item" }}
            {{ /sc:cart:items }}
        {{ /if }}

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@Oleafeon
Comment options

@duncanmcclean
Comment options

@Oleafeon
Comment options

@Oleafeon
Comment options

Answer selected by Oleafeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants