Code

Discussion on Credit Card Payments WordPress

Discussion on Credit Card Payments WordPress

Cart 606 sales

CriticalGears supports this item

Supported

This author's response time can be up to 2 business days.

214 comments found.

Is there an option for recurring payments? I’m looking for a plugin like this for donations and recurring donations. I’m using Paypal Pro

Hi gilgfx,

Unfortunately, at the moment there is no recurring functionality.

Where is the license key????????

You can get it in your downloads here, on codecanyon, next to each purchased product you will see “License Certificate” red link. Inside that file you will see item purchase code = license key.

I purchased the product yesterday and added a link to my homepage but when I click the “Pay” button, nothing happen.

Please help.

www.theatervine.com (also, please don’t use internet explorer as browser).

Hi RomeoRazi,

Your support question was addressed on the forums.

Hey there, I must say that you “Credit Card Payments Wordpress” plugin for wordpress look very nice. I want to buy this one but i need to know: Does it support custom fields. I need to make some donate form and i gonna need for example field where visitor can put desire amount not to choose from list. This is how my donate form look before http://imageshack.us/photo/my-images/14/mockupdonateform.jpg/. Can this be done with you plugin or some other plugin form your portfolio. Thanks in advance.

Hi Miler55,

We replied to your email couple of days ago.

I had the same question about making a standard link go to payment instead of the image you guys provide and you said:

Basically we use following onclick code to bring up colorbox onclick=”jQuery.fn.colorbox({href:\’’.$wp_url.’/wp-content/plugins/payment_terminal_pro/terminals/’.$ccpt_current_processor_dir.’/index.php\’,innerWidth:\’700px\’,innerHeight:\’1000px\’,iframe:true}); You’d need to change $ccpt_current_processor_dir to one of the following: paypal, optimal, moneris_us, moneris_ca, autorize – depending on which processor you’re using.

however when i paste this into my code it seems as if there is a missing ’ because it messes up all my code. Can you confirm that this code is accurate or maybe provide a full example of making a text link a payment button? Thanks in advance!

Hi Asapds,

Please refer to our support forums @ support.convergine.com – we’ll be glad to assist.

Is this plugin allowing for recurring payments also?

I need to setup a wordpress site where there will be 3 different donation forms for a charity:

- 1 form with monthly recurring donations - 2 forms with one-time donations

Each of the 3 forms should have in the admin area a list of transactions and management possibility, so that if one of the recurring donors requests from us a cancellation, we should be able to do that from the plugin.

Possible?

Hi tinuzzo,

There is no support for recurring payments in this plugin YET. We do have plans to improve this product significantly in nearest future though.

Does the plug-in support the following: 

  • Are we able to pre-fill or disable the Description box?
  • Can we add multiple email addresses for receiving payment notifications?
    • For example, we have 1 payment form that should go to our Bursar, another should go to Admissions

I am interested in purchasing this plug-in for our University, we just migrated from Joomla.

Hi alltime,

1) yes, you can disable description box

2) You can insert several emails to the notifications field – but all these emails will receive all forms, it’s not on a per form basis. It is a good idea though, we will add it to to do list for next update. Thank you!

can we do the recurring billing from authorize.net with this plugin? what integration does it have with native WP membership?

thanks.

Hi kurbanovich,

Thank you for your interest in our product.

There is no authorize.net recurring billing support in current version of credit card payments wp script. We do have authorize.net payment terminal which was updated recently with ARB functionality – however it is not a wordpress plugin – http://codecanyon.net/item/authorizenet-payment-terminal/234122

Also, neither this plugin, nor other our terminals have integration with wp membership at the moment.

This is an awesome plugin :) – thank you!

How do I associate the widget popup with https if someone uses http to get to my site?

http://33410webdesign.com/ - sidebar widget is located on left – bottom

Hi leista,

Thank you for purchasing our product.

It is done automatically if you switch payments live (Currently if you will take a look on your popup window “view frame source” -> you will already see it under https).

For any other questions -please open support forum thread at support.convergine.com

Thank you!

hello,

i need technical support for this plugin, not working on my site, i have been api username, pass, and signature. ASAP

regards

Hi Lyndonn,

We see you’ve already opened support thread on the support forums – somebody will get back to you within 24 hours.

Does this has to be a pop up light box or can it be embedded into a page?

Hi nfb1204,

Thank you for your interest in our product. It has lightbox popup, however you can link directly to the payment form if neccessary.

Sorry I meant how do i link directly to it to where it looks like seamless integration?

To insert into any page you need to use shortcodes, you can find them in PDF (there are 2 currently, take a look in features description in pdf). If you will be directly linking to the payment form take a look here: http://support.convergine.com/topic/ccpt_form

I have customers purchasing gift cards out of state for friends and family; however the plugin only sends their billing information, not the shipping address.

This is a huge inconvenience since it requires my team to then call the purchaser for additional information… Not exactly a professional approach. Please advise me on how I can add an additional field for shipping information.

thank you

Hi luxerman,

Thank you for purchasing our product. We received your support forum post and will reply within next couple of hours.

Hi,

My name is Carlos,

I bought today plug-in, and I’ve come to the procurement process but when I tried to make an income, I get this error

Transaction A-successful! There was an error with your credit card processing: Error Code: 10565 Error Message: The merchant country is not supported.

I’m in Spain. Not compatible with this country?

many Thanks

Hi Carlos,

Thank you for purchasing our product.

Please post your questions on support forum – http://support.convergine.com

Thank you.

Well i cant really get it working, only the test work….. Ive used the right api and so on.. Any guides for the right paypal setup or something. Website: fb-likes.dk

Hi swifthosting,

Thank you for purchasing.

We will reply to your support forum post shortly.

I am thinking of purchasing this however I don’t like that the URL for checking out shows up as “www.site.com/wp-content/plugins/payment_terminal_pro/terminals/autorize/index.php

Is there a way to change the path to not list the plugin and misspelling of the gateway name?

or is the only way to hide the url by having a popup?

Hi luxerman,

Where do you see this URL ? Our live demo opens up payment page in popup.

The only quick solution to hide the URL which comes into mind is URL rewriting, which should be fairly easily doable.

I visited “runey00’s” site and looked at how it was setup. The “make a payment” link goes directly to a page, instead of a popup.

I’m not familiar with URL rewriting, how difficult is it to implement?

I see now.. Well, what he did is not the “default functionality”. Please take a look on the live demo – that’s the dafault (popup).

If you will be using payment page like runey00 – you can try following: add this to htaccess:
# Enable Rewrite Engine
RewriteEngine on
#Create friendly URL
RewriteRule ^pay-online$ https://www.yoursite.com/wp-content/plugins/payment_terminal_pro/terminals/autorize/index.php [L]
this way when you will be entering yoursite.com/pay-online in the URL – you will see the same payment terminal page… It should work fine. (Here’s a tool which helps generating code posted above – http://turnkey-buddy.com/mod_rewrite_tool/ – select SEO page alias ). It is preferred that you use lightbox popup though.

can i use paypal and authorize.net at the same time ,the buttons to show on check out? ,so the costumers to have the option paypal or to pay with their credit card..?

thanks

hi, i was interested to have paypal and authorize.net as a payment for my services,in wordpress,on the same page,at check out…

thanks

so what are you saying that i need to buy this mod and the one from link provided?

thanks

You can, those are 2 separate plugins which will not interfere with each other. The only problem I see is that you will have 2 places in wordpress administration where you will see transactions – authotize.net in one place, paypal in another..

Looks great.

1) Can they make recurring payments?

2) can the lightbox be DEACTIVATED ? We will not need it on a mobile site.

3) What is the primary difference(s) between this one and “PayPal Payment Terminal Wordpress”

4) Which of your scripts allows for recurring payments?

Hi turner2f,

1) No.

2) Not at the moment.

3) Paypal payment terminal is only for regular paypal payments, your client gets redirected to paypal.com for payment. This one – client always stays on your site.

4) PayPal Pro Payment Terminal – http://codecanyon.net/item/paypal-pro-payment-terminal/234015

eWay Payment Terminal – http://codecanyon.net/item/eway-payment-terminal/2586649

Hi, i am interested in this plugin but, i don’t see the option for users to be able to pay with a PayPal account… I only see cards payment option

Hi, Yes, it is just for credit card payments. for regular paypal payments you can use this one: http://codecanyon.net/item/paypal-payment-terminal-wordpress/166082

ok i will do so.

Hi just purchased and it and install. But many problems and its not working well. I am very disappointment. Can I get a refund?

Hi,

If you will open support thread on support forums – we should be able to help you out with your issues. However if you don’t want to resolve the issues and you just want a refund – please contact Envato through their support system and request a refund from them.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey