I need to change a button's value for an RMA. The button's value is currently a template tag.
Does anyone know where I would find how to change what that template tag displays.
Example:
<input type="button" class="btn" onclick="sendReturn(1);" value="[rma_header-rma-btn-saverma]" onMouseOver="this.className='btn_over'" onMouseOut="this.className='btn'"/>
I need to change the value, so I need to find out where the [rma_header-rma-btn-saverma] is getting its data to display on the button.
Does anyone know where I would find how to change what that template tag displays.
Example:
<input type="button" class="btn" onclick="sendReturn(1);" value="[rma_header-rma-btn-saverma]" onMouseOver="this.className='btn_over'" onMouseOut="this.className='btn'"/>
I need to change the value, so I need to find out where the [rma_header-rma-btn-saverma] is getting its data to display on the button.
Comment