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 Adding extra submit handler for checkout pane
Hi all, I have a checkout pane for customer billing information and I'm trying to add an additional validate + submit handler for it to allow me to verify the address via a 3rd party service. At the moment, I can do something like: $checkout_panes[ ...
Discussion Attributes
I created several attributes in "product" in admin / commerce / config / line-items. Now I want to relate: Attributes:-children-age1-age2-age3... Children: 1, 2, 3, 4, 5, 6 if we choose option 1, show only the attribute age1: age1: 1, 2, 3.. if ...
laraz — November 2011 — 1 comment
Discussion Custom order number or ID?
Hi... I am completely new to Drupal Commerce and, on top of that, a web designer with very little development knowledge. My client wishes to have their invoice numbers display the date before the number... ex: 20140709-1 However, I can not figure out how ...
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
Discussion Product entities and/or product nodes??!!... how to handle my bookstore catalogue in DCommerce?
Hi, thank for this great work... but I really feel confused about the new way of handling with product entities and product nodes. I thought that the D7 structure would have allowed to simply face a product class as a content type node, and a product inst ...
itamair — February 2011 — 10 comments
Discussion Coupon calculation without shipping cost
Hello all, I am using 10% Percentage coupon in my commerce site. I need coupon amount to get discount from line items amount not from total amount. But default coupon value gets reduced from total(including shipping cost). How to calculate coupon discount ...
arun_ms — August 2012 — 1 comment
Discussion How commerce is designed for following two things
Dear commerce devlopers and advances users. Can you please explain how commerce is designed for following things: 1. Product entity can have multiple fields- this is very nice. What if I need all products from one Product Display to have same image? It is ...
chaugi — February 2012 — 3 comments
Discussion Event Registration Questions
Hey guys, I am very anxious and excited to begin using Drupal Commerce. I have a couple areas that I specifically use in Ubercart that I'm looking to use when I switch over to Commerce and I'm hoping for some feedback. I use Ubercart to do our c ...
daniel-san — April 2011 — 7 comments
Discussion Rule when a product is added.
Hi I would like to add a rule when a new product is added. I have to validate from a web service for specific product types if the attributes specified are valid or not. 'ei_product_query_publish_new'=> array('label'=>t('On ...
srkamineni — February 2012 — 2 comments
Question Why are my checkout completion rules executed by the Anonymous user?
Vote up! 0 Vote down! Using the action "Create a new entity" on rule "Completing the checkout process" works fine for site admin. When doing the payment process as a different user the entity is created but has author "Anonymous&q ...