Category decription not shown in Group by Category

  • Posts: 100
  • Thank you received: 1
11 years 1 month ago #166281

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.3.15

HI

I have created a menu item Hikashiop --> Product Listing. When I edit the Hikashop Options and set

Show Image: Yes
Show description: Yes
Type of Content: Product
Type of Layout: Table
Sub elements Filter: Group by Category

It does not show the category description or image.

The category description and image is only shown if I set Sub elements filter to "All sub elements"

Thanks

Patrick

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

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
11 years 1 month ago #166372

Hi,

Do you have a view override for the view "product | listing" ?
We fixed something in HikaShop 2.3.2 in the listing view for the "group by category" option.
You should have this part of code in the view

} else if(!empty($this->rows) && !empty($this->categories)) {

	if(!$this->module) echo $mainInfo;

	$allrows = $this->rows;
The variable $mainInfo contains the HTML with the image and the description.
It wasn't display in the mode "group by category", but the added line should fix the problem.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.039 seconds
Powered by Kunena Forum