DO NOT modify the distributed template itself. Your changes may be overwritten in a future upgrade. Both Ecom and I have given you all the info you need to do it properly. If you did not see the changes, then either you put the override file in the wrong place or you did NOT clear your cache after creating the override file. The only other possibility is that a higher priority addon is overriding the file first. But that is unlikely.
Seth ,
thank you for your message
{if "MULTIVENDOR"|fn_allowed_for && ($company_name || $company_id) && $settings.Vendors.display_vendor == "Y"}
<div class="ty-control-group{if !$capture_options_vs_qty} product-list-field{/if}">
{hook name="companies:product_company_data"}
<label class="ty-control-group__label">{__("vendor")}:</label>
<span class="ty-control-group__item ty-company-name"><a href="{"companies.products?company_id=`$company_id`"|fn_url}" target="_blank">{if $company_name}{$company_name}{else}{$company_id|fn_get_company_name}{/if}</a></span>
{/hook}
</div>
{/if}
there is all this that helpdesk added below: (Where am i supposed to find all this to write in the file ?)
{if "MULTIVENDOR"|fn_allowed_for && ($company_name || $company_id) && $settings.Vendors.display_vendor == "Y"}
<div class="ty-control-group{if !$capture_options_vs_qty} product-list-field{/if}">
{hook name="companies:product_company_data"}
<label class="ty-control-group__label">{__("vendor")}:</label>
<span class="ty-control-group__item ty-company-name"><a href="{"companies.products?company_id=`$company_id`"|fn_url}"
but i dont know where it comes from, or how i could have guessed it , since i was supposed to create a path and put in the file ONLY this ?
" target="_blank">{if $company_name}{$company_name}{else}{$company_id|fn_get_company_name}{/if}</a></span>
its working now, but i wish i had been successful in the process because i have other changes to do , i want to learn and understand .
Thank you for your help , you both have been perfect honestly , and you explained perfectly
edit: yes i have now found my mistake , it is so stupid, that i cannot think writing it down here . but hey :
the .tpl instead of making it a file , i created it as a folder , and then created a file calling it 'store tab'
obviously it did not work .
sorry you must feel really disappointed in humans right now