{docurl}
Collecting payment data on the POM page
It is possible but it requires a rather limited payment set up. The approach is basically to copy the payment data from from the payment information page in checkout and put into the POM form. However, keep in mind that the POM itself will not process or validate the data collected by the form. It simply "holds" it until you process the order and as such POM would have to be configured to take you to the OPAY page (where the data would be used to fill out the form) or to the INVC (Invoice) page.
When copying the form from the Payment Information (by doing a "view source" on the page during checkout) make sure you get the hidden PaymentMethod field.
For example, using the stock Check module, the source on the page which collects the check number is:
<input type="hidden" name="PaymentMethod" value="check:check">
<h5>Check</h5>
<h5 class="paymentdetail">Check #:</h5>
<input type="text" name="Check_Number" size=40 value="">
This can be pasted into the POM template to collect the check number. However, to have the number displayed when the page is refreshed you need to display the collected data. This can be done with the %var|expression|% token. Where "expression" is the name of the form field. So in the above example:
<input type="hidden" name="PaymentMethod" value="check:check">
<h5>Check</h5>
<h5 class="paymentdetail">Check #:</h5>
<input type="text" name="Check_Number" size=40 value=" %var|Check_Number|%">
Last update: 2009-04-01 13:54
Author: Michael Brock
Revision: 1.1
You cannot comment on this entry
Records in this category
- I do not want all users of the module to be able to change the product price and/or quantity while taking orders. How do I do this?
- Is it possible to display the inventory count, short message, etc. (from Merchant's inventory feature) on the product listing and basket pages?
- Is it possible to sort the product in the "product listing" on the Product Search pop-up?
- Is it possible to control whether or not in-active products are displayed in the "Product Search" listing?
- The page loads sometimes take a little while. Is it possible to display a "loading" graphic to remind the user that the page is loading?
- How can I display the Order Status Manger's "Order note" field on the Phone Order Manager page?
- I use the %stocklevel% token to display the inventory count of products listed in the "Search products" window but they are not matching the inventory count in Merchant admin. Why?
- Is it possible to display the fields added by Merchant's Customer Custom Fields module on the Phone Order Manager page and to edit the data?
- How do I display the Shopper Selected Sales Tax list on my Phone Order Manager page?
- What does the "Add all products in ctgy:" option do?
- Is it possible to enter items into the basket which are not in Merchant's databases, such as auction items?
- Is there any way to add a negative number to the basket total, for example, to give a discount to a customer?
- Is it possible to display a link in Phone Order Manager which will add a product to the basket or bring up the Product Search window with results for a particular search term? For example, I'd like to be able to see all results for "certs".
- How do I add new users?
- How can I set a default price group to use for all customers?
- Issues with restricting order quantity by Merchant's inventory feature
- Collecting payment data on the POM page
- Using our Coupons module with Phone Order Manager
- Using Gift Certificate Manager with Phone Order Manager
- Adding a button to copy Shipping info to Billing info














