Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • artondo Friend
    #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 Moderator
    #555202

    Hi,

    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 ?

    artondo Friend
    #555791

    Hi,

    do you get the private message? We had send it on friday.

    Adam M Moderator
    #555975

    Hi @nabo,

    Sorry for the delay, I checked your site but didn’t see the problem as you described, please have a look at the screenshot here.

    baijianpeng Friend
    #566120

    I 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 Moderator
    #566260

    Hi @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();

    crooked76 Friend
    #569951

    I 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 Moderator
    #570117

    Hi @crooked76,

    May I know your site url so I can have a look first ?

    crooked76 Friend
    #570464

    Hello,
    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!

    crooked76 Friend
    #735528

    Hello,
    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!

    crooked76 Friend
    #570476

    The 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!

    crooked76 Friend
    #735540

    The 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 Moderator
    #570499

    HI @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 ?

    crooked76 Friend
    #570569

    I pm’d the login info yeterday. If I did it incorrectly please let me know and I will resend.

    Thanks

    Adam M Moderator
    #570643

    Hi @crooked76,

    The temporary admin account didn’t work, could you please recheck ?

Viewing 15 posts - 1 through 15 (of 22 total)

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