How to remove TAGS text on product page

  • Posts: 177
  • Thank you received: 1
7 years 7 months ago #268230

Hi there,
i need to remove the TAGS entry from the product page (the one highlighted in the attached image)

Where does that code come from?
It's a language string?

Thanks in advance.

A.

Attachments:
Last edit: 7 years 7 months ago by andreasuriani.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
7 years 7 months ago #268236

Hi,

It comes from the fact that you've selected tags in the product edition interface.
Remove them from there and you won't see them.
Now if you want to keep the tags in the product but remove the display, you can edit the file "show_block_tags" via the menu Display>Views and add such code at the top:
<?php return; ?>

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

  • Posts: 177
  • Thank you received: 1
7 years 7 months ago #268299

Hi Nicolas,
thanks to reply.
Maybe my query it wasn't clear: i need to remove just the first write TAGS and not all TAGS :)

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
7 years 7 months ago #268309

Hi,

HikaShop doesn't add that "TAGS" text there so I don't know how you added it to the product page, and thus can't tell you how to remove it. I suppose that it must be your template adding it. Maybe removing the file templates/YOUR_TEMPLATE/html/com_hikashop/product/show_block_tags.php to go back to the default display of the product tags might help ?

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

  • Posts: 177
  • Thank you received: 1
7 years 7 months ago #268382

Hi,
I have no customize page on my template...

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
7 years 7 months ago #268386

Well, as you can see in the show_block_tags view file, there is no such text added by HikaShop. So either it's added by a view override, or it is added by the tags system of Joomla, and if added by Joomla, it doesn't display like that by default, and thus it must be an override of the tags display in the template:
www.joomlashack.com/blog/tutorials/tags-override/

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

Time to create page: 0.068 seconds
Powered by Kunena Forum