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.

sunnydeveloper's picture

Anonymous users viewing products

I am editing an existing site. This site is already using the ecommerce modules for purchasing of role products (membership types). I am adding an actual 'shop' using apparel, which all came together nicely(products, subproducts) EXCEPT I can't seem to permit anonymous users access to the store. Anonymous users have full node access, but the products will only appear for those users with 'addminister nodes' user access.... I actually gave the anonymous user every single permission and slowly narrowed it down to find only this one provided a view to: product/product_overview ...

Read more
E_Maverik's picture

Best way to implement Special Discounts at checkout, based on $value not quantity

Got the basic site working, I need to be able to implement different types of incentives/discounts/extra charges.

Concept 1:

Charge standard price while checkout total is less than $150 (example).
If checkout total is more than $150 (say $250) then a discount is calculated as a percent of the difference (say 30%).
In this instance, Product value is $250, discount is $30, Discounted price is $220.
A registered user only to be able to see discount at the checkout screen.

Where would I need to modify the code to implement above?

Concept 2:

Read more
mikispeed's picture

How to make hosting billing solution with e-Commerce?

Hello everyone!

I have used e-Commerce module on several websites and I have to say it's a time saver! The API is so great, you can achieve anything!

Here in my agency we offer hosting to our clients and billing was done manualy via PayPal until now. The number of clients has increased and I want to make something automatic for that purpose.

I started today experimenting with default e-Commerce installation, planned to utilize EC Recurring for this purpose. I never used it before, so started by creating Schedules.

Read more
AndriaD's picture

any actual docs for using eC with paypal?

I'm just wondering if there are any actual instructions or docs for using eC3 with Paypal? For instance, in the eC setup page for paypal, it says the payment processing page is 'https://www.paypal.com/xclick/' -- is that correct, up-to-date info? Because I can't find it anywhere else.

The successful payment url shows "%order-history' -- is that a correct setting? And the Paypal IPN request-back validation url, set to 'http://www.paypal.com/cgi-bin/webscr' -- is that correct? I can't any of this stuff documented anywhere, and it's about as clear as mud, what it all means.

Read more
drew reece's picture

Flexicharge modifications to add charge selection on node/add/product

Flexicharge allows a lot of customisation via custom.inc provider files, but it requires multiple product types for applying different charges to products. Duplication of product modules to create new product types seems like a hack just to be able to assign a different Flexicharge rate based on the product type. It also makes updating difficult if you have many copies of the same basic product type.
Adding new postal rates isn't possible for 'site administrators' who don't know Drupal module coding, and only want to set a new shipping rate for products.

The proposal

I think it would be cleaner to provide a method for selecting a particular Flexicharge preset on the node/edit form. This can be included with the current weight option in the Flexicharge options on product node forms.

This also means products can have the charges changed to a different rate, since the charge is not specific to the type of product.

I am writing changes to the Flexicharge module (for EC v3.4 the current stable release) and a custom.inc and would like some opinions on whether this is useful?
Does anyone involved with Flexicharge.module think this is a bad idea?

Read more
AndriaD's picture

showing thumbnails on the "Products" list

I'm wondering how I can get thumbnails of images that are attached to file products to display on the page that shows when you click the "Products" link. I get the image and thumbnail just fine when an individual product is clicked, but I want a thumb display on the "Products" page.

I'm using Drupal 5.7, eC3.4, and the Image module 5.x-1.7.

Is there any way of doing this?

Read more
superpanda's picture

How to add a remove item function in the Shopping cart block menu?

Hi guys,

Instead of removing items inside the shopping cart page, is it possible to remove items directing from the 'block' menu?

Here's how it would look in the block menu.

3 Items in Your cart

X Item one $1
X Item two $2
X Item Three $3


Total: $6

X = Remove item link or button.

Any help would be appreciated.

Sam

Read more
KathyW's picture

Extract product name (title) and price from eCommerce

New member with a question.

I have an eCommerce (5.x) shop with a selection of products. In another section of my web site I want to extract the names (title) and prices (price) of only a few products to use in a WebForm form.

Is there a better or preferred way to do this other than writing some php and a direct MySQL query like:

select node.title, ec_product.price from node, ec_product where node.nid = ec_product.nid and node.title like '%Line Filter%';

Read more
pleo__'s picture

Photos printing shopping site

hi to all,
i'm a newbie! and i'm italian ok, so please sorry for my english.
Well, i'm triyng to do this: an user come to my site, upload his photos, choose the formats and the papers, pay me and then i send him his photos printed.
Can ecommerce do this?
upload -> choose options about -> pay. I don't need multiple album managing: just one album for each user.

Well, you're job is great: i've tried a lot of different solutions but you're the best, i think.
I hope to help the community and the community help me.

Enjoy to all,
any suggestion is precious

thank you

Read more
daniel.hunt's picture

eCommerce 4

Hey there.

I'm looking into moving over from a current stable e-Commerce 3, to the new (and still Alpha according to the Drupal project page) 4, however after looking over the code, I have a question!

There are a number of modules missing from the current v4 download available on drupal.org - including "generic", "parcel", "payment", "tangible" and "tax". Could you state the current status of the development on of these portions of the e-Commerce suite? Even just a short note on each of them (or anything else that may be missing?)

Thanks,
Daniel

Read more
leotemp-gdo's picture

The Mysteries of recurring products and how it relates to subscriptions.

I am attempting to sell service subscriptions with EC and its up an running with a service product. The product is a 30 day service which is enabled via role assignment, i have the reminder to fire 7 days before then. All of this works perfectly, my concern is this:

Read more
E_Maverik's picture

Node import module issues with an IS environment

Hi,

I am looking to import a set of products that have been put into a csv file.

The node import module should allow me to do this.

I ge the following error: - when I try to perform the import.

The selected file C:\WINDOWS\TEMP\tmp9B4.tmp could not be copied.

Believe the c:\windows\temp is part of my hosted win 2003 + iis environment and PHP has been set o use this as the temp directory.
I do not have access to this.

Have set up /files and /files/tmp and also /tmp no success.

Could you please assist?

Thank you in advance.

Read more
woleium's picture

Periodic billing credit account? buy stuff, then get a bill at the end of a month/quarter..

Hi, new to drupal/e-commerce, but not to PHP.

Is is possible to configure a store that allows logged in users to buy stuff on an account that can then be settled at a later date?

If so, what modules should i use to achieve this?

If not, then how could this be achieved? Drupal is such a huge project.. where would i start?

Read more
mlhess's picture

Textfield as attribute?

Is there a way with the e-commerce module to have an attribute on a product that is a text field.

I want to ask people to have their product engraved, I need to know what name they want engraved on it.

Thanks,
Michael

Read more
cwittusen's picture

Adding content and then pay

I have been looking around for an EASY way to create a content type (lets say a report request for house values); this would require a person to fill out the content first, then hit submit. Upon submitting the content type has been added to the cart and the user can select to check out and pay or continue shopping.

The idea is that they can fill out the information at ease and then pay, instead of paying first and then fill out and also, it should be possible to do this without having to register or buying role credits, etc.

Read more
russgri's picture

Captcha does not work?

I have tried multiple times to add comments but the captcha does not work.
10 times, I tried being careful to use no spaces and used the the correct case for each character.

Read more
faskone's picture

I need to add serial number to a products when payment is received and sent invoice

Hello,

In my drupal ecommerce, i need to edit a invoice until its sent. Because i need to add the serial number of the product into the invoice for every product that customer buy.

Exist any module for do that or a way to add this function in the invoice module?

I think that is needed for the business that sell informatic products and others products that for garanties need a serial number.

Thanks for all.

Read more
faskone's picture

Problems with ecommerce-5.x-3.4, i18n and ec_lacaixa

Hello,

I have a problems with ecommerce-5.x-3.4. I install this module and the payment gateway for la caixa (Spanish bank). I configure the payment gateway but when go to checkout, a page says that i need the i18n_language() function that is in the i18n module.

Then I install this module, and the payment gateway work fine. But in the ecommerce section, i have and error when i click into E-Commerce -> Products. This error is:

Read more
Rosamunda's picture

How eC treats recurring products that are not paid in any of the available options? (ie. deposit in a bank account)

Hello there!
I´ve recently installed ecommerce, and frankly I think it´s just too much for what I need. It seems far too complex. But as I need a good, solid, stable module that can manage recurring payments and scheduled reminders (and only that), using eC seemed the obvious thing to do. :)

We administrate online courses in a Drupal Platform, and the student´s payments are manually managed outside Drupal.
We have courses that can be paid in two or three (monthy) times.

Read more
stamina's picture

ecommerce product examples

Hi.

Is there a place where to find examples for common products?
I don't have any pictures yet, since I am only learning how to set things up.

btw, what happened to the availability module in ecommerce-5.x-3.4? I can't find it where it is supposed to.

http://www.drupalecommerce.org/node/29
"Inventory Tracking::Enable the "Availability" Module. It is in the e-Commerce Product Types section."

Many Thanks,
Jorge Nunes.

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: