Hi,
i've create a feature group with a new features (checkbox), how can read this value into product detail page?
This field I need to print or not a value in the template, i want only read it.
Ex:
{if $product_features.NAME == “on”}
TEXT
{/if}
Thanks
I would simply read the value of the product features into detail product page
Please add the following code somewhere to see the structure of the variable with product data:
{$product|fn_print_r}
Then find features and correct your initial code.
Thanks