I'm trying to write an if statement for a template to show only if that product option of Production Time is showing on the product pages in the option area. I can get this to work but it works on all pages. Does anyone have any suggestions? I think I'm calling the wrong information.
Code:
{if $active_modules.Product_Options eq "Production Time"}{include file="warpspeed.tpl"}{/if}