Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created April 7, 2017 23:26
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/10ab10f2cb5fe1e5f463f2d089fb5dbb to your computer and use it in GitHub Desktop.
Save anonymous/10ab10f2cb5fe1e5f463f2d089fb5dbb to your computer and use it in GitHub Desktop.
# Configuration
new GW_Inventory( array(
'form_id' => 1,
'field_id' => 5,
'field_group' => 17,
'stock_qty' => 24,
'out_of_stock_message' => 'Nazalost sva mjesta su za danas zauzeta!',
'not_enough_stock_message' => 'Rezervisete za %1$s mjesta. %2$s slobodno.',
'approved_payments_only' => false,
'hide_form' => false,
'enable_notifications' => true
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment