I have a site which is using the Eshop plugin for Wordpress.
My client requires to take payments using Sagepay, this options is not available to set within the plugin.
I cannot seem to find any extension plugins to enable this feature, I would write my own but do not know much PHP.
I have found a 'template' for custom payment gateways which Eshop have provided. Is it possible to use this to extend Eshop to use Sagepay? Alternatively do you know of a plugin for this?
Note: I understand this may be off topic, but I would not ask if I was not in real need. Thanks in advance.
Which integration is your customer willing to use? The easier to integrate is FORM but you have DIRECT and SERVER as well.
Regards,
Pablo
Related
I'm having trouble adding CashU payment in WooCommerce (version 2.3.6) Wordpress (version 4.1.1)
I've already googled my query, but no luck. I found this guide but I don't know where to put it or where should I start.
I tried hardcoding the payment option but the backend does not allow me to continue because the option does not exist. I'm stuck in add_action and do_action functions, I think if I can find that function I can add an exception for my CashU payment.
My expertise is on cakephp and other php framework. I don't have any experience in using Wordpress or any other platform similar to it, but my boss insisted I should do this work and add the cashu payment.. I don't have other choices but to follow.
Any idea would be much appreciated or any other payment that might be similar to this. Thanks in advance
I just finished making a Woocommerce Payment gateway too.. it took me about 15 hours from scratch.
I started with this guide.
http://www.sitepoint.com/building-a-woocommerce-payment-extension/
and this guide:
http://www.mrova.com/lets-create-a-payment-gateway-plugin-payu-for-woocommerce/
I actually learnt the most from looking through the code from these two professional ones:
https://github.com/Paymium/WooCommerce/blob/master/checkout.php
https://github.com/tubiz/voguepay-woocommerce-payment-gateway/blob/master/voguepay-woocommerce-payment-gateway.php
my entire code for the whole thing ended up being just one file. and just press "activate" in the plugins window of wordpress for your gateway.
/wp-content/plugins/woocommerce-payment-gateway-kiwipay/woocommerce-payment-gateway-kiwipay.php
Try this sdk for cashu https://github.com/AlaaKanaan/payment-getaway-soap-sdk
The SDK include this features:
Standard
Premier
Basic security token
Enhanced security token
Standard StandingOrder
Refund
Merchant Services
install:
composer require alaakanaan/cashu-soap-php-sdk:dev-master
use Cashu\CashuClient;
$client = new CashuClient();
$payment = new \Cashu\lib\model\Payment();
$payment->setAmount(200);
$payment->setCurrency('USD');
$payment->setDisplayText('test payment');
$payment->setLanguage('en');
$payment->setSessionId('11');
$payment->setTxt1('test text 1');
$html=$client->getPremierMethod($payment->getTransactionCode());
return $html;
I am looking for a solution to my WordPress problem.
I want to build an information site where guests can access free content. They can also access paid content on either a:
Pay-as-you-read basis or;
Daly, Weekly and Monthly subscription basis.
How do I approach this? Is anyone aware of a plugin that can fulfil these needs? The plugin must be able to accept any international payment gateways. Most I have found are restricted to PayPal and Stripe. In my country, only consumers can use PayPal to pay for stuff, merchants cannot accept payments.
I would like to be pointed to a plugin that can fulfill all above requirements. If such does not exist, is there any other approach to achieving my purpose? Perhaps some code inherent in WordPress that can help me do these manually?
Thank you.
The most used plugin for payments in WordPress is definetly Woocommerce. In 2012 they released something called Woocommrce Subscriptions: http://www.woothemes.com/products/woocommerce-subscriptions/
I didn't used it so I don't know if it helps you, but you can look into it. Good luck.
Your want this plugin: https://wordpress.org/plugins/membership/ You can create different member groups and set authority. And Paypal(or popular payment gateways) included in this plugin.
Please can anyone tell me how to integrate standard paypal payment gateway in twig template engine(framework) using PHP.
Please help me. Right now i am in big trouble and even i am beginner.
The quickest and easiest thing to get basic payments working on your site would be to use PayPal Standard buttons. You can create them from within your PayPal account profile, and then it just gives you a snippet of HTML to copy/paste into your site where you'd like the button to show up.
Since you're using PHP, if you want to get a little more advanced with the payment integration you could go with PayPal Express Checkout API's instead of Standard. The documentation can be a little bit daunting, however, with the use of my PHP class library for PayPal you can handle everything very easily with nothing more than the knowledge of working with PHP array data.
I am working for German E commerce website, i need to integrate 2 famous payment methods "giro-pay" and "sofortbanking" in WordPress- woo-commerce plugin.
I already asked this to support team of woo commerce but didn't get any reply. So my last hope SO. I know if I get API then may be I can integrate.
If anyone is aware with this problem then please let me know.
Woothemes run in their own layer on top of wordpress, and all eCommerce themes run on top of that layer.
It is not hard to follow up a tutorial and implement it in wordpress, but you should really get an answer from WooThemes.
Those guys are great and I had no problems is any issue in the pass. Send them a direct email (use the panic button), or send them a tweet, they see them all.
And, as a paid customer you do get a better support as well.
or, if you really do not want that way, you can always search for existing wordpress plugins that have your providers, for example, MultiSafepay has one for Giro Pay.
I'm planning to create a survey form in Joomla(1.5) that will have a lot of custom fields (name,address, email, date of birth and more...). Now I want to get your opinion on the best approach to do it. Is there a plugin to easily do that? Or I should really code it from scratch?
Also I want add and integrate some payment gateway that will handle payment (It could be paypal and creditcard). What can be my options for that?
Thanks!
Survey Manager might be the way to go for you.
Also there are a host of payment gateway modules you can integrate in your website. You can find them at joomla extension library.