Forums Index > Mewsoft Products > Auctionawy > registration_confimation_email
mewsoft First Post Posted on: 11-16-10 06:44 PM
Re: registration_confimation_email

Download the zip file from our site, I just reuploaded it to make sure nothing corrupted on our side, make sure to upload to your server in ASCII mode.


Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 1 Posted on: 11-16-10 09:27 PM
Re: registration_confimation_email

Send a 2 hours custom work $100 if you want, also email me after the order your admin url and login and your ftp info (address, login).

Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 2 Posted on: 11-16-10 09:50 PM
Re: registration_confimation_email

If the program itself works fine now without the problems you said before about the errors, then the email issue is something to do with your server or admin configuration and this you can handle it yourself no need for custom work unless you want that.

Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 3 Posted on: 11-16-10 11:09 PM
Re: registration_confimation_email

OK no problem, send the custom order and the info requested above.


Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 4 Posted on: 11-17-10 12:45 AM
Re: registration_confimation_email

Any of our emails sales or support@mewsoft.com


Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 5 Posted on: 11-20-10 03:10 AM
Re: registration_confimation_email

To use credit card payments, you need to get a merchant account with the vendor you want, then you need Perl module for that merchant installed, if you select it one of these (at the top of the file Merchant.pm):

eval "use Business::OnlinePayment;";

eval "use Business::OnlinePayment::Beanstream;";
eval "use Business::OnlinePayment::Cardstream;";
eval "use Business::OnlinePayment::2CheckOut;";

eval "use Business::OnlinePayment::PayPal;";
eval "use Business::OnlinePayment::InternetSecure;";
eval "use Business::OnlinePayment::CyberSource;";
eval "use Business::OnlinePayment::OpenECHO;";
eval "use Business::OnlinePayment::TransactionCentral;";
eval "use Business::OnlinePayment::Capstone;";
eval "use use Business::OnlinePayment::Protx;";
eval "use Business::OnlinePayment::Exact;";
eval "use Business::OnlinePayment::TCLink;";
eval "use Business::OnlinePayment::eSelectPlus;";
eval "use Business::OnlinePayment::SecureHostingUPG;";
eval "use Business::OnlinePayment::StGeorge;";

The same for Banking accounts

To use paypaldodirect payment, you need a business or primer business account, see our FAQ forum about setting up this.

Thanks


Mewsoft Support
www.mewsoft.com