Skip to content

Commit

Permalink
Merge branch 'spraypaint' of https://github.com/bigcommerce/stencil i…
Browse files Browse the repository at this point in the history
…nto MERC-1160
  • Loading branch information
Michael Schock committed Jan 11, 2017
2 parents a578438 + cd59fc1 commit ac717b0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2210,6 +2210,35 @@
}
]
},
{
"name": "Purchase Options",
"settings": [
{
"type": "paragraph",
"content": "Add 'As low as' pricing text to products with options on layout pages."
},
{
"type": "checkbox",
"label": "Add 'As low as' text",
"force_reload": true,
"id": "price_as_low_as"
},
{
"type": "paragraph",
"content": "*only recommended if default options are set to lowest price available for each product"
},
{
"type": "paragraph",
"content": "Hide prices and add to cart buttons if customers aren't logged in."
},
{
"type": "checkbox",
"label": "Restrict Purchase to Login",
"force_reload": true,
"id": "restrict_to_login"
}
]
},
{
"name": "Purchase Options",
"settings": [
Expand Down

0 comments on commit ac717b0

Please sign in to comment.