|
|
 |
 | IntGold & Assured Pay not Working |  |
Posted: Tue Nov 11, 2003 1:14 pm |
|
|
| surepurchase |
| Visitor |
|
 |
| Joined: 09 Nov 2003 |
| Posts: 13 |
|
|
|
 |
 |
 |
|
I've got the latest version 2.3 but IntGold and AssuredPay are not working.
With IntGold I get this error: Unable to find the form field ~BLANKFUNDFIELDSERROR~
With AssuredPay I get a Blank "pay to" feild
Help please |
|
|
|
|
Posted: Tue Nov 11, 2003 1:20 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
Please check in the admin area IF the payment gateways ID's are correctly defined.
Best regards,
Daniel |
|
|
|
|
 | Works Ok... BUT |  |
Posted: Tue Nov 11, 2003 2:08 pm |
|
|
| surepurchase |
| Visitor |
|
 |
| Joined: 09 Nov 2003 |
| Posts: 13 |
|
|
|
 |
 |
 |
|
It turns out I did not have the most updated version... works now.
However, what is this new section in the CONFIG.PHP file?
define ("paypal_name", "pa01");
define ("stormpay_name", "XRlj");
define ("egold_name", "0056hs");
define ("intgold_name", "005632");
define ("assuredpay_name", "assus");
define ("solarpay_name", "sqw");
define ("fleetpay_name", "0oyba");
define ("dollardeliverys_name", "0erhs");
define ("moneybookers_name", "mbhs");
define ("propay_name", "pp0056hs");
Also, I don't have the html "send email" option |
|
|
|
|
 | |  |
Posted: Tue Nov 11, 2003 2:32 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
Hi Again.
well,those are identifiers for your payments return URL's
so,in order to know wich payment gateway has been used,the script uses that variables to identify the payment gateway.They are supposed to be unique for every site,and they can be edited in the config at any time.
You can add there digits and letters ,but no spaces.
I hope this is clear enough
Best Regards,
Daniel |
|
|
|
|
|
|