Announcement

Collapse
No announcement yet.

Customer Email info

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

    Customer Email info

    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

    #2
    By the way this was done using the instructions in the latest AUG v9 1.1
    page 148,

    Gilbo

    Comment


      #3
      I'm afraid that this won't work as 'block ifs' do not work online. They are used when generating the pages offline, which is why nothing is appearing.
      ********************
      Tracey
      SellerDeck

      Comment


        #4
        I suspected that but the Email layouts have lots of block ifs around address info at the bottom, which is confusing.

        Gilbo

        Comment


          #5
          Those at the bottom bring in the company address details, so if those fields are blank in the 'Business Settings | Company/Contact panel' it will not display them - this is generated offline.
          ********************
          Tracey
          SellerDeck

          Comment

          Working...
          X