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 How to translate product titles?
1. Add additional languages (/admin/config/regional/language/add). I added German and French, with English being the preset default. 2. Set "Commerce Product" as translatable at (/admin/config/regional/entity_translation) 3. Edit the product typ ...
spamator12 — March 2012 — 8 comments
Discussion Complex shipping Calculation
Hello, I have a list of products with weights associated. I want to add a shipping line on my cart that would be calculated from the total product weight of the cart * specific amount that depends on the weight. Suppose i have these rules: If shopping car ...
peyrusse — November 2011 — 2 comments
Discussion Hypothetical Strategies for Travel Registration System
I have a project, in its early stages, and part of it, conceptually, is thwarting my brain. I'm making a travel/tourism site. Customers can make registrations for tours, that happen at specific times. So far, no thwarts, but wait, it gets better... L ...
le_petit_basil — March 2011 — 4 comments
Answer Answer to Question 7566
Vote up! 1 Vote down! I believe the Drupal community is happy to offer free support to Drupal Commerce users dealing with real world problems implementing the software, but shouting about how crappy the software is is no way to engender those feelings of ...
Ryan Szrama — April 2013 — 2 comments
Discussion multi-product displays with a table instead of select
Hello, I am building a multi-product display. Its working pretty well, but I would like to be able to use a table instead of a select to show each referenced product with an Add to card button. Or even list of all referenced products would be better. I th ...
toddgeist — October 2011 — 5 comments
Discussion Dynamic Price Pre-calculation
We've specified early on that we will be using Rules for dynamic pricing, which incorporates things like taxes, discounts, price lists, etc. What we realized is that where this really matters- in fact, the only place we're targeting dynamic pric ...
Ryan Szrama — December 2010 — 5 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 Add to Cart button and SKU on the Product Display
Is it possible to display both the Add to Cart button and the SKU on the product display page? In "Manage Display" on the Product Display content type, I can change the "Product" field to display the Add to Cart button or the SKU. I ca ...
emmit95123 — October 2011 — 5 comments
Discussion Product Code Review
products from another entity instance, like a node of a type used for product display. Default formatters ...
Ryan Szrama — February 2010 — 11 comments
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[ ...