News aggregator

* Add in submitting of new settings.

e-Commerce v4 commits - Thu, 09/18/2008 - 16:18
* Add in submitting of new settings. [DBH] ec_charge/ec_charge.module [DBH] ec_charge/js/modal_forms.js

Authorize.net Changes Transaction ID's

e-Commerce Group - Tue, 09/16/2008 - 01:00

I'm not sure if the e-commerce module is affected by this change/update but we just received this email the other day about some major changes on how Authorize.net is handling transaction id's. Not sure if a patch needs to be created or not.

Dear Authorize.Net Merchant:

In early October, Authorize.Net will be expanding the range of Transaction IDs issued by the payment gateway. Please read this e-mail thoroughly as it contains important information on how to ensure that your account is not affected.

The Authorize.Net Transaction ID is the payment gateway-generated number used to uniquely identify each transaction you submit for processing. The Transaction ID can be found in the transaction response and in the Search and Reports features of the Merchant Interface.

The Transaction ID field was originally developed with a maximum numeric value of 2,147,483,647. As the number of merchants using the Authorize.Net Payment Gateway has grown, we have identified a time in which the Transaction ID count will surpass 2,147,483,647. For this reason, we are in the process of expanding the range of Transaction IDs that the payment gateway can issue. Accordingly, we are communicating to all merchants to verify that your systems can accommodate a 10-digit Transaction ID greater than 2,147,483,647.

In most cases your transaction processing will not be affected. However, if you have an internal business application or solution that relies upon the Transaction ID field, your system may fail if it cannot handle a Transaction ID larger than 2,147,483,647. For more information, please review the Transaction ID FAQs located at http://www.authorize.net/transid.

It is critical that you contact your developer to verify whether your integration will be impacted. Specifically, please provide your developer with the following information:

The Transaction ID, or x_trans_id, is specified as a 10-digit integer and will only be affected if that value is represented as an INT data type, which has a max value of 2,147,483,647. If you have specified the Transaction ID as a string value, then your system will not be affected. Failure to accommodate 10-digit values larger than 2,147,483,647 will result in your system's inability to accept Authorize.Net transactions.

Note: If you need to make updates to your Transaction ID architecture, you should do so prior to October 1, 2008, to ensure that you will not be affected.

If you have any questions, please contact Customer Support at support@authorize.net.

Sincerely,
Authorize.Net

I thought I would post this in case it's a concern. If anyone knows if things are affected please respond and let everyone know ASAP because this change is pretty urgent and needs to be patched by October.

e-Commerce Module

Fix up some issues with the IPN handling subscription based functions

e-Commerce v4 commits - Mon, 09/08/2008 - 12:07
Fix up some issues with the IPN handling subscription based functions [DBH] paypal/paypal.module

Add IPN Tester to to help find bugs in the PayPal IPN

e-Commerce v4 commits - Mon, 09/08/2008 - 12:06
Add IPN Tester to to help find bugs in the PayPal IPN [DBH] contrib/ec_devel/ec_devel.module

* Fix up problem with pager and receipts

e-Commerce v4 commits - Fri, 09/05/2008 - 16:12
* Fix up problem with pager and receipts [DBH] ec_receipt/ec_receipt.module

subscriptions/memberships

e-Commerce Group - Wed, 09/03/2008 - 04:57

Hello,

The documentation mentions that subscriptions are supported. My site needs memberships (which sound like the same thing). The only difference is that we have 5 tiers of memberships instead of just one. I couldn't find out how subscriptions can be set up. Can anyone direct me to where this is laid out or explain how to do it?

Thanks..

e-Commerce Module

* Add mode code for processing the modal forms

e-Commerce v4 commits - Tue, 09/02/2008 - 23:32
* Add mode code for processing the modal forms [DBH] ec_charge/css/ec_charge_admin.css [DBH] ec_charge/ec_charge.module [DBH] ec_charge/js/modal_forms.js

* build the modal form inputs.

e-Commerce v4 commits - Sun, 08/31/2008 - 00:20
* build the modal form inputs. [DBH] ec_charge/css/ec_charge_admin.css [DBH] ec_charge/css/ec_charge_dnd.css [DBH] ec_charge/ec_charge.module [DBH] ec_charge/images/close.gif [DBH] ec_charge/images/throbber.gif [DBH] ec_charge/js/forms.js [DBH] ec_charge/js/modal_forms.js

* Change the loading of the the JS to a single function.

e-Commerce v4 commits - Fri, 08/22/2008 - 11:17
* Change the loading of the the JS to a single function. * Start implementing the modal form [DBH] ec_charge/ec_charge.module [DBH] ec_charge/js/forms.js [DBH] ec_charge/js/lib/dimensions.js [DBH] ec_charge/js/lib/form.js [DBH] ec_charge/js/lib/mc.js

* Add auto creation of run times

e-Commerce v4 commits - Fri, 08/22/2008 - 09:30
* Add auto creation of run times [DBH] contrib/ec_commission/ec_commission.module

* Build out ec_queue more

e-Commerce v4 commits - Fri, 08/22/2008 - 09:29
* Build out ec_queue more [DBH] ec_queue/ec_queue.module

* Add additional coponets for charging

e-Commerce v4 commits - Wed, 08/20/2008 - 23:40
* Add additional coponets for charging [DBH] ec_charge/ec_charge.module

* Add tabledrag to the filters and calculations tables.

e-Commerce v4 commits - Wed, 08/20/2008 - 23:30
* Add tabledrag to the filters and calculations tables. [DBH] ec_charge/ec_charge.module

* Clean up descriptions

e-Commerce v4 commits - Wed, 08/20/2008 - 23:11
* Clean up descriptions * remove the weight from the variables table since all variable are independant [DBH] ec_charge/ec_charge.module

New eC Charge

e-Commerce Group - Tue, 08/19/2008 - 14:28

Hi,

I know that not much has been happening in e-Commerce laterly, but I am stating to get back into it and have committed a new version of ec_charge module which will be much more powerful in that it will be able to replace a number of module like tax, and shipping, and also reduce modules like coupon, and allow global discount codes from import strings or cookies.

This will be a very powerful charging system, and most of the configuration will be done via ajax style interface, similar to panels. The configuration is the most important to get right as the actual implementation in the checkout is actually the easy part.

I have committed the first part which is the layout of the additional of charges, but I have not started adding the js to make the ajax and model forms work.

As it stands you will be able to see where I am going and things should start being added quite fast.

Gordon.

e-Commerce Module

* Add in all the place holders for the different componets of the charges

e-Commerce v4 commits - Tue, 08/19/2008 - 14:20
* Add in all the place holders for the different componets of the charges [DBH] ec_charge/css/ec_charge_admin.css [DBH] ec_charge/ec_charge.module

* Add install for ec_charge

e-Commerce v4 commits - Tue, 08/19/2008 - 10:12
* Add install for ec_charge [DBH] ec_charge/ec_charge.install

* Add new charging system

e-Commerce v4 commits - Tue, 08/19/2008 - 10:12
* Add new charging system [DBH] ec_charge/css/ec_charge_admin.css [DBH] ec_charge/ec_charge.info [DBH] ec_charge/ec_charge.install [DBH] ec_charge/ec_charge.module

* Backport of schema functions to make D6 Port easier

e-Commerce v4 commits - Tue, 08/19/2008 - 09:57
* Backport of schema functions to make D6 Port easier [DBH] ec_common/ec_common.module

* Add tabledrag to ec_common

e-Commerce v4 commits - Tue, 08/19/2008 - 09:55
* Add tabledrag to ec_common [DBH] ec_common/draggable.png [DBH] ec_common/ec_common.module [DBH] ec_common/tabledrag.css [DBH] ec_common/tabledrag.js [DBH] ec_receipt/ec_receipt.module
Syndicate content