Subversion Repositories SmartDukaan

Rev

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

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