Ecom:Rma.ReplacementOrderId

Version: - string  

Summary

Returns ID of replacement order based on the RMA

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Ecom:Rma.ReplacementOrderId")
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Ecom:Rma.ReplacementOrderId"))) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Assign tag to a value for later use

@{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Outputting the template tag

<!--@Ecom:Rma.ReplacementOrderId-->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Check if string has a value

<!--@If Defined(@Ecom:Rma.ReplacementOrderId)-->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX