Skip to content

Commit

Permalink
Remove # sign from sku
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenekasimov committed Sep 30, 2022
1 parent 15b7512 commit 9db5d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/featured-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
role="status"
{{ block.shopify_attributes }}
>
{{- '#' | append: current_variant.sku -}}
{{- current_variant.sku -}}
</p>
{%- when 'quantity_selector' -%}
<div
Expand Down
2 changes: 1 addition & 1 deletion sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
role="status"
{{ block.shopify_attributes }}
>
{{- '#' | append: current_variant.sku -}}
{{- current_variant.sku -}}
</p>
{%- when 'custom_liquid' -%}
{{ block.settings.custom_liquid }}
Expand Down

0 comments on commit 9db5d17

Please sign in to comment.