DonnellC
Forum Replies Created
-
Hi @admin2260
This plugin does not integrate with any shopping carts. Please research other options.
It’s hard to troubleshoot what you provided without knowing what took place.
I viewed you’re site and it appears you’re using a shopping cart. This plugin does not integrate with any shopping carts.Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] parameters not echoed to Payeezy pageCheck the file modified date. It sounds like someone who has access to your site, went to the plug-in tab and generated new code. To fix this. You will need to go back to the plug-in tab and re-select the options you had.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Adding QuantityAt this time there isn’t a way to add a quantity field to the plugin.
It’s not something I want to offer, because this is not a shopping cart.This plugin can work with multiple payment pages. But, this requires additional coding.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Is this plugin TLS 1.2 CompliantIt sounds like you recived a email from trust-wave, stating you’re not PCI compliant.
TLS 1.2 has nothing to do with this plug-in or any coding.
If you have TLS 1.2 enabled with your hosting provider.
TLS 1.2 will be enabled for your whole site.If you’re looking to configure your site encryption, you will need to contact your hosting provider.
Please note: GODADDY is known not to fix this issue on their servers and it’s hard to get someone on the line that knows how to address this issue on your domain.
Adding this to your (.htaccess) file will also help with setting max age.
Header set Strict-Transport-Security “max-age=31536000” env=HTTPSPlease let me know if any of this helps.
Sorry for the delay. When opening a ticket on WordPress, I am not notified.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Setting Payment AmountGood Morning @daria176,
You can set a custom amount with in the HTML file or PHP file.
You would set the x_amount within the file.Thank you for the information. After reviewing the documents. This will not impact the plug-in. And there is no additional coding for this at this time.
This does effect the people using databases to store the Transaction Tag value. Via API or Payment Page.
The plug-in doesn’t use a database. With that being said. You have nothing to worry about.
Sorry for the delay.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Transaction Not ProcessedClosing ticket. User was having browser issues stopping payments from being processed.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Recurring Transaction IssueGood Morning @krc00d
Sorry for the wait. I do not receive a notice when someone opens a support ticket.
After reviewing your payment page. It looks like you recently updated the plug-in.
At this time you are not sending the recurring plan information to the gateway.I would need you to download a backup of the code you’re using and send it to me.
Use the create backup button on the bottom right side of the “Global Gateway e4 | Payeezy Gateway | Clover Gateway” plugin.Next Select the download button.
My email address is: [email protected]
My phone number is: 707-356-9231Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Convenience FeeQuick update. After further testing.
You will need to contact the global gateway and have them add the fee tab to your terminal.
Once this is done. You will be able to login and add the percentage you would like to have added to your transactions.
This is under the terminal tab.You will need to name what the fee is like it is shown in the screenshot.
https://support.payeezy.com/hc/en-us/article_attachments/201609008/how_to_start01.png
Add your 3% Convenience fee and select update.This will also show on your customers receipt as well as the email that is sent to them.
Please let me know if this helps.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Convenience FeeGood Afternoon @jsorensen14,
As I was going over the hosted payment page.
At this time FirstData does have a field to declare a fee. It can be done via PHP and you will have to code it.
1. You will have to call FirstData and have them enable it.
2. You will have to add the field in to the php code.
(I can setup a custom form once Firstdata has enable the fee part. (This will require my premium support))Please view these document.
https://support.payeezy.com/hc/en-us/articles/203992129-Hosted-Checkout-Payment-Pages-Integration-Manual#6.8
https://support.payeezy.com/hc/en-us/articles/203732549-Payeezy-Gateway-FeesForum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Recurring Payments QuestionSwapskineh,
When setting up recurring transactions. Your end user ( customers or donators ) must enter an dollar amount for both fields. Recurring amount and amount.
If 1 of the 2 fields are missing. They will receive a error and you will receive a email from the gateway with the fields that was filled out.
You can not setup a recurring transaction without setting a dollar amount.
- This reply was modified 7 years, 9 months ago by DonnellC. Reason: Tages
Did you recently update the plugin?
If so. You will need to re-setup the plugin.
Please email me at [email protected] to take a look at your site.Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Client-side form validation?Usherbrandwp,
We you are referring to our patterns and/or server side validation.
Server side validation Will be implemented after the plug-in is revamped.
At this time I do not plan on enabling HTML patterns for the plug-in.
There are too many scenarios that the patterns cannot capture which could stop a payment.You can edit your HTML file and update your amount tag.
Here is more info on HTML Patterns.
https://www.w3schools.com/tags/att_input_pattern.aspThe pattern attribute of the input tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.