Subversion Repositories SmartDukaan

Rev

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

Rev 17711 Rev 17743
Line 38... Line 38...
38
					echo $this->Form->input('stock_status',array('type'=>'text','value'=>'OOS'));
38
					echo $this->Form->input('stock_status',array('type'=>'text','value'=>'OOS'));
39
					echo $this->Form->input('thumbnail');
39
					echo $this->Form->input('thumbnail');
40
					echo $this->Form->input('url');
40
					echo $this->Form->input('url');
41
 
41
 
42
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
42
					echo $this->Form->input('quantity',array('type'=>'number','value'=>1));
-
 
43
					
43
					echo $this->Form->input('shippingCost');
44
					echo $this->Form->input('shippingCost',array('value'=>0));
44
 
45
 
45
					echo $this->Form->input('videoLink');
46
					echo $this->Form->input('videoLink');
46
					$arrCategory=array(0=>"False",1=>"True");
47
					$arrCategory=array(0=>"False",1=>"True");
47
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>0));
48
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>0));
48
 
49