provide a template var that will tell the user when there are no available variants for sale. Out of stock
This commit is contained in:
parent
0a35d8e6c9
commit
bff85b56d0
3 changed files with 24 additions and 1 deletions
|
|
@ -55,6 +55,8 @@ our $HELP = {
|
|||
{ 'name' => 'variant_quantity' },
|
||||
]
|
||||
},
|
||||
{ 'name' => 'in_stock' },
|
||||
{ 'name' => 'no_stock_message' },
|
||||
{ 'name' => 'buy_form_header' },
|
||||
{ 'name' => 'buy_form_options' },
|
||||
{ 'name' => 'buy_form_button' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue