Blame | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('storeproductactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('StoreProduct',array('class'=>'form')); ?><fieldset><legend><?php echo __('Admin Add Store Product'); ?></legend><?phpecho $this->Form->input('store_id');echo $this->Form->input('product_id');echo $this->Form->input('product_url');echo $this->Form->input('img_url');echo $this->Form->input('short_descrption');echo $this->Form->input('price');echo $this->Form->input('status',array('options'=>array('active'=>'active','paused'=>'paused','deleted'=>'deleted')));// echo $this->Form->input('last_crawled');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div>