Skip to content

Instantly share code, notes, and snippets.

/file1.php Secret

Created February 1, 2018 19:39
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/7961f504c5ed522812f1d2973f582bf8 to your computer and use it in GitHub Desktop.
Save anonymous/7961f504c5ed522812f1d2973f582bf8 to your computer and use it in GitHub Desktop.
new GW_Inventory( array(
'form_id' => 28,
'field_id' => 53.3,
'stock_qty' => 230,
'out_of_stock_message' => 'Sorry, there are no more 4 Passenger Golf Cars!',
'not_enough_stock_message' => 'You ordered %1$s 4 Passenger Golf Cars. There are only %2$s 4 Passenger Golf Cars left.',
'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