Skip to content

Commit

Permalink
In local_config/config.php.sample missing a key for purchase without …
Browse files Browse the repository at this point in the history
…stock.
  • Loading branch information
jorix committed Dec 28, 2014
1 parent 356ae81 commit f715ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions local_config/config.php.sample
Original file line number Diff line number Diff line change
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 f715ffb

Please sign in to comment.