Announcement

Collapse
No announcement yet.

Dammit! New it was too good to be true...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dammit! New it was too good to be true...

    I wanted to display the card graphics below the payment methods like so (see attachment).

    Seeing no obvious way to do this through the templates I added the IMG code in the description in the business settings. As you can see this worked well.

    Until it comes to the invoices which use the same text, so now the invoice payment method says "Debit/Credit Card Online (Using SecureTrading)<br /><img src="cardssecuretrading.gif" alt="Pay by SecureTrading">"...

    Is there any other way I can acheive the same effect without making an arse of the invoice?
    Attached Files
    John

    #2
    You seem to have used the Advanced Guide to implement radio select rather than the drop down.

    Lookup Offering Payment Methods to Customers in Different Formats in the AU and try changing

    this (Design > Text > Go To -1 1954):
    Code:
    <input type="radio" name="PAYMENTMETHOD" value="%s" checked="checked">%s<br />
    #

    to something like this:
    Code:
    <input type="radio" name="PAYMENTMETHOD" value="%s" checked="checked">%s<br /><img src="cardssecuretrading.gif" alt="Pay by SecureTrading"><br/>
    This will append the image to the default payment option.

    Comment


      #3
      oooo, nicely done. and 1952 changes the other (non-default?) one. I suspect this would only work with 1 or 2 options, but that's good enough for me - cheers!
      John

      Comment

      Working...
      X