I have created a simple extension where I add blocks on the product page.
In the product page i am printing some variables through a custom file in phtml above the add to cart button. Example:
$Condition
$Guarantee
$Color
is it possible to manage the printing of variables from the backend?
I would like to have the ability to enable/disable variables
Thanks.