Description in tooltip on category page

  • Posts: 11
  • Thank you received: 0
13 years 1 month ago #28310

Hi! I use tooltip plugin from www.nonumber.nl/extensi .
I need to show product description in "mouse over" tooltip.
I know file for edit - /components/com_hikashop/views/product/listing_img.php

What to change in file?

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

  • Posts: 82868
  • Thank you received: 13378
  • MODERATOR
13 years 1 month ago #28324

You can do something like that:
{tip <?php echo $this->row->description;?>Hover here for the description{/tip}

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

  • Posts: 11
  • Thank you received: 0
13 years 1 month ago #28356

This is THE FILE - this is FULL help for others with some problems!

{tip <div class="hikashop_product_desc" style="text-align:<?php echo $this->align; ?>">
<?php
echo preg_replace('#<hr *id="system-readmore" */>.*#is','',$this->row->product_description);
?>
</div>}
<?php echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->file_name), '' , '' , $this->image->main_thumbnail_x, $this->image->main_thumbnail_y) ?>
{/tip}

Last edit: 13 years 1 month ago by pcconsult.

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

Time to create page: 0.054 seconds
Powered by Kunena Forum