| Line 33... |
Line 33... |
| 33 |
echo $this->Form->input('status',array('value'=>$data['status']));
|
33 |
echo $this->Form->input('status',array('value'=>$data['status']));
|
| 34 |
echo $this->Form->input('in_stock',array('type'=>'select','options'=>$stock_statuses,'default'=>$data['in_stock']));
|
34 |
echo $this->Form->input('in_stock',array('type'=>'select','options'=>$stock_statuses,'default'=>$data['in_stock']));
|
| 35 |
echo $this->Form->input('stock_status',array('type'=>'text','value'=>$data['stock_status']));
|
35 |
echo $this->Form->input('stock_status',array('type'=>'text','value'=>$data['stock_status']));
|
| 36 |
echo $this->Form->input('thumbnail',array('value'=>$data['thumbnail']));
|
36 |
echo $this->Form->input('thumbnail',array('value'=>$data['thumbnail']));
|
| 37 |
echo $this->Form->input('url',array('value'=>$data['url']));
|
37 |
echo $this->Form->input('url',array('value'=>$data['url']));
|
| - |
|
38 |
|
| - |
|
39 |
echo $this->Form->input('quantity',array('type'=>'number','value'=>$data['quantity']));
|
| - |
|
40 |
echo $this->Form->input('videoLink',array('value'=>$data['videoLink']));
|
| - |
|
41 |
$arrCategory=array(0=>"False",1=>"True");
|
| - |
|
42 |
echo $this->Form->input('showVideo', array('options'=>$arrCategory, 'selected'=>$data['showVideo']));
|
| - |
|
43 |
|
| 38 |
echo $this->Form->input('offer',array('value'=>$data['offer'],'type'=>'textarea'));
|
44 |
echo $this->Form->input('offer',array('value'=>$data['offer'],'type'=>'textarea'));
|
| 39 |
echo $this->Form->input('tagline',array('value'=>$data['tagline'],'type'=>'textarea'));
|
45 |
echo $this->Form->input('tagline',array('value'=>$data['tagline'],'type'=>'textarea'));
|
| 40 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
|
46 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status,'default'=>$data['is_shortage']));
|
| 41 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
|
47 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag,'default'=>$data['buyBoxFlag']));
|
| 42 |
echo $this->Form->input('coupon',array('value'=>$data['coupon']));
|
48 |
echo $this->Form->input('coupon',array('value'=>$data['coupon']));
|