| Robert Brown 2006-01-13, 10:51 pm |
| Pretty easy to filter with JSP logic. Write scriptlet or JSTL to IF
around the problem checking their registertype, country, or whatever you
need. Just pass in the appropriate policyId in the OrderProcess command
for each type of checkout required. Custom policies can be created that
provide unique business payment requirements if you need to. There is a
technical article somewhere that outlines how to create a WC custom
payment policy. If you are headed in that direction let me know and
I'll help you find it or provide same from the Red Baritone repository.
R
> We want to build a rather simple B2C-Shop based on one of the StarterStores. Our Question: Is it possible to restrict the available payment methods for specific customers in ConsumerDirect Store? We can't find this possibility until now. In Germany it's
a common procedure that new customer can first only pay per CreditCard or Prepayment and only special customers like government can pay per bill.
>
> Thank you for help
|