Blame | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('ProductCashback'); ?><fieldset><legend><?php echo __('Add Sku wise Cashback'); ?></legend><?phpecho $this->Form->input('store_id');echo $this->Form->input('product_id',array('type'=>'text'));echo $this->Form->input('cashback_percentage');echo $this->Form->input('cashback_amount');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div></div></div></div>