-- HikaShop version -- : 3.2
-- Joomla version -- : 3.8
-- PHP version -- : 7
-- Browser(s) name and version -- : any
Hi,
I have overridden the product/tmpl/show_defaul.php file to include a module on the page.
I have included the following code to load the module.
<?php
$mypostion="{loadposition bid}";
echo JHTML::_('content.prepare',$mypostion );
?>
However, when loading a rsForm Pro form the <form> tags are stripped out and the form doesn't work?
If I load the same module on the same page, but in a template position it works fine.
It seems Hikashop is stripping out some of the code?
Help please!
Many thanks.