When A Brandname Is Shown In Tab/header Of Product Details Page, It Should Be A Link To The Brand Site

When a brandname is shown in tab/header of product details page, it should be a link to the brand site.

Actualy on product deatils page it is a link to a brand filter. So the user can only see the products from the brand in same category.

The link should go to the brandsite site

Here you can vote

http://cscart.uservoice.com/forums/134344-cs-cart/suggestions/9889101-when-a-brandname-is-shown-in-tab-header-of-product

This is a good one. Or at least to the store brand page e.g. mystore.com/mybrand

This is a good one. Or at least to the store brand page e.g. mystore.com/mybrand

Yes, thats the url i meant.

Please open the design\themes\YOUR_THEME\templates\views\products\components\product_features_short_list.tpl file and replace:

{if $feature.features_hash && $feature.feature_type == "E"}
            
{/if}

with

{if $feature.feature_type == "E"}
            
{/if}

and

{if $feature.feature_type == "E" && $feature.features_hash}

with

{if $feature.feature_type == "E"}

Do not forget to clear the cache.