Hello,
I have a module "homenewproduct" with the following code where I would like a button based on whether the product is an "online only" product.
This code works on the product page
{if $product->online_only}
<p id="button_go_to_shop">
<a href="{$product->location}" target="_b...