Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created August 28, 2017 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/880b3bbb4d3d0283efc597dea67557e1 to your computer and use it in GitHub Desktop.
Save anonymous/880b3bbb4d3d0283efc597dea67557e1 to your computer and use it in GitHub Desktop.
# Configuration
new GW_Inventory( array(
'form_id' => 1,
'field_id' => 28.3,
'stock_qty' => 150,
'out_of_stock_message' => 'Sorry, there are no more tickets!',
'not_enough_stock_message' => 'You ordered %1$s tickets. There are only %2$s tickets left.',
'approved_payments_only' => true,
'hide_form' => true,
'enable_notifications' => true
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment