Zen Cart Logo
Forums / Addon Payment Modules / Alertpay Payment Page Issues

Alertpay Payment Page Issues

Locked

Views: 3,284

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
09 Oct 2009, 02:33
#1
lordgemz avatar

lordgemz

New Zenner

Join Date:
Aug 2009
Location:
Washington
Posts:
82
Plugin Contributions:
0

Alertpay Payment Page Issues

I am having problems with alertpay. When installed there is no options on the payment page just blank. when not installed it works fine. There is the paypal option and money order.

I am upload all addons for this to my includes file, sense there are basically no instructions nor any threads that explain where to put these files.

There is one file I can not see when looking directly in the file. It is Thumbs.db I see this file when I am using Filezilla, have no idea where that goes.

I am using addon http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=227

Could someone help thank you. :shocking:

10 Oct 2009, 16:54
#2
lordgemz avatar

lordgemz

New Zenner

Join Date:
Aug 2009
Location:
Washington
Posts:
82
Plugin Contributions:
0

Re: Alertpay Payment Page Issues

fixed it.

10 Oct 2009, 17:48
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Alertpay Payment Page Issues

What was the solution that worked for you? :smile:

15 Oct 2009, 03:14
#4
lordgemz avatar

lordgemz

New Zenner

Join Date:
Aug 2009
Location:
Washington
Posts:
82
Plugin Contributions:
0

Re: Alertpay Payment Page Issues

sorry for the delay in answering,

I had to change a few things all files go into the includes folders.

for adding the picture this was a challenge. I cam across a thread can't remember which one, but it explains that you should add the .gif file to modules/payment/alertpay.php

ad to change a small piece of code. Well after trying it a few different ways none of them worked.

I went back to the original files for alertpay added them as required minus the .gif picture (made my own) and it worked just file.

just remember to backup files before you start.

I was even able to use AlertPay for my layaway plan no problems there, took away the credit card and replaced it with alertpay

16 Aug 2010, 17:27
#5
htmlcssnoob avatar

htmlcssnoob

New Zenner

Join Date:
Aug 2010
Posts:
8
Plugin Contributions:
0

Re: Alertpay Payment Page Issues

LordGemz:

for adding the picture this was a challenge. I cam across a thread can't remember which one, but it explains that you should add the .gif file to modules/payment/ and to change a small piece of code. Well after trying it a few different ways none of them worked.

I went back to the original files for alertpay added them as required minus the .gif picture (made my own) and it worked just file.

I tried this to get the .gif image to display and it didn't work. I tried with both the original alertpay.php code and the modified alertpay.php code that others have posted on this forum.

Does anyone know how to get the alertpay.gif image to show up in the payment module? I tried to checkout as a test customer and the .gif image is not there either, so I have no idea how to get it to display properly. I'm sure the code needs to be changed somewhere, I just don't know where to change it. :huh:

Please help!

09 Sep 2010, 02:08
#6
jocezilla avatar

jocezilla

New Zenner

Join Date:
May 2009
Posts:
14
Plugin Contributions:
0

Re: Alertpay Payment Page Issues

I don't know if you still need help, but here is a fix.

Open includes/languages/english/modules/payment/alertpay.php

Find this line of code:

define('MODULE_PAYMENT_ALERTPAY_TEXT_TITLE', 'Alertpay');

and replaced with

define('MODULE_PAYMENT_ALERTPAY_TEXT_TITLE', '<img src="http://yourstore.com/alertpay.gif" border="0">  Alertpay');

You can change the URL to wherever you have the alertpay.gif on your server.

14 Dec 2010, 01:27
#7
brocar1 avatar

brocar1

New Zenner

Join Date:
Dec 2010
Posts:
1
Plugin Contributions:
0

Re: Alertpay Payment Page Issues

Can someone tell me how to remove the Alertpay option from the layaway module?