e-Commerce Module

Events happening in the community are now at Drupal community events on www.drupal.org.

This Group is to help with the development and management of the Drupal e-Commerce module.

mrchristian's picture

Multicurrency

Hi

Back in 2005 we commissioned a multicurrency module to allow for products in ecommerce to be made available in multiple currencies, GBP, USD, Euro and ROW (Rest of World) Euro.

This module was created for Drupal 4.6 and we need to now have this module updated for Drupal 4.7.

An example of the module can be seen here

http://metamute.org

Read more
JmsCrk's picture

How to run a function when a payment is made?

Hi, I'm trying to run a custom function when a payment is made - to allow the user to publish certain node types - but I'm having trouble working out the correct hook for the ecommerce module. I'm using ec 3.4 and drupal 5.7

I want to hook in and run the function only when a payment is completed successfully (ie payment received, workflow complete) - I'm trying to use ec_transaction_api, is that right? Here's my code so far, any help woul dbe appreciated:

function mymodule_ec_transactionapi(&$txn, $op, $a3 = NULL, $a4 = NULL) {
switch ($op) {
case 'insert':

Read more
Michael Hofmockel's picture

Allow multiple merchants/stores?

I'm looking into setting up an ecommerce site. I would like users to register as merchants, define products, define merchant specific mail... Basically, abstract the store so any number of merchants can sell products on the same site.

Are there contributed modules or solutions for this already? My very basic understanding of both ecommerce and ubercart is that they assume one merchant/store. True?

Any help?

Looks like this has been asked before - http://groups.drupal.org/node/6889
I don't need separate payment gateways just separate stores.

Read more
Krythis's picture

Coupon 5.x-3.4

I'm trying to set up gift certificate sales on my web site. After purchasing a gift certificate using the PayPal Sandbox environment the email received does not include any of the coupon data, yet when I pull up the coupon through the admin menu it appears to have been created correctly. The email is set up using the default tokens. Has anyone ran into this before or have any idea where I should look? Thanks in advance

<

blockquote>
Dear Customer

Here is your gift certificate.

Read more

Documentation

ciperl's picture

Individual User-based Catalogs

I've got a project on my burner right now that has a requirement for each user of the site to have their own individual catalog. They are a printing company who wants to allow their customers to re-order past invoices/orders by selecting the items from their individualized/personalized catalog.

Is this even possible with either UberCart or E-Commerce (V3 or V4)?

Read more
gordon's picture

D' eC Report

I have just released the first podcast for a review of what we have been up to with e-Commerce and how things are going.

See http://drupalecommerce.org/podcast to see the first episode.

I hope to do this at least once a month, but maybe more depending on what has been done. I also hope to be able to do screen casts and maybe even interviews.

Let me know what you think.

Gordon.

Read more
eclauset's picture

Billing address not required, how to make it required?

I'm working on a site built on Drupal 5.5 and Ecommerce 5.x-3.4. Payment processing is through Authorize.net. I have both the Address and Ecivicrm modules installed.

http://www.daylightmagazine.org/

Currently when a user begins the checkout process, on the "Choose a shipping and billing address" page, they are only required to enter a first and last name. How can I make all address fields required?

I'd also like to make United States the default country.

Any help is appreciated!

Read more
jcheak's picture

Help Request: Error in Ecommerce module in several methods.

Has anyone come up against this error before?

• warning: Missing argument 1 for ec_anon_product_types() in C:\wamp\www\drupal-5.7\modules\ecommerce\ec_anon\ec_anon.module on line 402.
• warning: Missing argument 2 for ec_anon_product_types() in C:\wamp\www\drupal-5.7\modules\ecommerce\ec_anon\ec_anon.module on line 402.
• warning: Missing argument 1 for product_product_types() in C:\wamp\www\drupal-5.7\modules\ecommerce\product\product.module on line 1280.

Read more
crashtest_'s picture

Magento Commerce integration

Moved to official ideas list at http://drupal.org/node/236456

Magento Commerce (http://magentocommerce.com) is (quoted from their site): "Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control."

Read more
elly's picture

Hosting a payment page locally?

Hi! I'm working on a site that I'm using Drupal Ecommerce module for, and what they'd like to do is host a payment page on the local site, with an SSL cert, rather than sending users offsite to pay at a third party processor's site. Of course we'll need to use a third party processor for credit card processing, but I'm hoping to set up a page where all that happens on the backend and the user never goes offsite.

Read more
sime's picture

D5, e-Commerce txnid in Views

I did a little experiment recently to see how we could get e-Commerce Transactions into views in D5. The reason I did this was because I'd like to de-couple store crud routines from store admin ui code so that someone could write an alternative admin interface for ecommerce. The current admin interface is clumsy and always begging to be hacked.

For those not familiar with ecommerce, transactions are represented by a few tables, I was just interested in the main one ec_transaction for this experiment.

(Note: yes, usernode does something like this for users.)

Read more
sime's picture

sime's slow-cooked review of v4

So: here is my slow review of ecommerce. I'll add modules the list as I fully review or understand them and think that they are worthy of being in v4.

Read more
tknospdr's picture

Of customer comments & e-mail formatting...

Okay, so I haven't had to develop anything with Drupal for quite a while now, I'm working as a pre-press tech at a printer so we don't really do that sort of thing here too often.
The last site I did that had e-commerce attached to it is still functioning, but there are some issues that never got cleared up from when I installed it and at this point it's too late to address them, anyway.

Read more
rockitdev's picture

Payment Status Pending - PayPal IPN

Hopefully this is not repetitive, but here is my dilemma.

I'm using PayPal as my payment gateway, and have the PayPal IPN configured. I add an item to my cart, checkout and pay for item on paypal (sandbox). After item is paid for, user gets redirected accordingly but noticed that the Payment is always set to Payment status of Pending, while the workflow is always set to received.

Read more
yasir farooqui's picture

Problem in editing transactions

Hi,
I am facing some problem while trying to edit a transaction. I want to add items to a transaction. When I go to transactions page and click "items" link against some transaction, it leads me to a page where I can add more items to that transaction. But when I add a product and click add button nothing happens and product does not add in the transaction. Is there any that I am not following or missing.

Read more
AndriaD's picture

STILL need help

I posted this question several days ago and no one responded, so I'm trying again -- I STILL need help to get eC setup using Paypal; I posted the questions in the paypal developer forum, and no one answered, and the only answer I can get from paypal merchant support is from someone with the IQ of a doorknob, who apparently thinks I'm writing my own code and tries to send me to their pdf guide, which doesn't give URLs, only example code, which doesn't help me in the slightest.

PayPal processing URL:, the default given is "https://www.paypal.com/xclick/" -- is that correct and up-to-date?

Read more
jayfrizzo's picture

Multiple Variants on one "line"

We’re considering Drupal E-commerce as a (multi-staged) solution for our e-commerce site, and I have a question about how it handles variants, and if anyone is available to do some guidance-offering or possible consulting.

(Sorry, this is long.)

Currently, we’re managing our product and website content through a system of point-of-sale data, access tables, spreadsheets, and text files. We process all this data together and export it to our shopping cart solution (uniteu).

Read more
mardy78's picture

Allow multiple file products

Hello!
I created an issue (http://drupal.org/node/231931) against the e-Commerce file product module, which contains a patch which implements a functionality I needed: when creating a file product, if instead of a filename you enter a directory name, the buyers of this product will be able to see and download all the files contained in this directory. This basically allows to create file products consisting of multiple files.

Read more
chatcharin's picture

New System Shopping cart and product with Ajax

I will want to enhance the ability , something , buy , with the drag and drop , and the comparison is finished trade with , Ajax , by develop in the project , Soc , help advise too ,

Read more
Subscribe with RSS Syndicate content

e-Commerce Module

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: