When calling macro "shop@product_image", required parameter "imgUrl" (parameter #1) was specified, but had null/missing value.----Tip: If the parameter value expression on the caller side is known to be legally null/missing, you may want to specify a default value for it with the "!" operator, like paramValue!defaultValue.--------FTL stack trace ("~" means nesting-related): - Failed at: #macro shop@product_image imgUrl [in template "shop/components/product-image.ftl" in macro "shop@product_image" at line 2, column 1] - Reached through: @shop@product_image imgUrl [in template "shop/base.ftl" at line 83, column 65]----

COOLPIX S6700

The following has evaluated to null or missing:==> productCtas [in template "shop/components/cta.ftl" at line 9, column 30]----Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??--------FTL stack trace ("~" means nesting-related): - Failed at: #if productCtas.ctaMessages?has_content [in template "shop/components/cta.ftl" in macro "shop@cta" at line 9, column 25] - Reached through: @shop@cta [in template "shop/base.ftl" at line 153, column 41]----
When calling macro "shop@description", required parameter "features" (parameter #2) was specified, but had null/missing value.----Tip: If the parameter value expression on the caller side is known to be legally null/missing, you may want to specify a default value for it with the "!" operator, like paramValue!defaultValue.--------FTL stack trace ("~" means nesting-related): - Failed at: #macro shop@description selectedSku f... [in template "shop/components/description.ftl" in macro "shop@description" at line 2, column 1] - Reached through: @shop@description selectedSku, features [in template "shop/base.ftl" at line 173, column 41]----