Beispiel #1
0
 /**
  * @return string
  */
 public function getFieldHtml($field, $setName, $type = 'onepage')
 {
     return $this->_mainModel->getAttributeHtml($field, $setName, $type);
 }
Beispiel #2
0
 /**
  * Retrieve custom field's html code from the CFM module
  * 
  * @param string $step Checkout step name
  * @param string $field Custom field unique code
  * 
  * @return string
  */
 public function getFieldHtml($step, $field, $type = 'onepage')
 {
     return $this->_cfmModel->getAttributeHtml($field, $step, $type);
 }