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 Accessing product_id within template files and updating via ajax.
I have a product display page that contains n products within it. I have customized my template to access various product fields with calls such as print render($content['product:commerce_price']); This has worked out quite nicely as these updat ...
NicholasR — March 2012 — 1 comment
Discussion Prepopulating "Catalog in "Product Display" from data in "Catalog" In "Product"
Hello, I was wandering if there is a way the prepopulate my "Catalog" taxonomy term field that is in "product display" with data that is in "Catalog" (same field) in "product"? ...

Answer Answer to Question 7518
Vote up! 3 Vote down! You're going to need to use hook_form_alter() to change the Add to Cart form based on what product it currently represents. All Add to Cart forms use the same form callback even though they use separate IDs, so you can still use ...

Discussion multicurrency site with exposed filter
Hello, i have a view (taxonomy term) of product displays prod_display->title prod_display->image product->price I use 2 currencies on my site, but when i want add exposed filter by price, i must choose currency. When user switch to another curren ...
stef — February 2012 — 1 comment
Answer Answer to Question 4393
Vote up! 1 Vote down! I can verify this works. I increased max_allowed_packet to 16M and it cleared this error. Thank you, CC ...
cstachris — November 2012 — 1 comment
Discussion could use modules recommendations to do some of this...
Spent the past week searchng commerce modules for functions I need. I have determined most of what I need to this point, but here are a few things I've not resolved. 1, Don't want to ask user./customer to fill in any registration forms or inform ...
domineaux — July 2012 — 1 comment
Discussion User sets price (pay what you want scheme)
I am attempting to implement a payment scheme where the user can set the price they would like to pay for a product. So far I have followed the Rules outlined here: http://www.drupalcommerce.org/node/699 But that seems to set the new price for a product t ...
timothybeamish — February 2012 — 1 comment
Answer Answer to Question 7266
Vote up! 1 Vote down! Does such functionality even exist in any e-commerce solution? If so, please post a link. I have never heard of this before and not sure why it would be needed. Better yet, can you please provide more details about your use case? Per ...
drupalability — April 2013 — 1 comment
Discussion Auto restrict webforms
Has anyone worked with webforms in commerce before? I am trying to auto create digital products for each time a webform is completed by the user. Is this possible? Ideally the user would complete a webform I have created and once they are finished it woul ...
rc1585 — February 2012 — 1 comment
Discussion Programmatically add a donation
I've followed the great screencast: http://www.commerceguys.com/resources/articles/238 to add a donation feature to a drupal commerce site. I know need to be able to add a donation programmatically (this is just a toy example if someone is interested ...
Manuel — February 2012 — 1 comment