-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8
-- PHP version -- : 5.6.36
-- Browser(s) name and version -- : Chrome 66.0.3359.181
Hello,
I have created a new module position in product /show.php to insert the related products module before the reviews.
I have also set the module to show as a carousel. At first it was working just fine but then it started breaking the layout (basically showing the whole row of products, slides with 3 products each are not working anymore).
I narrowed the issue down to the product /show.php file, it's not a css issue as when I disable my custom css it is not solved, it's definitely something in that file, but the only thing I did was adding this line of code
<div>
<jdoc:include type="modules" name="hika-related-products" style="xhtml"/>
</div>
at line 102, just before the votes form opening tag
<form action="<?php echo hikashop_currentURL() ?>" method="post" name="adminForm_hikashop_comment_form" id="hikashop_comment_form">
If I delete my customization and load the module below the comments using hikashop default setting in the configurations panel, everything is fine. The issue just happens as soon as I activate my custom view.
Also, if I disable the "carousel" feature the related products shows just fine even with my custom file activated.
I also compared the original show.php with my customized one, but the only difference is that line of code.
I attach what I see when inspecting the cose and this module configs.
Thank you!