Page not found
We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.
Discussion Custom User Input
We sell filters. They are squares or rectangles. 70% of the sizes are standard. Products are up for sale using drupal commerce. BUT.... 30% of filters are a custom size. There are only 2 prices, for small or large customs, but the user has to enter the si ...
cesanford30 — June 2011 — 3 comments
Answer Answer to Question 3418
Vote up! 0 Vote down! It doesn't appear that commerce is using drupal_mail() to send mail, which is too bad because it prevents me from using hook_mail_alter. ...
jherr — July 2012 — 1 comment
Answer Answer to Question 5356
Vote up! 0 Vote down! same issue here, anyone know how to do this? ...
miller — January 2013 — 1 comment
Answer Answer to Question 12441
Vote up! 0 Vote down! I guess you want to sell digital products? Check this tutorial if so: http://commerceguys.com/blog/commerce-module-tuesday-commerce-file-scree... ...
malovanets — December 2013 — 1 comment
Question How to prevent products with different currencies being added to the Shopping Cart?
Vote up! 1 Vote down! I have several products each being sold under a different currency. Is there any way to prevent products that have different currencies from being added to the same shopping cart. I've had a look at setting up a rule, but found ...
Discussion it is possible to build a marketplace with drupal commerce?
How I can buil a marketplace wit hdrupal commerce? I mean wot build multiple ecommerce sites in one, like using drupal+ubercart+marketplace (http://drupal.org/project/ubercart_marketplace). It is possible by default, or I need a module or what? ...
matteoraggi — February 2012 — 27 comments
Discussion Creating products in Commerce- improving / simplifying the workflow
I am looking at commerce from an end users perspective (the manager of an ecommerce store- non technical) From my understanding you create a product here /node#overlay=admin/commerce/products/add/product and THEN create a node referencing the product for ...
pdjohnson — May 2011 — 2 comments
Discussion Check Address Zip Code Against a List of Zip Codes
I am trying to use rules to test the customer's zip code against a list of zip codes, and I cannot see to make this happen no matter what I try. What is the best way with rules to test a piece of date against on array? ...
tyreldenison — January 2012 — 12 comments
Discussion Rules to create/delete a corresponding Product Display upon create/delete Product
Trying to figure out a way with rules to automatically create a new display node when a product is created. The display node title should be the sku of the product. Also trying to figure out a way to do this in reverse, ie when the product is deleted so i ...
phillbd — October 2011 — 13 comments
Answer Answer to Question 3172
Vote up! 7 Vote down! Just a quick behind-the-scenes tidbit here: Drupal Commerce separates out its internal Order ID from what you see on the front end as the Order number. The Order ID is a serial numeric value that increments with each order created (i ...
Ryan Szrama — April 2013 — 3 comments