You can have specific field and node templates for your field / content type.
Checkout on template naming conventions i.e. here:
https://www.drupal.org/docs/7/theming/template-theme-hook-suggestions
So you should find original (core) template, copy it to your theme, but name it by following those conventions (you are overriding core templates that way) and clear drupal cache so drupal will start using it.
You can override just a field template (i.e. field--field-name.tpl.php
) , but you can also override whole node template (i.e. node--product.tpl.php
) and from it print field by field, the way you like.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…