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.

feliz's picture

Country selection glitch

The country selection dropdown of the address book form (address module, Ecommerce 4.7/3.0) always keeps selecting the last country when the empty address form appears in FireFox. The problem is on line 343 of address.module, inside address_form_fields(),

<?php
$country
= ($edit['country'] ? $edit['country'] : variable_get('ec_country', 0));
?>

where numeric 0 is used as a default value, whereas '0' (string) should be used. Read more
gordon's picture

Changes to Check out

As a part of the changes that are going to be done for v4 of E-Commerce I am going to be completely redeveloping the Checkout to use things like #multistep and also some changes to the checkoutapi() so that we can do things like have multiple checkout functions within a single module, and getting rid of the ec_tmp table.

As part of these clean ups I am hoping that this will help to make it a bit easier to develop for the checkout, and make it a bit more flexible.

Read more
mrchristian@drupal.org's picture

Role Disount module - support request

Hi,

I'm having problems getting the Role Discount module to logically apply discounts to prices.

Í have an install of Drupal 5.x and Ecommerce 3.x

I have used the Role Discount module in previous versions of Drupal and Ecommerce with success.

The current up to date install has been configured with the minimal set of Ecommerce modules enabled to help eliminate any potential incompatibilities.

To start with it would be reassuring to know if anyone has managed to get the Role Discount module to work in the configuration mentioned above.

Read more
Sree's picture

Authorize.net Not Asking For Credit Card details

i am not getting the form to enter credit card details during the checkout process with authorize.net .....
ny suggestions?

Read more
Souvent22's picture

Module "Black-Hole" revival

There are a "LOT" of contrib modules out there. Even more so, there are a great deal of good modules that have been neglected. Lets be honest, a developers time is precious, and we all get spread thin and a bit scattered sometimes, and we leave our children (modules) to the way side for other things (like "bill-paying" modules/development so we can eat from time to time :) ).

Read more
greg@beargroup.com's picture

Rentals / Booking Engine

I have a client that manages their community and ecommerce functions through Drupal, and would like to extend to managing their equipment rentals business also. I would prefer to keep it as one system for all the obvious reasons, single user accounts, sitewide search, upgrade paths... etc.

To manage rentals, a booking engine (similar to airline sites) with a product/availability component and scheduler would be needed.

Ecommerce already tackles products, availability and the checkout pipeline.

Read more
mhrabovcin's picture

ec_autopay - automaticly paid subscriptions

Hi,

im trying to implement module ec_autoplay to module ec_recurring which will work with module Worldpay and FuturePay. I need recurring
products which are automatically refreshed to be sold as membership products. Here are my ideas:

Read more
ulfk's picture

Configuring subproducts and shipping

Hello:

I'm trying to figure out the best way to configure subproducts and simple shipping. I've enabled subproducts and simple shipping (flexicharge). I'm going to use shippable, tangible, 'table' products as an analogy of what I'm trying to do:

  • Tables
    -- pine dining table
    ---- 4' x 2'
    ---- 4' x 3'
    ---- 5' x 4'
    -- stainless steel dining table
    ---- 3' x 2'
    ---- 4' x 4'
    -- teak desk
    ---- 3' x 2'
Read more
steingard's picture

Adding comments/details/designation to e-commerce donation

I have E-Commerce 5.x-3.0 running in Drupal 5.1 where I have projects setup where people can donate toward the projects I have setup with target 'goal' prices, but I need the ability for them to either:

a) have a field in the checkout where they can designate what component of the project they want to donate towards
b) utilize the subproduct module to allow users to literally pick a component of the project and add it to the shopping cart

I tried doing this with the existing subproduct module, but it is uniquely designed to interact with physical products such as apparel.

Read more
Sree's picture

E-Commerce Help needed!

hi all,

For the project which i am working we need to have 'price' as well 'qty' fields as user selectable from a dropdown menu. also we need to have shippable property for these items too. It should have some random no generation logic also.
How do i achieve all these functionalities?
Guys i am stuck here from long time & i am unable to figure out a soln to this - can you all suggest some way for me to get all these functionalities at one place?
when i am making the item as shippable the price field is becoming static. How do i do this?

Read more
slayerment's picture

Problem: Add New Address Book Returns Array

I just installed the ecommerce module and when I go to checkout it tells me I need to add a new address.

If I go to the url user/1/address/add it returns:

Your address book is used to save addresses for billing and shipping of items from our store.
Array

It never actually prints the form with the fields, just Array.

Read more
david strauss's picture

Announcing CiviCluster and CiviConference

I've created initial snapshots for CiviCluster and CiviConference for
users of Drupal 5. It may take up to 24 hours for them to appear in the
Drupal.org release system, but they are already in the DRUPAL-5 CVS branch.

CiviCluster will rapidly identify duplicate contacts and walk users
though merging them. CiviCluster supports CiviCRM 1.6 and 1.7 (except
for CiviEvent). CiviCluster will be updated shortly to support CiviEvent
schema changes.

http://drupal.org/project/civicluster

CiviConference allows online conference management and ticket sales by

Read more
Sree's picture

help needed for E-Commerce customisations !

Hi all,

currently i am working on a corporate website which have an E-Commerce section with few constraints.
I need few suggestions from you all here to proceed further in my work.

My client wish to impose some lmits on number of products a user can buy and the total value of things they can buy - so, how can i achieve this?
NOTE: he wish to have anonymous checkout also(imposing the limits to that visitor to that order)
He wish to have an admin interface where in he can change these limits periodically.

Read more
teleute's picture

Confirmation email token issue

Alright, I believe I know how to do some formatting (although I haven't done much yet, but I know it's working), and my custom cc processing module seems to be working. Ouch! My brain is melting. What a way to get my feet wet in the Drupal waters!

Anyway, two (hopefully!) final questions:

Read more
LiquidMethods's picture

Customizing the /product page

I am at a loss for how to change the way this page outputs http://www.charleekatz.com/shop/product

I'm working on this website that sells knit hats and scarves, there are just two products, with 16 colors and 3 sizes - I only want the two products to show - not the subproducts.

I cannot see any place to administer / customize that /product page as far as the background, fonts, or what products should appear on it or not.

Any help would be greatly appreciated!

Read more
david strauss's picture

Convenient SQL transactions with PressFlow Transaction

I've released an in-development version of PressFlow Transaction for developers interested in convenient encapsulation of SQL transactions. The key features are intelligent use of scope for COMMITs and ROLLBACKs as well as safe, intelligent nesting of transactions to get exception-like semantics.

Usage details are on the project page. Requires PHP 5.

(I posted this to the High-Performance group because encapsulating updates in transactions can dramatically improve performance.)

Read more
Souvent22's picture

Quickbooks Module Introduction

I am sorry for the poor quality of the screen cast. I've never done one, and I used "wink" to do it. I'll probabley update the "how to" later down the road.

So, I made a screen-cast of my quickbooks module. It's very pre-alpha, and the screen-cast is not the best. But I did it quickly. I've been getting a few inquiries, and I figured this would be the easiest way to explain it. I'll be releasing it to the cvs by the end of this week so hopefully I can some collaboration on it.

Link to video: http://earnestberry.com/node/7/play

Currently what it does:
- Brings in customers

Read more
teleute's picture

Layout and payment processing questions

I've been muddling my way through my first Drupal/e-commerce project, and I've managed to get my large list down to just a small handful of questions. If anyone has some guidance for me on any of them, that would be great. just as some background, I'm quite familiar with e-commerce in general, having used osCommerce, ZenCart, Xcart, and others quite extensively, but I'm not wrapping my head around this one for some reason. I'm also a Drupal newbie, but not a CMS newbie. We're running E-commerce version 3, on Drupal 4.7.

Read more
tcaduto's picture

Having some serious issues with E-commerce 3 for Drupal 5.x

Hi,
Just wondering if anyone could help me out with these issues.

First off, I installed it ok, and setup paypal to use the sandbox.
I created a test product called widgets and set it to be flexible payment type.

It was added to the products page fine. I then selected it (anonymous checkout) and went into the cart and click checkout.

Read more
gfvonb's picture

Shipcalc error

We're trying to set up Ecommerce on our site and we keep getting this error when we try to purchase an apparel item:

Missing/Illegal Shipper/CountryCode (Hard error 110108)
ups configuration error. Please notify the site administrator.

There's no field for this in the shipcalc UPS page, and we do have a distribution center set up with the country set to "us". Any help would be appreciated. Thanks!

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: