Link the Module Heading

  • Posts: 17
  • Thank you received: 1
10 years 4 months ago #199860

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : Chrome 41.0.2272.101 m

Is it possible to link the Module Heading to a complete list of products grouped in their categories?

I can link the Subcategories of the Module which shows its products in Content area. However, I am unable to link the Module heading to a list all products, grouped in their categories.

I think it can done at the Menu but I am struggling to do this on the Module Heading.

Thanking you in anticipation.

Jay

Last edit: 10 years 4 months ago by Jerome. Reason: remove duplicate content

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 4 months ago #199887

Hi,

The module heading is displayed by Joomla/your template, not HikaShop.
So there is no option to do that.
The best will be to add such code at the beginning of the file "listing" of the view "category" for your frontend template via the menu Display>Views :

<?php if($this->module && !JRequest::getVar('hikashop_front_end_main',0)){
echo '<a href="XXX">YYY</a>';
} ?>
where XXX is the link you want to set for the title of the module and YYY the title you want.
Then, turn off the display of the title of the module in its settings.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum