Ecom:VariantCombination.LinkGroup

Version: - string  

Summary

Returns a link to the product variant details page.

Settings

The value is generated automatically

Examples

Outputting the template tag

@GetString("Ecom:VariantCombination.LinkGroup")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("Ecom:VariantCombination.LinkGroup"); }

Outputting the template tag

<!--@Ecom:VariantCombination.LinkGroup-->

Check if string has a value

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