News aggregator

* Remove the old method of loading transactions.

e-Commerce 6.x-4.x-dev commits - Thu, 12/11/2008 - 16:20
* Remove the old method of loading transactions.
  • [DBH] ec_store/ec_store.inc
  • [DBH] ec_store/ec_store.module

* Fix up saving of stored addresses

e-Commerce 6.x-4.x-dev commits - Thu, 12/11/2008 - 16:11
* Fix up saving of stored addresses
  • [DBH] ec_customer/ec_customer.checkout.inc

* Fix up billing type filter to build the SQL correctly

e-Commerce 6.x-4.x-dev commits - Thu, 12/11/2008 - 15:45
* Fix up billing type filter to build the SQL correctly
  • [DBH] ec_store/views/ec_store_views_handler_filter_address_type.inc

* Fix up issue with having no addresses.

e-Commerce 6.x-4.x-dev commits - Wed, 12/10/2008 - 16:13
* Fix up issue with having no addresses.
  • [DBH] ec_customer/ec_customer.checkout.inc

Ecommerce module as an invoicing system

e-Commerce Group - Wed, 12/10/2008 - 09:03

I see a need, especially with the large number of freelance developers, for an easy to use invoicing payment system that they can tie directly into their sites. This is exactly what I'm looking for.

What would be the best way for me to accomplish this with the ecommerce module? Now, I personally don't necessarily need the invoicing as I'm sure a lot of people do, but I am wanting the following abilities:
- Create an invoice or order on the site for a particular customer
- Have the customer login to see their "open" invoices
- Have the customer to be able to pay for these invoices using CC or online check

If I can get some information or guidance on how to set these up, I'll be more than happy to give back and write a how to article on this kind of function. Looking around, I think this could be a very valuable aspect to this module. Please let me know if I'm completely going the wrong direction with this and should be looking at another module or custom development.

Thanks!
-Patrick

e-Commerce Module

Product buy out?

e-Commerce Group - Wed, 12/10/2008 - 07:10

I am trying to find a way to make my product have two sale prices, regular selling price and a buy out price. Once the buy out price is purchase the product is then removed from the store..
example:
http://www.topnotchthemes.com/theme/1032

Is this possible with e-commerce? any help will be greatly appreciated.

Thanks!

e-Commerce Module

* #343194 - fix up validation call.

e-Commerce 6.x-4.x-dev commits - Tue, 12/09/2008 - 10:09
* #343194 - fix up validation call.
  • [DBH] ec_checkout/ec_checkout.module

* Change ec_available to use drupal_write_record() to save available info.

e-Commerce 6.x-4.x-dev commits - Tue, 12/09/2008 - 10:01
* Change ec_available to use drupal_write_record() to save available info.
  • [DBH] ec_availability/ec_availability.module

* #344441 - change reference to product.css to ec_product.css

e-Commerce 6.x-4.x-dev commits - Tue, 12/09/2008 - 08:53
* #344441 - change reference to product.css to ec_product.css
  • [DBH] ec_product/ec_product.admin.inc
  • [DBH] ec_product/ec_product.theme.inc

* #343188 - Fixed syntax error.

e-Commerce 6.x-4.x-dev commits - Mon, 12/08/2008 - 22:05
* #343188 - Fixed syntax error.
  • [DBH] ec_store/ec_store.manage.inc

New maintainers needed for modules

e-Commerce Group - Mon, 12/08/2008 - 16:00

With the changes in how e-Commerce is going to be maintained I have taken the modules that are needed by everybody and I have putting the rest up for adoption.

Just to make things a bit easier if you want to take on a module please add your user id to the tables below so that everyone knows who has adpoted them.

Thanks to everyone.

ecommerce 5.x (core) Module New Maintainer Notes parcel subproducts ecommerce 5.x (contrib) Module New Maintainer Notes auction authorize_net ccard cod coupon gordon This is actually going to dove tail with ec_charge quite a lot so I will take it over to strip it down. donate I would like to see the donate module expaned to see it implement an allocation api for ec_receipt so that you can donate directly from the donation page without having go through the checkout system. ec_media ec_recurring ec_region ec_roles ec_useracc eurobil itransact e-Commerce Module

* #288890 - This has been converted to ecommerce correctly

e-Commerce 6.x-4.x-dev commits - Thu, 12/04/2008 - 22:16
* #288890 - This has been converted to ecommerce correctly
  • [DBH] ec_availability/ec_availability.module

* #341009 Fixed up the list of valid currencies to handle the utf8 file

e-Commerce 6.x-4.x-dev commits - Tue, 12/02/2008 - 12:34
* #341009 Fixed up the list of valid currencies to handle the utf8 file
  • [DBH] ec_receipt/build_currency.sh
  • [DBH] ec_receipt/currency.inc

Changes to e-Commerce

e-Commerce Group - Fri, 11/28/2008 - 13:21

Hi,

Over the past couple of weeks I have been getting a few of the same questions and I thought that post a little on this and explain what is going to be happening with the next release of e-Commerce.

Basically the have been "Where is module xyz?"

Well the answer is that it is not going to be in the e-Commerce core anymore. With the exception of 2 modules there are going to be no more or less modules in e-Commerce core.

The major reasoning for this is that with previous versions of e-Commerce we had 35+ modules which is becomming very un-managable for a small groups of developers. Also it is becomming very hard for us to be able to create releases in a timely fashion. And what I think is the worst part of this is that in the majority of installation most of these modules are not being used.

So given this I have reduced the modules that will be available in core to only 12 (I am going to be adding ec_charge and very likely removing ec_address which will be replaced by addresses module http://drupal.org/project/addresses which will give the same functionality). Out of these modules, 80-90% of them will be used on every site, and enabling them all will not really cause any issues.

This means that setting up a site will be much easier and because there is less code it will be much easier to maintain and also upgrade for future revisions. It also means that we need less hands on deck to be able to maintain and trouble shot any issues.

So what does this mean for the modules left behind? Well this is where we need more people to take responsibility for the other modules, and take them in new directions and improvement them. Since I am not holding on so tight to e-Commerce new developers will be able to take on modules and create new ones. Build new methods for people to do things and make e-Commerce better. And because I have developed as many ways as I can think, developers can extend shops to do just about anything they can think of. If there isn't a hook or api call then we can work together to extend e-Commerce to do what is needed.

Now What? Well if you want to help or you need one of the modules that have been left behind. You can grad the most recent version, upgrade it to Drupal 6.x and e-Commerce v4.x, and then creat their own project and work on it themselves and take control to make it do what ever you can think of.

What if you are not a developer? In that case because of changes to e-Commerce we now use Views and Actions to implement a lot of functionality, so you can start building new reports, and workflows that you think will be needed, and submit them to be included in e-Commerce core. Or lastly you can start helping by documenting and updating the documentation for e-Commerce.

Any and all help will be appreciated.
Thanks
Gordon.

e-Commerce Module

* #340062 - fix missed rename of cart_current() to ec_cart_current()

e-Commerce 6.x-4.x-dev commits - Fri, 11/28/2008 - 13:20
* #340062 - fix missed rename of cart_current() to ec_cart_current()
  • [DBH] ec_checkout/ec_checkout.module

* Fix error on the checkout when there is no stored addresses.

e-Commerce 6.x-4.x-dev commits - Fri, 11/28/2008 - 02:01
* Fix error on the checkout when there is no stored addresses.
  • [DBH] ec_customer/ec_customer.checkout.inc

* #330008 - Fixed issue where add to cart messages are sometimes wrong.

e-Commerce 6.x-4.x-dev commits - Fri, 11/28/2008 - 01:57
* #330008 - Fixed issue where add to cart messages are sometimes wrong.
  • [DBH] ec_cart/ec_cart.module

* #339847 - Make changes to allow the changing of the node item during

e-Commerce 6.x-4.x-dev commits - Fri, 11/28/2008 - 01:45
* #339847 - Make changes to allow the changing of the node item during hook_ec_checkout_validate_item()
  • [DBH] ec_cart/ec_cart.module

* #339827 - Remove additional serialize()

e-Commerce 6.x-4.x-dev commits - Fri, 11/28/2008 - 00:32
* #339827 - Remove additional serialize()
  • [DBH] ec_cart/ec_cart.module
Syndicate content