mohsinoffline
Forum Replies Created
-
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Does this support multi-siteHi there,
Yes if each site has its own WooCommerce settings panel, it should work. Please make sure to activate it individually on each site instead of doing a “Network Activate” from the network plugins panel.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Multiple AccountMarking as resolved since the thread is inactive.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Multiple AccountHi there,
Unfortunately, this extension does not support multiple merchant accounts. Curiously though, I have yet to come across any other WooCommerce gateway extension that supports multiple merchant accounts.
Mohsin
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Accept.JS/PCINo, there is no sensitive information at all that is saved on your site. It is only the transaction ID and last 4 digits of the card number that are ever logged.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Accept.JS/PCIHi there,
Thanks for reaching out. The plugin does not use Accept.js unfortunately. It used to earlier when we implemented Authorize.Net’s Payments API, however since those are not open source it goes against www.remarpro.com’s plugin policies and we had to revert to the custom implementation of AIM method. The Enterprise version of the plugin does use Accept.js with the latest payments API.
Mohsin
Resolved via email.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Placed order going on holdClosing because of no follow-up.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Placed order going on holdForum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] credit card logo size problemIt seems your theme overrides the icon styling. Please open customizer and under “Additional CSS” field, please add:
.woocommerce-checkout #payment ul.payment_methods li.payment_method_authnet img { width: 32px; }
Please let me know if that does not work.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Placed order going on holdPlease setup temporary WP admin access for me and send it via the contact form within the plugin WooCommerce -> Authorize.Net -> Contact Us.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Line Items Gateway ErrorNothing really that can be done as it is a limitation within the Authorize.Net API.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Line Items Gateway ErrorCorrect ??
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Line Items Gateway ErrorAuthorize.Net only accepts 30 line items in a request, which is why you saw an error earlier with orders of more than 30 items. Now the plugin has been fixed to only include the first 30 line items in the request, with no restriction on WooCommerce end so the transaction will still go through fine for orders with more than 30 items.
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Line Items Gateway ErrorThe error should be fixed in the latest version
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway For WooCommerce] Line Items Gateway ErrorHi there,
The Authorize.Net API cannot take more than 30 items, so we will need to cap it at a maximum 30 so the transaction goes through fine. Please send over temporary WP admin access via the contact form in the plugin and we will look into it on your site.