This Group is to help with the development and management of the Drupal e-Commerce module.
Help with writing an extension module for ecommerce
I'm trying to write a module for ecommerce which adds a step to the ordering process where a user can add special instructions. I've got that bit working, but I can't figure out how to save the data entered with the order, and present it later on. Can I tack it on the transaction ($txn) and expect it to be saved in the DB?
What would be the best way to do this?
Thanks for the help!
Read moreredirect error
I'm using the e-commerce module on 5.3. I have it set up to use Authorize.net. I thought that in setting it up all credit card info would be collected at their site, not my server. I'm getting a "302" error, which is a redirect to https on the domain I'm using. Is there a way to have it go right to Authorize while still utilizing the Drupal shopping cart?
I'm running this on a Windows 2003 server box with IIS6.
Thanks
Read moreHelp wanted - Class List
e-Commerce over the last month or so has been under heavy development for v4, and in the area of products there has been some good development in the area of products with the implementation of product features.
Product features is sort of like CCK fields for product types. So instead of having a monolithic product which does everything from inventory and shipping, we can now just build a feature which can be added to any product types (even the old monolithic products).
Read more_Any_ e-commerce help appreciated
Continuation of http://drupal.org/node/164940. Any responses to the following would be appreciated:
Shipping
- is it possible to assign fixed shipping prices per SKU? I'm looking at Flexicharge which seems to insist that shipping costs are assigned by weight.
- is it possible to implement different shipping levels (standard, next day, overnight) using Flexicharge?
- is it possible to restrict shipping to only domestic (Australia) deliveries?
Sub Products
- is it possible to re-generate product variations after changes to the main product
New payment option Amazon Flexible Payments Service (Amazon FPS) to consider
First I have not written a module to handle this, but just wanted to let folks know about a new player in the game. This is not an endorsement since I haven't tried it or looked at the detailed API yet
Amazon is opening up access to their payment system.
http://aws.typepad.com/aws/2007/08/pay-me-now-or-p.html
Amazon Flexible Payments Service (Amazon FPS) - Limited Beta
Read moreadvanced donations and mercury pay for e-comm
Hey guys,
I have a couple of modules that are works-in-progress. The one is for donations. It gives the user the opportunity to either select a fixed amount and/or add their own. It also has a couple of other items added to the form. The other module is support for the mercury pay api. Anybody interested in these modules should contact me via my contact form.
Kind regards, Jim
Read moreSpecial discounts don't seem to work in checkout?
I am making a module that will replace the price field with a field that has quantity-price combinations. This way you can say that buying 1 apple costs 20 cent but buying 10 will cost you 1.80 (a discount of 2 cent per apple). I've got everything working but don't understand why it is that I can use the "xxx_product_specials" function upto the checkout. When I start my checkout all of the prices I made are not showing and I see the original price information of the product. To change the price at checkout I have to use the "xxx_checkoutapi" function.
Read moreState of issues update #4
Hi E-Commerce users and devs
I have updated http://groups.drupal.org/node/2979 which is gives an overview of the issues queue.
While gordon is his usual high-output self, new maintainer brmassa has absolutely demolished about 4 or 5 pages on his own. What a recruit!
Thanks all
Simon
E-Commerce v3.2-rc1 released.
I have just release 3.2-rc1. Their has been a whole heap of bug fixes which have been back ported from v4
You can see the release notes http://drupal.org/node/162147 and http://drupal.org/node/162156 for 4.7.x and 5.x versions of Drupal.
Also you can track changes to E-Commerce at http://git.drupalecommerce.org with RSS.
Read moreRemoving the "address" page on all-intangible checkouts (EC3 for Drupal5)
I asked in IRC how to prevent all-intangible carts from asking for an address.
I was told it was impossible.
This was a problem. Well over 50% of our business is all-intangible products. Looking at the log of page requests, people entering the checkout were very clearly dropping out at the address page. A lot of them were dropping out. Clearly users hated it. This was no good.
Read more$node->type == 'product'?
Thanks in advance for any help on this. Does anybody know how if its possible to use $node->type == 'product' in node.tpl to customize the look of the product' page? If not, does anyone have a solution for hiding a product's tile?
Thanks again,
Sc0tt
interesting offline payment idea for selling online to UK customers
Hi Guys,
Just a quick mention of a new payment option I came across earlier today (I have nothing to do with the project or the alliance & leicester - the bank who is backing it)...it's UK only I think but I thought it was an interesting idea.
Read moreQ: Using products to manage users collection/library
I have been looking into using E-Commerce for a project I am working on and am looking for some advice.
Read moreCustomer Interface
Well over the weekend I did a lot of work on E-Commerce in developing a new interface which creates a much better customer interface.
In the past we have really only had 1 way of dealing with customers and that was with the address module. This was not a very good way of storing the information, or being able to extend the information captured. In fact in some situations it just doesn't work.
Read moreebay integration status
i was really busy these last weeks since i had my final exams this week. and i'm glad to report that i did pretty good :) this means i'll spend my time almost entirely on my drupal project for the next couple of days!
right now i got basic functions working: adding ebay products, deleting ebay products, things like that. so far i didn't experience any problems or unusual delays, but as wise people say, the last 10% of code account for 90% of the time (hope this isn't true in my case).
good luck to all of you!
jakob
Read moreState of issues update #3
(CC'd to mailing list)
Hi E-Commerce users and devs
I have updated http://groups.drupal.org/node/2979
If you didn't know, this is where I occasionally provide an update to show how the E-Commerce issues queue is going. Thanks largely to gordonh and brmassa, this has been stable over the last couple of months at about 21-22 pages (420+ issues).
Helping with E-Commerce is extremely hard as there is a LOT of code and a BIG queue, but any help is greatly appreciated, even just closing simple support requests.
Any which way, thanks for reading and being a part of E-Commerce :)
Read moreE-Commerce v4 Update
Well we here in the E-Commerce team have been very busy, working on v4 of E-Commerce, as well and slowly working towards getting out v3.1 which has a few bug fixes in it.
Over the past couple of weeks I have done a lot of work in making E-Commerce much better at being able to handle products, and make it easier to create products that will do what you want.
Read moreProduct start date for pay-per-view live stream
I am trying to create pay-per-view events for our live webcasts of our concerts at our music venue. So far, I am using a generic product with ec_roles and created a new "pay-per-view" role and I will give that role the permission to view the node that will have the embedded live flash webcast. I enabled ec_recurring so I could put an expiration on the product and the "pay-per-view" role is removed after 1 day. I am trying to figure out how to put a start time on the role so the role isn't added to the user until a designated time.
Read moreFixed quantity options, how do I make them
It seems the e-commerce modules are unable to represent a product for which a customer can choose from a fixed set of quantities. Like for example toilet paper which you could buy with 6, 10 or 20 rolls per package. Since I have just over 2000 products to set up it would be nice not to have to make 20 sub-products for each and every product, but just edit a list in which I can enter quantity-price (and if possible also articlenr+price from our supplier)
Read moreE-commerce-- issues with file module, quickfile doesn't work at all...
hi all.
I have a drupal 5.1 site with the latest E-Commerce installed. I have set up the files product type, created a test file, and paid my $13.00 for it C.O.D. so I can get past processing. I've gone in and reviewed the transactions....
I just can't figure out how to get a durn link to my file... I don't get it in email, I can't access it through my files...
I would use quickfile, but that sure doesn't work at all for me... and ultimately I'll need to use something that integrates directly with the e-commerce module.
Read more







