Re: "checkout success" page not displaying download links. using alartpay
Quote:
Originally Posted by
bdcproductions
So if that test mode is set up on my store how would I get it to work normally?
Posted via Mobile Device
It doesn't look like the module itself lets you set a test-mode option, so it must be something you need to change by talking to your alertpay account representative.
Re: "checkout success" page not displaying download links. using alartpay
Based on the code you quoted above, you'll only get an alertpay logo IF you've got the logo in a file located at /includes/modules/payment/alertpay.gif.
If that file doesn't exist, then you'll either get no image, or no image and just ALT text instead of the image, or a broken-image symbol/box.
Re: "checkout success" page not displaying download links. using alartpay
Quote:
Originally Posted by
DrByte
Based on the code you quoted above, you'll only get an alertpay logo IF you've got the logo in a file located at /includes/modules/payment/alertpay.gif.
If that file doesn't exist, then you'll either get no image, or no image and just ALT text instead of the image, or a broken-image symbol/box.
That's the problem, I do have the alertpay.gif in the directory /includes/modules/payment/
It's why I asked the question is the PHP code wrong or something, because i'm not seeing the image although it appears that I have the image in the directory that everyone says it should be in.
It leads me to believe that somewhere the code is broken, or Zen Cart is just not able to display this image for some reason, or somehow someway i'm just missing something completely.
So I really have no idea what's going on or how to fix it.
Tell me, should the Alertpay.php file be in the same directory as the image file? because that's where I have it.
And thanks for looking at the code for me. It's appreciated. If you can find a solution for me then you'd be considered a GOD in my opinion. :laugh:
Re: "checkout success" page not displaying download links. using alartpay