Subversion Repositories SmartDukaan

Rev

Rev 19139 | Rev 19858 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19139 Rev 19560
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' ));