Subversion Repositories SmartDukaan

Rev

Rev 16455 | Rev 17191 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16455 Rev 16497
Line 37... Line 37...
37
					echo $this->Form->input('tagline',array('type'=>'textarea'));
37
					echo $this->Form->input('tagline',array('type'=>'textarea'));
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
				?>
43
				?>
43
				</fieldset>
44
				</fieldset>
44
			<?php echo $this->Form->end(__('Submit')); ?>
45
			<?php echo $this->Form->end(__('Submit')); ?>
45
			</div>
46
			</div>
46
		</div>
47
		</div>