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 Unique identifier for each ordered cocktail?

Is there an easy way to have Commerce auto-assign a number for each ordered item? For example, in an imaginary online bar- a customer might order many cocktails and I would like each cocktail in the cart to be auto-assigned its own unique number (1, 2, 3, ...
MM10 — April 2012 — 3 comments

Discussion Disabling a checkout page

There is no "enabled" property for hook_commerce_checkout_page_info(). This property is available in hook_commerce_checkout_pane_info() but not page. I'm trying to work on my first module for Commerce (actually, my first module period) whic ...
switch — June 2012 — 4 comments — checkout, shipping

Answer Answer to Question 3304

Vote up!-1 Vote down! You might re-consider what you are trying to do with your shipping methods or find someone who is willing to write some of this logic into a module (developers need to eat, too). ...
joshmiller Josh Miller — July 2012 — 2 comments

Answer Answer to Question 13471

Vote up! 0 Vote down! If it were me, I'd to a MySQL dump, or do it through code. Which one are you most familiar with? There is also Views data export, but I haven't used that. https://drupal.org/project/views_data_export ...
delta195 delta195 — March 2014 — 1 comment

Discussion multiple prices per product

Hi, i need to have 2 different prices per product: one for the customer and one for the trader. the price for the trader is individual and not calculated by an discount. i created a second price field so every product has now 2 price fields. commerce is s ...
maze — October 2011 — 6 comments

Answer Answer to Question 8954

Vote up! 1 Vote down! websteria, Welcome! Excellent question. I highly recommend having Drupal Commerce installed as two different sites. I would install it once as a Demo store and have another setup with the bare minimum of what you need. If you are cre ...
joshmiller Josh Miller — August 2013 — 1 comment

Discussion Google Merchant product feed export

Does anyone have a solution to create a feed from Drupal Commerce to submit your store to the Google Merchant Center? http://www.google.com/support/merchants/bin/answer.py?hl=en_US&answer=18... Those are the specs for the feed. I would like to do that ...
Jeff Purtle — December 2011 — 7 comments

Answer Answer to Question 19036

Vote up! 1 Vote down! You should be able to do it by editing your existing shipping rules and creating a new one. For the new one you need to create a rule with the condition "Order contains products" and enter the relevant SKUs. To remove your ...
DNZ Andy @ BlueFusion — October 2014 — 1 comment

Discussion field template for product view

Hi, I have a view that shows products and some of theirs line items. I want to theme a particular field so I went into "Theme: Information" found the template file name for that field and added it to the templates directory of my theme. I clear ...
psychobyte — March 2013 — 2 comments — template, theme, views

Question "Active" licenses returning "403 Error- Access Denied" on previous purchases

Vote up! 1 Vote down! I started experiencing this problem within the last 2-3 weeks I think. A client is trying to download files she purchased a month ago. She's downloaded them before but for some reason it now returns "403 Error- Access Denie ...
Hendrik Martens — February 2013 — 1 comment — Downloads

Pages