Exemplo n.º 1
0
 public function getSelectionQtyTitlePrice($_selection, $includeContainer = true)
 {
     return str_replace("+", "", parent::getSelectionQtyTitlePrice($_selection, $includeContainer));
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->oB2BHelper = Mage::helper('sitewards_b2bprofessional');
     $this->oB2BCustomerHelper = Mage::helper('sitewards_b2bprofessional/customer');
     parent::__construct();
 }
Exemplo n.º 3
0
 /**
  * Set template
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ho/simplebundle/product/composite/fieldset/options/type/fixed.phtml');
 }