Put de manufacturers`s name in listing_img_pane

  • Posts: 1
  • Thank you received: 0
14 years 1 week ago #45343

I need to put de Manufacturers´s name in product/listing_img_pane.php
just like product name?:

<!-- PRODUCT NAME -->
      <span class="hikashop_product_name">
          <?php if($this->params->get('link_to_product_page',1)){ ?>
            <a href="<?php echo $link;?>">
          <?php }
            echo $this->row->product_name;
          if($this->params->get('link_to_product_page',1)){ ?>
            </a>
          <?php } ?>
        </span>
      <!-- EO PRODUCT NAME -->

Please Log in or Create an account to join the conversation.

  • Posts: 85393
  • Thank you received: 13962
  • MODERATOR
14 years 1 week ago #45512

Like that:
<?php
$categoryClass=hikashop_get('class.category');
$manufacturer = $categoryClass->get($this->row->product_manufacturer_id);
echo $manufacturer->category_name;
?>

The following user(s) said Thank You: imagenativa

Please Log in or Create an account to join the conversation.

Time to create page: 0.049 seconds
Powered by Kunena Forum