Announcement

Collapse
No announcement yet.

PO field

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

    PO field

    It seems that to have the purchase order field appear at checkout you must have 'credit card details captured for later processing' as a payment option.

    Is there any way around this?

    #2
    Hi there.

    Try going to 'Design | Library | Layouts' and open the 'Checkout Area' group. Open 'Payment Phase' for editing.

    Replace the pink 'Payment Purchase Order Number' layout selector with the following code:
    <tr>
    <td>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt006Required%22%20%2f%3e"><span class="actrequired"></actinic:block>
    <Actinic:Variable Name="PaymentPrompt006"/>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22PaymentPrompt006Required%22%20%2f%3e">*</span></actinic:block>
    </td>
    <td>
    <input type="text" name="PAYMENTPONO" size="15" maxlength="255" value="<Actinic:Variable Name="PaymentPONO"/>">
    </td>
    </tr>

    Comment


      #3
      Just tried this and it didn't work for me, however I found a layout called PaymentPhase_8_5_0 so I replaced the contents of PaymentPhase with it's contents and it's working fine for me now.

      Regards,
      Jan Strassen, Mole End

      Comment

      Working...
      X