PDA

View Full Version : Alertpay payment gateway created


Simon Gooffin
02-25-2008, 05:16 PM
Greetings all,

We are happy to announce we have additional payment module for eSyndiCat. Now you can configure eSyndiCat to accept payments to your Alertpay (http://www.alertpay.com/) account.

You can contact Dave Baker to get more details. Thanks

Greg
02-25-2008, 05:40 PM
Cool Simon :good:

I may need it in the future.

Simon Gooffin
02-26-2008, 08:14 AM
Let us know Greg if you need any help configuring it.

Currently Dave is working on PayPal recurring subscription and Moneybookers integration also.

Alertpay will be released as a separate plugin today and it can be downloaded from our downloads area.

Dave Baker
02-26-2008, 11:58 AM
Hi :)
It has been released and available in our download area.

How to implement:
Download package from our download area and upload files from the pack to your directory
plugins\ - alertpay(content with folder)
templates\yourTemplate - templates\yourTemplate\suggest-listing3.tpl

Note: If you made any changes in your templates/yourTemplate/suggest-listing3.tpl and do not want to replace it:
***Open templates/yourTemplate/suggest-listing3.tpl and find code***

{if $config.paypal_module}<input type="radio" name="type" value="paypal" id="paypal" checked="checked" /><label for="paypal">Pay via PayPal</label> | {/if}
{if $config.checkout_module}<input type="radio" name="type" value="2checkout" id="2co" /><label for="2co">Pay via 2checkout</label>{/if}

***Below add***

{esynHooker name="paymentButtons"}

***Save file***

Go to Admin Panel » Manage Plugins » Install or upgrade » specify path to the xml file » press "import & install" button.
Then go to Admin Panel » Configuration » Financial Configuration:
AlertPay email - your account email
AlertPay secure code - your account secure code (from AlertPay business account)
AlertPay currency code - currency code(USD)

Then go to www.alertpay.com >> sell online >> Manage Business Accounts >> Edit >> IPN Setup -> Alert URL: www.yourdomain.com/path_to_your_directory/plugins/alertpay/post_alertpay.php >> Save changes
Note: path_to_your_directory - if it exists

Thanks Karl Schmidt for your donation to the module :good: .