It doesn't seem to be the template related.
The menu item product page listing works fine.
I have trouble getting category listing with HikaShop Content Module.
In the same article/page I'm using HikaShop Cart Module and and that loads just fine.
HikaShop Content Module is not showing any category items for some reason, testing this category in menu item works fine using HikaShop » Categories listing. I guess that means category and items are setup correctly.
I'm loading both plugins on the same article/page using {loadposition postion100} and {loadposition postion101} shortcodes.
I don't know maybe I'm missing some obvious setting in HikaShop.
Looking at the page, the cart module seems to load but I see no trace of HikaShop Content Module at all.
<div class="uk-margin-top" property="text">
<p>Tickets</p>
<p>HikaShop Content Module: <br> HikaShop Cart Module: </p><div class="moduletable">
<div class="hikashop_cart_module {" id="hikashop_cart_module">
<script type="text/javascript">
window.Oby.registerAjax(["cart.updated","checkout.cart.updated"], function(params) {
var o = window.Oby, el = document.getElementById('hikashop_cart_143');
if(!el) return;
if(params && params.resp && (params.resp.ret === 0 || params.resp.module == 143)) return;
if(params && params.type && params.type != 'cart') return;
o.addClass(el, "hikashop_checkout_loading");
o.xRequest("/component/hikashop/product/cart/module_id-143/module_type-cart/tmpl-component", {update: el, mode:'POST', data:'return_url=aHR0cDovL25ldy5ncmVnb3J5c2Nob29sLm9yZy90aGVhdGVy'}, function(xhr){
o.removeClass(el, "hikashop_checkout_loading");
});
});
</script>
<div id="hikashop_cart_143" class="hikashop_cart">
<div class="hikashop_checkout_loading_elem"></div>
<div class="hikashop_checkout_loading_spinner small_spinner small_cart"></div>
</div>
<div class="clear_both"></div></div>
</div>
<p></p> </div>
Thanks for taking time to help and reply.
EDIT: the new site is not published yet. i can share if there is a way to send you login confidentially.