I've amended the Customer and other Emails to show the Payment Method and it displays fine, but I want to display some text if the Payment Method is Quote Only.
I have the following:
<Actinic:PaymentMethod/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentMethodName%22%20%2f%3e%20%20%3d%3d%20%22Quote%20Only%22" >
If you wish to convert this quote into a order, please reply to this message and confirm your method of payment, or fax to +44 (0)xxxxxxxx completing the credit card details below.
</actinic:block>
But it shows nothing. I cannot put <Actinic:PaymentMethod/> in the block as it says invalid argument.
Gilbo
I have the following:
<Actinic:PaymentMethod/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentMethodName%22%20%2f%3e%20%20%3d%3d%20%22Quote%20Only%22" >
If you wish to convert this quote into a order, please reply to this message and confirm your method of payment, or fax to +44 (0)xxxxxxxx completing the credit card details below.
</actinic:block>
But it shows nothing. I cannot put <Actinic:PaymentMethod/> in the block as it says invalid argument.
Gilbo
Comment