No compare Product in Content Modules

  • Posts: 72
  • Thank you received: 0
10 years 5 months ago #196933

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.12

hi
I created Content module of type products, in the listing of product there are no compare bottom
I noticed the compare feature is working only on product listing menu
please advice

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 5 months ago #196945

Hi,

That's indeed the case. The comparison system is only usable on listing menus.
You can potentially edit the files listing_img_title and listing of the view product via the menu Display>Views and change there the code:
JRequest::getVar('hikashop_front_end_main',0) && JRequest::getVar('task')=='listing' && $this->params->get('show_compare')
to:
$this->params->get('show_compare')
and it will display the comparison system on all the products listings, modules and menus.

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

Time to create page: 0.051 seconds
Powered by Kunena Forum