/**
  * Set wether the shopping cart forms should be drawn.
  *
  * @param boolean $doCreate set wether to create the forms or not
  *
  * @return void
  */
 public static function setCreateShoppingCartForms($doCreate)
 {
     self::$createForms = $doCreate;
 }