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?ma...roducts_id=227
Could someone help thank you. :shocking:
Re: Alertpay Payment Page Issues
Re: Alertpay Payment Page Issues
What was the solution that worked for you? :smile:
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
Re: Alertpay Payment Page Issues
Quote:
Originally Posted by
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!
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:
Code:
define('MODULE_PAYMENT_ALERTPAY_TEXT_TITLE', 'Alertpay');
and replaced with
Code:
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.
Re: Alertpay Payment Page Issues
Can someone tell me how to remove the Alertpay option from the layaway module?