If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Payment Description box. Not Reading HTML Format Anymore.
I sent you a PM that should fix the issue for you.
For everyone else.
Go to your checkout_singlepage.html file and scroll down to where payment types are. Usually start around line 1350.
For each payment type area that you need or want to use html you can either completely replace the [payment_description] with your html, or even just use a beak <br /> after the [payment_description] and the enter you html or image. This will allow you to still use text in the admin panel payment description section and still have your static html below it.
Comment