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 Creating Product Display Content Type

what should the "Title" be when creating a content type Product Display? new install of Drupal Commerce (i'm proficient with commercekickstart). i don't know/understand the relationship between the Store>Products>Product Types fi ...
TimesArrow — August 2012 — 2 comments

Answer Answer to Question 7572

Vote up! 1 Vote down! martin, I'll take a shot, but I wrote the docs:D Kickstart 2 tries to hide a complexity found in Commerce. Commerce stores data in product entities and displays "add to cart" buttons in nodes that have a reference fiel ...
joshmiller Josh Miller — April 2013 — 1 comment

Question How do I Fetch Product Author from Commerce Order With Rules

"user", "id": ["fetched-product:creator:uid"]},           "PROVIDE": ...
xbrianx — July 2013 — Rules, Order, Product, line items

Question How to use custom line item types in checkout

a new order and include a custom line item as follow: $order = commerce_order_new($user ...

Answer Answer to Question 7037

Vote up! 1 Vote down! Maybe these links are a good start: http://www.drupalcommerce.org/videos/commerce-module-tuesday/commerce-cu... http://www.drupalcommerce.org/videos/tutorials/customizable-products-piz... Thanks ...
realskorpion — April 2013 — 2 comments

Question How do I build a "sample pack" based on my other products?

They are all priced, etc. so that users can select their size and add it to the cart. Works great. Now ...
MrPeanut — April 2013 — 1 comment — Product Bundle, FAQ

Answer Answer to Question 8087

bottom of the screen it said: Field translation Users may translate this field. Disable translation so ...
jasminedb — May 2013

Question How do I create a Video Learning Site with ecommerce?

a Split-Payment system? 3) What module would be best allowing users to create a Community, and their own member ...
michaeldg7 — February 2013 — 1 comment — Payment, Downloads

Discussion Development Standards Feedback

I went through and updated / expanded on our development standards page. I've changed the format a little bit as well. I'd love it if various folks, especially seasoned module developers, could take a gander and let us know what we missed. This ...
Ryan Ryan Szrama — January 2010 — 5 comments

Answer Answer to Question 3304

hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) {    global $user ... = commerce_cart_order_load($user->uid);             // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012

Pages