Purchase Orders

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 năm cách đây
Is there a way to restrict Purchase Orders as a payment by customer roles? I want to add POs but only for specific roles.
7 năm cách đây
Not without customization. :)
7 năm cách đây
Check Payment Director plugin
7 năm cách đây
With Payment Director, you could can configure it with one record

  Option  Payments.PurchaseOrder      Customer.IsInCustomerRole("Members")


Or, if you need to allow multiple roles,


        ...  Customer.IsInCustomerRole("Members") OR Customer.IsInCustomerRole("MVP")
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.