Subversion Repositories SmartDukaan

Rev

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

Rev 19141 Rev 19363
Line 51... Line 51...
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',20=>'Screen Guard',21=>'Earphone',22=>'Card Reader',23=>'Mobile Holder',24=>'Aux Cable',25=>'OTG Cable',26=>'Self Stick',27=>'Back Cover',28=>'Tempered Glass',29=>'Battery',30=>'Usb Hub',31=>'Portable Music Player');
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',20=>'Screen Guard',21=>'Earphone',22=>'Card Reader',23=>'Mobile Holder',24=>'Aux Cable',25=>'OTG Cable',26=>'Self Stick',27=>'Back Cover',28=>'Tempered Glass',29=>'Battery',30=>'Usb Hub',31=>'Portable Music Player');
52
 
52
 
53
    				
53
    				
54
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>$data['subCategoryId']));
54
    				echo $this->Form->input('subCategoryId', array('options'=>$arrSubCategory, 'selected'=>$data['subCategoryId']));
55
    				echo $this->Form->label('Show Net Price');
55
    				echo $this->Form->label('Show Net Price');
56
    				echo $this->Form->checkbox('showNetPrice',array('value'=>$data['showNetPrice']));
56
    				echo $this->Form->checkbox('showNetPrice',array('checked'=>$data['showNetPrice']));
57
    				
57
    				
58
    				
58
    				
59
					echo $this->Form->input('offer',array('value'=>$data['offer'],'type'=>'textarea'));
59
					echo $this->Form->input('offer',array('value'=>$data['offer'],'type'=>'textarea'));
60
					echo $this->Form->input('tagline',array('value'=>$data['tagline'],'type'=>'textarea'));
60
					echo $this->Form->input('tagline',array('value'=>$data['tagline'],'type'=>'textarea'));
61
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
61
					echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));