Modify includes/templates/YOUR_TEMPLATE/templates/tpl_better_together_marketing.php.
Above
echo '<div class="content" id="betterTogetherDiscountPolicy">';
add
echo '<fieldset>';
echo '<legend>' . MODULE_ORDER_TOTAL_BETTER_TOGETHER_TITLE . '</legend>';
then below
echo '</div>';
add
echo '</fieldset>';




Reply With Quote
