Why isn't my custom product template updating?

I have created a custom product template… first pass showed in preview. However additional saved changes never show. The original version (stale) seems stuck in the system. How do i force an update, Publishing makes no difference…

Thanks

SOLUTION: I figured it out when you create a custom product template, It calls the default product template and doesn’t run the code in the custom template. so you need to add your conditional code in product.template:

{% if template contains ‘custom-1’ %}

Kilroy was here…


{%endif%}