Hello everyone,
I have a question regarding the template tags for Razor. I have been looking in the documentation
for retrieving the @GetString("Ecom:Product.VariantID"), as well as @GetInteger("Ecom:Product.VariantCount")
in the *.cshtml view. I also tried with @GetValue as well but I am getting nothing.
It works for @GetString("Ecom:Product.Name") and @GetValue("Ecom:Product.Number") but the variants,
@GetString("Ecom:Product.VariantID") are not working.
I don't know if there's something else I have forgotten or left out.