Returns ID of replacement order based on the RMA
The value is generated automatically.
Outputting the template tag
@GetString("Ecom:Rma.ReplacementOrderId")
Check if tag has a value
@if(!string.IsNullOrWhiteSpace(GetString("Ecom:Rma.ReplacementOrderId"))) {
Assign tag to a value for later use
@{
Outputting the template tag
<!--@Ecom:Rma.ReplacementOrderId-->
Check if string has a value
<!--@If Defined(@Ecom:Rma.ReplacementOrderId)-->