Ejemplo n.º 1
0
 /**
  * Get HTML of condition string
  *
  * @return string
  */
 public function asHtml()
 {
     return Mage::helper('enterprise_customersegment')->__('Product %s', parent::asHtml());
 }
Ejemplo n.º 2
0
 /**
  * Get HTML of condition string
  *
  * @return string
  */
 public function asHtml()
 {
     return Mage::helper('enterprise_reminder')->__('Product %s', strtolower(parent::asHtml()));
 }