- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WordPress form with Two Gateways
My client recently switched from Drupal to WordPress for their website. I developed a gift certificates form in WordPress using the Ninja Forms plugin and WP Gateways plugin to link it to Authorize.net.
Now the client says that they need their two types of gift certificates to go to separate Authorize.net accounts. One for their spa and one for the resort/property. The WP Gateways plugin only provides input fields for one account. I looked at WooCommerce and they also only allow one account per their Authorize.net plugin.
Does anyone know of a WordPress plugin or another option to have a form go to two different guests depending on their authorize.net account?
โ11-26-2019 07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your chances of finding such a plugin are slim. Plugin developers make their money by making plugins that serve the needs of a very large group of users, and this sounds like something more specialized. If you canโt find a plugin then your option is to get custom programming. Iโve done some custom programming for CMS based sites. There are quite a few pitfalls, one being the cost. Itโs expensive. The other is that you may need more custom programming when subsequent CMS updates (either the CMS itself or the auth.net based plugin) to make it work. The next round of programming will probably be comparatively cheap. The concern that people give me most is that the plugin/CMS will be updated and they will not be able to find a developer to make any necessary changes to the custom work, and then they will lose the expensive feature they paid for.
Iโd say youโre looking at $300 to $1,000 if you hire someone. What you would do is have dynamically generated API credentials. I would say best way is to build a db table that ties the certificate to the credentials.
I am assuming that the entire balance of the order will go to the same account. In other words if someone uses a gift card for the spa, then any and all purchases for that same particular order will go to the spa.
โ11-27-2019 04:04 AM - edited โ11-27-2019 04:07 AM

