Subversion Repositories SmartDukaan

Rev

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

Rev 17671 Rev 17710
Line 37... Line 37...
37
					echo $this->Form->input('stock_status');
37
					echo $this->Form->input('stock_status');
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
 
-
 
43
					echo $this->Form->input('shippingCost');
-
 
44
 
42
					echo $this->Form->input('videoLink');
45
					echo $this->Form->input('videoLink');
43
					$arrCategory=array(0=>"False",1=>"True");
46
					$arrCategory=array(0=>"False",1=>"True");
44
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>'False'));
47
    				echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>'False'));
45
 
48
 
-
 
49
 
-
 
50
 
46
    				$arrSubCategory=array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',14=>'Combo',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker');
51
    				$arrSubCategory=array(0=>'None',7=>'Memory Card',8=>'Data Cable',9=>'USB Light',10=>'Screen Magnifier',11=>'Car Charger',12=>'Power Bank',13=>'Pendrive',14=>'Combo',15=>'Charger',16=>'Bluetooth Headset',17=>'Speaker',18=>'Adapter', 19=>'Cases',20=>'Screen Guard',21=>'Headphone',22=>'Card Reader',23=>'Mobile Holder' );
47
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>0));
52
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>0));
48
 
53
 
49
 
54
 
50
 
55
 
51
					echo $this->Form->input('offer',array('type'=>'textarea'));
56
					echo $this->Form->input('offer',array('type'=>'textarea'));