-
AuthorPosts
-
November 13, 2014 at 4:12 pm #202701
Hi,
we have a problem with the display of products by categories in hikashop. We see all categories-links and go deeper but we don´t see any products. We try a other template and there we see all products inside the categories. Any idea?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
November 14, 2014 at 7:47 am #555202Hi,
Could you please provide the link to a sample page and temporary back-end account via private reply so I can investigate the problem for you ?
November 19, 2014 at 2:42 pm #555791Hi,
do you get the private message? We had send it on friday.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
baijianpeng Friendbaijianpeng
- Join date:
- March 2006
- Posts:
- 96
- Downloads:
- 281
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 7, 2015 at 1:36 pm #566120I noticed this same issue also exists on the official demo of JA Jason template:
Please open this page:
http://ja-jason.demo.joomlart.com/index.php/en/shop/categories-listing
On this page you see categories with products numbers. Now you click on the first category “Graphic Design (13)“, we are supposed to see all those 13 products, but nothing listed, only two modules “Best sellers” and “Latest products”, why those 13 products in this category are not shown up?
This just happens on JA official demo, so I think I don’t need to offer any admin account. Please check this issue on your demo page. If this is a bug, please fix it. Thank you.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
April 8, 2015 at 3:44 am #566260Hi @baijianpeng,
Please open file root_foldertemplatesja_jasonhtmlcom_hikashopcategorylisting.php and look for this code :
$html = ob_get_clean();
replace it with below code :
if(!$this->module){
if(!empty($this->modules)){
$html = '';
jimport('joomla.application.module.helper');
foreach($this->modules as $module){
$html .= JModuleHelper::renderModule($module);
}
if(!empty($html)){
echo '<div class="hikashop_submodules" style="clear:both">'.$html.'</div>';
}
}
}
$html = ob_get_clean();May 8, 2015 at 5:37 pm #569951I made the above change to listing.php. It did allow for a listing of products. However, once I click a category, I get a listing of all products not just the products under the selected category.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 11, 2015 at 8:20 am #570117Hi @crooked76,
May I know your site url so I can have a look first ?
May 13, 2015 at 4:36 pm #570464Hello,
Thank you for your reply. Currently my site is being developed locally. I will move it online later today. As soon as I have done so, I will PM you the login information.Thanks!
May 13, 2015 at 4:36 pm #735528Hello,
Thank you for your reply. Currently my site is being developed locally. I will move it online later today. As soon as I have done so, I will PM you the login information.Thanks!
May 13, 2015 at 7:51 pm #570476The url is as follows: http://bradleypphillips.com/development/
The problem is with the category listing menu item. After adding the code you suggested, there is now a module displayed under the categories named “associated products listing for category listing menu 484”. The other problem is when you click on one of the categories, it displays all products by all categories.Thanks!
May 13, 2015 at 7:51 pm #735540The url is as follows: http://bradleypphillips.com/development/
The problem is with the category listing menu item. After adding the code you suggested, there is now a module displayed under the categories named “associated products listing for category listing menu 484”. The other problem is when you click on one of the categories, it displays all products by all categories.Thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 14, 2015 at 4:20 am #570499HI @crooked76,
I still have no idea about the module “Associated products listing for category listing menu 484“, could you please provide a temporary admin account via private reply so I can have a closer look ?
May 14, 2015 at 4:59 pm #570569I pm’d the login info yeterday. If I did it incorrectly please let me know and I will resend.
Thanks
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 15, 2015 at 8:26 am #570643Hi @crooked76,
The temporary admin account didn’t work, could you please recheck ?
-
AuthorPosts
This topic contains 22 replies, has 4 voices, and was last updated by Adam M 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum