our footer cannot works if we used our personal theme or custome theme, how to solve that, thanks
If you again had first searched the forum you would have noticed that it will not work with Custom Themes. However, some programmer could help you improve the custom theme to add this information using the now obsolete Liquid theming language.
Payment footer
Payment - Edit
aaaa theme
<table style="padding: 30px; width: 100%"><tr><td>
<table class="w-full" style="border-collapse: collapse;">
<tr>
<td colspan="99">
<table style="margin-bottom: 20px; width: 100%"><tr>
<td>
<div style="font-weight: bold; font-size: 32px; vertical-align: top">{{ title }}</div>
<div style="font-size: 12px; margin-top: 5px;" id="paidfrom"><i>Paid from : {{ footers[0] }}</i></div>
</td>
{% if business.logo != null %}<td style="text-align: end"><img src="{{ business.logo }}" style="max-height: 150px; max-width: 300px; display: inline" /></td>{% endif %}
</tr></table>
......
Integration of scripts into a custom theme is best directed towards the person who created the custom theme.
Themes, being an obsolete feature, functionality is not guaranteed to into the future. To my understanding the theme engine is to be replaced in the future. Themes as they stand now may not be able to easily accommodate what you are asking.
verry grateful to use manager as a accounting software, because the dev and team was fully support us as a users of this app, problem solved. thank you
but we still use this custome theme, because that can make minor change as we need
Unfortunately it appears that custom themes module does not support footers. I created custom theme from default theme unaltered and the custom theme does not show footers. I am not the developer therefore there is nothing I can do.