Warning: Missing argument 2 for CategoryViewCategory::getLink(), called in /home/paredesp/public_html/templates/gk_storefront/html/com_hikashop/category/listing_img_title.php on line 11 and defined in /home/paredesp/public_html/components/com_hikashop/views/category/view.html.php on line 417
Catchable fatal error: Object of class stdClass could not be converted to string in /home/paredesp/public_html/components/com_hikashop/views/category/view.html.php on line 441
.mod-languages ul.lang-inline, .mod-languages ul.lang-block {
position: absolute;
top: 0;
z-index: 100000;
}
<div id="gkLang">
<jdoc:include type="modules" name="lang" />
</div>
teitbite wrote:Hi
I do not want to worry You, but do not know much about j2store ;/ I think best chance to finish it fast You would have by using Hikashop which came with quickstart and not remove any products or settings, just build over it. I've done couple of websites this way and didn't even need to look into hikashop configuration.
About flags You can use this code:
- Code: Select all
.mod-languages ul.lang-inline, .mod-languages ul.lang-block {
position: absolute;
top: 0;
z-index: 100000;
}
but I would advice to make a new module position next to cart icon by adding this code to /layout/default.php line 80
- Code: Select all
<div id="gkLang">
<jdoc:include type="modules" name="lang" />
</div>