Method: Falsify::Product#template_suffix

Defined in:
lib/falsify/models/product/product.rb

#template_suffixString?

The suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called "product.suffix.liquid", where "suffix" is the value of this property. If this property is "" or null, then the product page uses the default template "product.liquid". (default: null)

Returns:

  • (String, nil)


58
59
60
# File 'lib/falsify/models/product/product.rb', line 58

def template_suffix
  @template_suffix
end