Skip to content

Commit

Permalink
Merge pull request #107 from jorix/a-config_purchase
Browse files Browse the repository at this point in the history
In local_config/config.php.sample missing a key for purchase without stock
  • Loading branch information
jmueller17 committed Jan 9, 2015
2 parents da7ad68 + f715ffb commit f310ee9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions local_config/config.php.sample
Expand Up @@ -53,6 +53,13 @@ class configuration_vars {
*/
public $max_month_orderable_dates = 12;

/**
*
* Prevents purchase products with no stock (used in shop_and_order.php)
* @var boolean
*/
public $prevent_out_of_stock_purchase = true;

/**
*
* the default jquery-ui theme. these are located in css/ui-themes
Expand Down

0 comments on commit f310ee9

Please sign in to comment.