| Line 38... |
Line 38... |
| 38 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
|
38 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
|
| 39 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
|
39 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
|
| 40 |
echo $this->Form->input('coupon');
|
40 |
echo $this->Form->input('coupon');
|
| 41 |
echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'value'=>1));
|
41 |
echo $this->Form->input('codAvailable',array('type'=>'select','options'=>$buyBoxFlag,'value'=>1));
|
| 42 |
echo $this->Form->input('ignorePricing',array('type'=>'select','options'=>$buyBoxFlag,'default'=>0));
|
42 |
echo $this->Form->input('ignorePricing',array('type'=>'select','options'=>$buyBoxFlag,'default'=>0));
|
| - |
|
43 |
echo $this->Form->input('snapdealSpecialItem',array('type'=>'select','options'=>$buyBoxFlag,'default'=>0));
|
| 43 |
?>
|
44 |
?>
|
| 44 |
</fieldset>
|
45 |
</fieldset>
|
| 45 |
<?php echo $this->Form->end(__('Submit')); ?>
|
46 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 46 |
</div>
|
47 |
</div>
|
| 47 |
</div>
|
48 |
</div>
|