Skip to content

Commit

Permalink
TH-297: Origins > Single Product Section > Create Buy buttons block
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrilBadreddine committed Jan 21, 2025
1 parent 0818901 commit e6f6efc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions themes/origins/sections/featured-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
%}
{% when 'accordion' %}
{% render 'accordion', title: block.settings.title, content: block.settings.content %}
{% when 'buy_button' %}
{% render 'product-buy-button' %}
{% endcase %}
{% endfor %}
</div>
Expand Down Expand Up @@ -210,6 +212,12 @@
"limit": 1,
"settings": []
},
{
"type": "buy_button",
"label": "Buy button",
"limit": 1,
"settings": []
},
{
"type": "countdown_timer",
"label": "Countdown Timer",
Expand Down

0 comments on commit e6f6efc

Please sign in to comment.