Ecom:Product:ConditionReward.Rule

Version: 9.6.0 string  

Summary

Returns rule of reward.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Ecom:Product:ConditionReward.Rule")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Ecom:Product:ConditionReward.Rule"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("Ecom:Product:ConditionReward.Rule"); }

Outputting the template tag

<!--@Ecom:Product:ConditionReward.Rule-->

Check if string has a value

<!--@If Defined(@Ecom:Product:ConditionReward.Rule)--> Let's output this tag here: <strong><!--@Ecom:Product:ConditionReward.Rule--></strong> <!--@EndIf(@Ecom:Product:ConditionReward.Rule)-->