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