-- HikaShop version -- : 4.7.1
-- Joomla version -- : 3.10.11
-- PHP version -- : 7.4
Hi,
I didn't know where else to put this new thread, I hope that's ok here
I use the multicheckout plugin to create a new checkout, and I use a view ( text ) to add a custom module possition and some custom html,
but the html code is deleted and only the button text remains
This is the content I add to the text
{module id="130:Cart total" showtitle="false"}
<div class="div_top_radius_none">
<button id="hikabtn_checkout_next" type="submit" class="hikabtn hikabtn-success hikabtn_checkout_next next-step-btn" onclick="return window.checkout.submitStep(this);">Continue <i class="fa fa-angle-double-right"></i></button>
</div>
And this is what remain after I save the checkout
{module id="130:Cart total" showtitle="false"}
Continuă
I need to mention, this is working with the default checkout workflow of hikashop.
Thank you.