| Line 22... |
Line 22... |
| 22 |
$showmrp=array(0=>"False",1=>"True");
|
22 |
$showmrp=array(0=>"False",1=>"True");
|
| 23 |
echo $this->Form->input('showMrp', array('options'=>$showmrp, 'selected'=>'False'));
|
23 |
echo $this->Form->input('showMrp', array('options'=>$showmrp, 'selected'=>'False'));
|
| 24 |
|
24 |
|
| 25 |
echo $this->Form->input('maxPrice',array('value'=>0));
|
25 |
echo $this->Form->input('maxPrice',array('value'=>0));
|
| 26 |
echo $this->Form->input('product_name');
|
26 |
echo $this->Form->input('product_name');
|
| 27 |
echo $this->Form->input('rank');
|
27 |
echo $this->Form->input('rank');
|
| - |
|
28 |
|
| - |
|
29 |
echo $this->Form->input('internalRank', array('type'=>'number','value'=> 0,'required'=> true,'readonly'=> true));
|
| - |
|
30 |
|
| 28 |
echo $this->Form->input('source_id');
|
31 |
echo $this->Form->input('source_id');
|
| 29 |
echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
|
32 |
echo $this->Form->input('source',array('type'=>'text','value'=>'Amazon'));
|
| 30 |
echo $this->Form->input('secondaryIdentifier');
|
33 |
echo $this->Form->input('secondaryIdentifier');
|
| 31 |
echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
|
34 |
echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
|
| 32 |
echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));
|
35 |
echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));
|