/**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     // Set the format to raw, no matter what
     Citruscart::load('CitruscartHelperBase', 'helpers._base');
     CitruscartHelperBase::setFormat('raw');
 }