var $code, $title, $description, $enabled;
// class constructor
function cod() {
global $order;
$this->code = 'cod';
$this->title = MODULE_PAYMENT_COD_TEXT_TITLE;
$this->description = MODULE_PAYMENT_COD_TEXT_DESCRIPTION;
As far as I can see, the constant MODULE_PAYMENT_COD_TEXT_DESCRIPTION, albeit defined and stuffed into $description, does not actually get used/shown/output anywhere.
Am I correct?


Reply With Quote

