Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions reference/settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,15 @@ components:
description: Describes whether out-of-stock messages are shown on product listing pages.
default: false
example: true
backorder_availability_prompt:
type: string
description: Message that appears on the product detail page to reassure shoppers of backorder availability.
example: "This item is currently on backorder but will be available soon!"
show_backorder_availability_prompt:
type: boolean
description: Whether or not to show the backorder availability prompt on product detail pages.
default: false
example: true
Locale:
description: 'The basic locale settings for a store, used to give shopper information about languages, countries, etc.'
type: object
Expand Down