/**
  * Returns thether to use a minimum age to order
  * 
  * @return bool
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 20.01.2014
  */
 public function UseMinimumAgeToOrder()
 {
     return SilvercartConfig::UseMinimumAgeToOrder();
 }