Skip to content

Commit

Permalink
Merge pull request #21 from AleksandrsKondratjevs/issue-2333
Browse files Browse the repository at this point in the history
Add field for disable guest checkout with downloadable
  • Loading branch information
carinadues authored Dec 9, 2021
2 parents 5051b9d + c76c59a commit bf465ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<item name="region_display_all" xsi:type="string">general/region/display_all</item>
<item name="redirect_dashboard" xsi:type="string">customer/startup/redirect_dashboard</item>
<item name="layered_navigation_product_count_enabled" xsi:type="string">catalog/layered_navigation/display_product_count</item>
<item name="downloadable_disable_guest_checkout" xsi:type="string">catalog/downloadable/disable_guest_checkout</item>
<item name="product_alert_allow_price" xsi:type="string">catalog/productalert/allow_price</item>
<item name="product_alert_allow_stock" xsi:type="string">catalog/productalert/allow_stock</item>
<item name="downloadable_links_target_new_window" xsi:type="string">catalog/downloadable/links_target_new_window</item>
Expand Down
1 change: 1 addition & 0 deletions src/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type StoreConfig {
region_display_all: Boolean @doc(description: "Defines if state field is displayed for countries that doesn't require state")
redirect_dashboard: Boolean @doc(description: "Allows to decide whether to redirect user after login")
layered_navigation_product_count_enabled: Boolean @doc(description: "Should layered navigation display product count")
downloadable_disable_guest_checkout: Boolean @doc(description: "Defines if guest can enter checkout with downloadable product in cart")
product_alert_allow_price: Boolean @doc(description: "Defines if product drop price alert is enabled")
product_alert_allow_stock: Boolean @doc(description: "Defines if product in stock alert is enabled")
downloadable_links_target_new_window: Boolean @doc(description: "Defines if downloadable links should be opened in new tab")
Expand Down

0 comments on commit bf465ba

Please sign in to comment.