-
Content count
623 -
Joined
-
Last visited
Profile Information
-
Real Name
D.
- Website
-
cdi-buy.com started following Kirod
-
Kirod started following cdi-buy.com
-
USPS Error Fatal error: Call to undefined function tep_cfg_multiinput_list()
cdi-buy.com replied to cdi-buy.com's topic in Shipping Modules
Good deal. Thanks. :) -
[contribution] individual product shipping prices
cdi-buy.com replied to dmGremlin's topic in General Add-Ons Support
I'm having a problem with this module adding itself to my other shipping methods. In other words, if I have a rate set for the Indiividual Shipping, it's added to the total for other options chosen...ie USPS Choice. So instead of someone getting the calculated USPS total, they get the calculated USPS total PLUS the flat rate specified by this (individual shipping) contribution. It doesn't seem to matter what zone I have set for Individual Shipping. If I disable the module without uninstalling it, I still get the amount added to the other methods. If I set the individual shipping value to zero, I then get a normal rate for my other options. I have to completely uninstall AND set the values to zero to get a normal rate for my other methods. Very odd, very bad, & unusable. -
This is sad. I'm trying to use 4.3. International works fine, but Domestic throws the standard error on the customer side.
-
USPS Error Fatal error: Call to undefined function tep_cfg_multiinput_list()
cdi-buy.com posted a topic in Shipping Modules
I have no idea what this means...but I installed the latest USPS shipping module and I get this error when I click the Edit button to configure the module. Fatal error: Call to undefined function tep_cfg_multiinput_list() in /home/cdifoton/public_html/buy/admin/modules.php(233) : eval()'d code on line 1 -
Authorize.net AIM suddenly stopped working
cdi-buy.com replied to madinchina's topic in Authorize.net
Have you guys checked to make sure it's not something simple like the API URL in the payment module file? If you're using an older install this may be the reason for a sudden loss of service. I uploaded a full package to the contribution's page with the changes that work for me. In the one I initially downloaded, the URLs for test and live APIs were reversed, causing an error message. -
[CONTRIBUTION] Authorize Net AIM module
cdi-buy.com replied to Vger's topic in General Add-Ons Support
Solution posted on the contribution's download page: http://addons.oscommerce.com/info/4091 -
[CONTRIBUTION] Authorize Net AIM module
cdi-buy.com replied to Vger's topic in General Add-Ons Support
Is there a way to tweak this module so that my store never stores the credit card information? I look at the order page and it's right there plain as day and I don't like it. I don't want to see or store this information at all. -
Oh and make sure you do this at Authorize.net (the actual website) in your admin/settings, especially if you're getting kicked back to the login page after hitting Confirm Order: http://forums.oscommerce.com/index.php?sho...mp;#entry858160
-
Hey guys, I figured out what was wrong with Vger's contribution and why it won't work in live mode. Or at least, why it wasn't working for me. I've fixed it and uploaded a complete package that works right out of the box: http://addons.oscommerce.com/info/4091 I don't know a thing about Ponce's version, but this one works now. For those who already installed this, the fix is extremely simple: in includes/modules/payment/authorizenet_aim.php around line 301 change this: if (MODULE_PAYMENT_AUTHORIZENET_AIM_TESTMODE == 'Test') { $url = 'https://secure.authorize.net/gateway/transact.dll'; // If this does not work then change 'secure' to 'certification' on this line } else { //$url = 'https://secure.authorize.net/gateway/transact.dll'; $url = 'https://test.authorize.net/gateway/transact.dll'; } to this: if (MODULE_PAYMENT_AUTHORIZENET_AIM_TESTMODE == 'Test') { $url = 'https://secure.authorize.net/gateway/transact.dll'; // If this does not work then change 'secure' to 'certification' on this line } else { $url = 'https://secure.authorize.net/gateway/transact.dll'; //$url = 'https://test.authorize.net/gateway/transact.dll'; } Enjoy. :)
-
[CONTRIBUTION] Authorize Net AIM module
cdi-buy.com replied to Vger's topic in General Add-Ons Support
I uploaded a fixed package: http://addons.oscommerce.com/info/4091 -
OK this worked for me...using the stock module (not SIM or AIM). http://forums.oscommerce.com/index.php?s=&...st&p=858160
-
I noticed on my system that client is forced logout and shown the login page immediately after clicking Confirm Order and the payment going through, instead of the final "Thanks!" confirmation page. I have no idea what would be causing this. Really wish Authorize.net was better supported here.
-
Same here actually, and I'm only trying to use the default authorize.net module, not a fancy one. Payment good, no order showing. Customer cart still contains items.
-
FedEx calling quote() 2x - getting quotes list twice
cdi-buy.com replied to benbogart's topic in Shipping Modules
Mine's duplicating the rates as well ever since upgrading to 2.07.1. So odd. -
Automatically send data feed to Froogle
cdi-buy.com replied to gottaloveit's topic in General Support
Based on this line: FunctionName in D:\Web\usedkidsbooks\admin\froogle.php it sounds like you have a configuration set wrong in the admin/froogle.php file.