Skip to content

Commit

Permalink
Enable gift card recipient form by default on featured product section (
Browse files Browse the repository at this point in the history
  • Loading branch information
fredma committed May 23, 2023
1 parent 3281791 commit 5a39527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sections/featured-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,13 @@
"default": true,
"label": "t:sections.featured-product.blocks.buy_buttons.settings.show_dynamic_checkout.label",
"info": "t:sections.featured-product.blocks.buy_buttons.settings.show_dynamic_checkout.info"
},
{
"type": "checkbox",
"id": "show_gift_card_recipient",
"default": true,
"label": "t:sections.main-product.blocks.buy_buttons.settings.show_gift_card_recipient.label",
"info": "t:sections.main-product.blocks.buy_buttons.settings.show_gift_card_recipient.info"
}
]
},
Expand Down

0 comments on commit 5a39527

Please sign in to comment.