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 Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
      Visit our facebook page for the latest news and special offers from Mole End

      Top Quality Integrated label paper for Actinic and Sellerdeck
      A4 Paper with one or two peel off labels, free reports available for our customers
      Product Mash for Sellerdeck
      Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
      Multichannel order processing
      Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

      Comment

      Working...
      X