Put de manufacturers`s name in listing_img_pane

  • Posts: 1
  • Thank you received: 0
12 years 9 months 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: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months 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.054 seconds
Powered by Kunena Forum