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 Notes on development standards
Drupal coding standards for syntax and documentation; Coder module standards. Patches must pass Coder.* Using proper file includes in the menu system: pages.inc, admin.inc, theme.inc Standardize on CCK module structure / subdirectories: includes, theme (i ...
Ryan Szrama — October 2009 — 3 commentsDiscussion Fixed Discount on Cart (not line items)
I've got a situation here I want to give a discount if a customer buys three items of a certain Product Type, e.g. 1 Product: $75 2 Products: $150 3 Products: $200 4 Products: $275 5 Products: $350 6 Products: $400 etc. Hence a discount of $25 dollar ...
BigAllan — July 2012 — 1 comment
Answer Answer to Question 7859
Vote up! 1 Vote down! Depends what email you want to edit. I'm not using Kickstart so here are emails that you can edit: for welcome emails, reset password, cancellation emails, etc: Configuration > People > Account Settings for order notificat ...
akosipax — April 2013 — 1 comment
Discussion Link to product in the order view
Hi, is it possible to link the product name in the order view to the product itself? Or are they "detached" after checkout? I have only managed to put a link pointing to the product edit page by adding a relationship (commerce line item: product ...
Brian — May 2012 — 2 comments
Discussion Product Display: Doesn't Show Referenced Fields
Hello, I am trying to display two products on a display type at the same time, with two add to cart buttons. So I have added a second Product Reference field to my Display Type. So I can associate the second product. This works however the fields from the ...
toddgeist — October 2011 — 2 comments
Discussion Proper way to disable checkout elements/modules when not needed?
Hi all- I have a store that has a mix of shippable and non-shippable products. When a customer orders all non-shippable products, I'd like to hide the shipping method and the shipping fields. I tried doing so by using hook_form_alter and unsetting th ...
neardark — October 2011 — 2 comments
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
Question #limit_validation_errors in back button not preventing validation
Vote up! 0 Vote down! I can see the #limit_validation_errors applied to the back button on checkout pages, but I still can't go back when not having filled a #required field. For reference: http://drupal.org/node/875220 validation Checkout ...
Discussion multiple variables for product node display
I'm having a mental block trying to display a product display node. Using the demo site as an example. There is the top level category display of "wearables'. Then there is a t-shirt 'All Tied Up'. There is the drop down menu to s ...
goody815 — February 2011 — 3 comments
Answer Answer to Question 3528
Vote up! 0 Vote down! The picture will show up when you add a product display. When you view the product display, it will use the product image that you uploaded in the mentioned step. admin/structure/types/manage/product_display/display Is there you woul ...
Kingu — July 2012 — 1 comment
