Skip to content

Instantly share code, notes, and snippets.

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 ichaykin/1505c01e334d7964514a730e5562d5f3 to your computer and use it in GitHub Desktop.
Save ichaykin/1505c01e334d7964514a730e5562d5f3 to your computer and use it in GitHub Desktop.
diff --git a/design/themes/responsive/templates/views/products/components/product_options.tpl b/design/themes/responsive/templates/views/products/components/product_options.tpl
index 39f0b1a836..c60994c91b 100644
--- a/design/themes/responsive/templates/views/products/components/product_options.tpl
+++ b/design/themes/responsive/templates/views/products/components/product_options.tpl
@@ -322,10 +322,10 @@
}
</div>
{/if}
- {/if}
- {if $po.comment}
- <div class="ty-product-options__description">{$po.comment}</div>
+ {if $po.comment}
+ <div class="ty-product-options__description">{$po.comment}</div>
+ {/if}
{/if}
{capture name="variant_images"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment