This Group is to help with the development and management of the Drupal e-Commerce module.
Product display with e-comerce using taxonomy menu
I am challenged & need assistance.
Novice Drupal user, have created a taxonomy structure, vocabularies (about 5), each with 3 to 20 terms, each term with 3 to 40 subterms.
I then create products, there may be 250+ of these.
Each of the products need to be "tagged" with 3-30 sub-terms and the parent term.
The tags, together with other links such as "read more" and "add to cart" display after the item subject. If the number of tags is more than 4, the tags and other links run into each other.
Read moreProblem: Blocking sales to certain states with checkoutapi
One of the Ecommerce sites I am building cannot ship to several states as they don't allow alcohol to be shipped in for various legal reasons, so I am trying to prevent transactions with a shipping address in one of those states from being completed with a checkoutapi hook.
Unfortunately, it doesn't seem to kick in when I try to checkout with a shipping address from one of these states - it lets me continue on to Paypal. Where am I going wrong?
<?php
/* Implementation of hook_checkoutapi to make sure we don't ship to Mass, Pens, and Utah */
Read moreQ: Sell Credits w/ eC4?
I am looking to allow users to buy credits on my site.
Right now it looks like the way to go about this would be to sell credit nodes that cost a certain amount of money and then write a module to update their account w/ credits upon completion of the order.
Is this the way to go about this or is there a better already existing way?
Thanks,
Quinton
Uploading Huge inventory
Hi,
I have an experimental e-commerce site that I am developing and I have a huge inventory of items I need to add. Over 200 products and descriptions. Is there a quick method to use with e-commerce to add items to the site though some form of XML formatted file or something that already exists (some module I can use), or am I going to have to do it the hard way?
There are several subcategories for the items to make browsing for an item easy. For example:
-T-shirts
---- Humor
-------- Animal Humor
-------- Other Humor
---- Political
------- Democrat
------- Republican
CommWeb (Commonwealth Bank Australia) Payment Gateway - how do I release?
I've finished the CommWeb payment gateway and it seems to be working fine. It's my very first drupal module! I'd like to release it, is there any special way I should do this, or will I just stick it on my website and provide a link?
Read moreRecurring doesn't use subscriptions?
Although I've set my product to be a recurring product (schedule: 1 month, unlimited), eC doesn't send me to PayPal with a subscription. What am I doing wrong? (dev, 12/11)
Read moreBuy Now for PayPal
I don't want to use a cart. How do I setup eC to allow my users to click a Buy Now button that will immediately take the customer to PayPal?
Read moreProposal: Multi Vendor module
I posted a job advert earlier today and got some good responses from people willing to do the actual work, but also from people who are looking for something similar for their own projects.
Since my project isn't for a client it doesn't have an urgent turnaround, and so i'd prefer to get the system right rather than rush things. I'd also like the final result to be a useful module for others to use too, rather than something limited to my use case.
Read moreView completed orders problem
When I visit the completed orders page at admin/store/transaction?workflow=6 I get the following messages:
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''6'' at line 1 query: SELECT COUNT(DISTINCT st.txnid) FROM ec_transaction st LEFT JOIN ec_receipt_allocation era ON era.type = 'transaction' AND st.txnid = era.etid WHERE st.workflow '6' in filesystem/includes/database.mysql.inc on line 172.
How to enable recurring payments
Other than enabling the eC Recurring module, what is necessary to enable the Allow recurring payments option for PayPal? That option is disabled for me at admin/ecsettings/rtypes/paypal_basic.
Don
Read moreMy product type not available
I've created a Membership product type, named Membership. However, this product type does not show as an available product type when creating a Product. Only the Non-Shippable and Shippable product types are displayed. What have I done wrong?
Don
Read moreec_useracc account creation flow alternatives?
I was very please to learn and implement the ec_useracc w/ ec_recurring for membership recurring payments. I'm just missing an important thing, and I'm hoping someone can point me to my error in logic or settings.
Currently the workflow for a new member sign up is as follows:
1. Visitor arrives to site
2. Views "membership types" (a.k.a. generic product w/ role assignment attributes)
3. Chooses a membership type and purchases via Credit Card
4. Upon payment completion, the membership is auto created with a username like "customer_85" and sent the welcome email and invoice email.
Use eC to buy a role?
When I decided I wanted to create a membership site, I realized that Drupal and and the e-Commerce module could probably do what I needed. The membership site will be selling content on a monthly basis. Users that subscribe during a given month will have access to that month's content.
I figured the easiest way to do this would be to use some sort of access control to assign a role -- for example, "200712" -- to a particular node. Then any subscriber with the appropriate role could access that content.
Read moreSet address as default billing address
Hi,
I am working on a site to send gifts. In general billing address and shipping address will NOT be the same.
I would like to add shipping and billing address at the same time. Currently I have to add an address, then select change address, then enter new address, then select change address again, and then select one address as billing and other as shipping... very complicated to users.
Also I would like to set an address as default billing address, so in the future all orders will be billed to that address.
regards,
Luis
Can eC Do This?
Is it possible to set eC to have multiple users upload digital goods such as e-books, stock images, zips, etc... Have them set a price and if a customer downloads a digital good, I get a cut from the profit, while they are automatically credited via Paypal?
Also regarding the upload of digital goods, is there a way to have users be able to upload files, because the file product requests for file path, I wouldn't see how it would be possible to have users upload via ftp, frankly I wouldn't want them to have access to that. Thanks in advance.
Read moreWhat do I put as a return URL to call function commweb_return() ?
Hi, I'm working on the commweb payment gateway integration and I've got the first part working okay I think, making the order etc - I've been using paypal as a template.
But one of the fields required by the 3rd-party payment system is a 'return URL' that it sends the browser back to with errors or completion messages etc. What value do I give as the return URL to be able to 'catch' it correctly back at my drupal site?
Read moreHaving problem with inventory
i have recently installed the latest drupal stable release in my test enviroment and then installed the ecommerce module. it took me a while to figure out how to enable the inventory function and once i did i kinda felt dumb that it took so long, but now i cant get it to keep the inventory, ill create a product, and tell it to track the inventory, put in a starting number of items like 10 or something then put that it usally ships within 24 hours and fill out everything else.
Read moreAdd money to account product type
Hi,
I am interested to create an option where users could add money to an account they could use to pay for the site content or in other sites.
What I am lookin is if there are some "product" where the user could select the value they will like to pay, or something similar.
We are ok with programming, just need to point us in the right location.
Regards,
Luis
How to create a product with size/color?
Have been trying to figure out how to create a product with multiple colors and multiple sizes, which is typical for a clothing/textile store.
I have tried adding "Subproduct attributes", but these don't seem to save when I go to list them after they are added.
Can someone give me a little more insight how to do this? I feel the level of abstraction is fairly high in Drupal, so it's a challenge to know the different between attribute/category/product type.
Thanks!
Read moreHow do I configure payment methods?
I'm trying to build my own gateway (for commweb) and I have paypal payment types enabled as well but I can't see how to access payment type configurations from admin - for paypal, commweb or anything else.
Eg where does admin usually enter their paypal account details?
Read more



