| Line 26... |
Line 26... |
| 26 |
echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
|
26 |
echo $this->Form->input('sourceCategoryId', array('type' => 'hidden' ));
|
| 27 |
echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));
|
27 |
echo $this->Form->input('sourceProductId', array('type' => 'hidden' ));
|
| 28 |
echo $this->Form->input('source_product_name');
|
28 |
echo $this->Form->input('source_product_name');
|
| 29 |
echo $this->Form->input('source_url');
|
29 |
echo $this->Form->input('source_url');
|
| 30 |
echo $this->Form->input('status');
|
30 |
echo $this->Form->input('status');
|
| 31 |
echo $this->Form->input('in_stock',array('type'=>'select','options'=>$stock_statuses));
|
31 |
echo $this->Form->input('in_stock',array('type'=>'select','options'=>$stock_statuses));
|
| 32 |
echo $this->Form->input('stock_status');
|
32 |
echo $this->Form->input('stock_status');
|
| 33 |
echo $this->Form->input('thumbnail');
|
33 |
echo $this->Form->input('thumbnail');
|
| 34 |
echo $this->Form->input('url');
|
34 |
echo $this->Form->input('url');
|
| 35 |
echo $this->Form->input('offer');
|
35 |
echo $this->Form->input('offer');
|
| 36 |
echo $this->Form->input('tagline');
|
36 |
echo $this->Form->input('tagline');
|
| 37 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
|
37 |
echo $this->Form->input('is_shortage',array('type'=>'select','options'=>$shortage_status));
|
| 38 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
|
38 |
echo $this->Form->input('buyBoxFlag',array('type'=>'select','options'=>$buyBoxFlag));
|
| - |
|
39 |
echo $this->Form->input('coupon');
|
| - |
|
40 |
echo $this->Form->input('codAvaialble',array('type'=>'select','options'=>$buyBoxFlag,'value'=>1));
|
| 39 |
?>
|
41 |
?>
|
| 40 |
</fieldset>
|
42 |
</fieldset>
|
| 41 |
<?php echo $this->Form->end(__('Submit')); ?>
|
43 |
<?php echo $this->Form->end(__('Submit')); ?>
|
| 42 |
</div>
|
44 |
</div>
|
| 43 |
</div>
|
45 |
</div>
|