When I try to override the template file tpl_cm_pi_description.php with the code below the summernote formating is lost.
Just wondering if you have come across this?
Thanks
Mark
Code: Select all
<div class="<?= MODULE_CONTENT_PI_DESCRIPTION_CONTENT_WIDTH ?> cm-pi-description">
<div class="card border border-1 border-secondary-subtle rounded-3 bg-white">
<div class="card-body">
<?= $product_description ?>
</div>
</div>
</div>
<?php
/*
$Id$
CE Phoenix, E-Commerce made Easy
https://phoenixcart.org
Copyright (c) 2021 Phoenix Cart
Released under the GNU General Public License
*/
?>