Jump to content

Display Manufacture Logo On Product Display Image


Recommended Posts

  • 1 month later...

hi

try this code in product.tpl:

            <!-- Manufacturers -->
            <p id="product_manufacturer">
                <label for="product_manufacturer">{l s='Manufacturers:'} </label>
                <span class="editable">
                    <a href="{$link->getPageLink('manufacturer.php',true)}?id_manufacturer={$product->id_manufacturer}">
                    <img src="{$img_ps_dir}m/{$product->id_manufacturer}-small_default.jpg" style="vertical-align:middle" class="product_img_manufacturer" title=""/></a>
                </span>
            </p>

Result:post-668076-0-10717500-1452736859_thumb.jpg

Edited by S-HAMMANI (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...