Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created December 22, 2023 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unlocomqx/84c683af8c41bf74fc48297faa02b554 to your computer and use it in GitHub Desktop.
Save unlocomqx/84c683af8c41bf74fc48297faa02b554 to your computer and use it in GitHub Desktop.
{** If product has a required customization field **}
{if $product.customizable == 2}
show link
{else}
show cart btn
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment