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