Is there a code snippet that can remove product images from a defined product template?
Previously we used:
Which removes the product images at the site wide level, I want to be able to display products on defined template now however. Can this be modified to accommodate?
This line of code works, is it able to work on multiple product themes I apply it to? I wrote it like this in the example for the two templates I want to show no product images, however it fails.
{% if template == 'product.drug-testing' and 'product.dna-testing' %}
{% endif %}