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.
Question Manually assign credits?
Vote up! 0 Vote down! How can I manually assign commerce credits to a user? commerce ...
Discussion Multiple line items in the database but one in the order page
Hello. I am doing a report module to show various information about drupal commerce orders and ... line items. I am now facing a problem with the line items: For some orders, in the commerce ... {commerce_line_item} WHERE order_id = 388 gives me 5 intead of 1. Note: I am using Drupal Commerce 7.x-1.3. Thanks for ...
glcp — March 2013 — 2 comments — Line Items
Discussion Dynamic price calculation- complex case
sale in my Drupal Commerce store. A basic description of what should be achieved: A buyer arrives at ... this, using as much as the possibilities that Drupal Commerce provides by default (i'm still ...
svendecabooter — April 2011 — 8 comments
Discussion Is it possible to create a grid of product variations like this..
I'd like a user of my site to be able to add to cart a quantity and variation at the same time, by (say) clicking on £122 to select 5000 x (2sides + A6) (see attached image) Attachment Size grid.png 13.69 KB ...
RedMist — January 2014 — 1 comment
Answer Answer to Question 4315
Vote up! 0 Vote down! Try using http://drupal.org/project/views_editable_field and create the ...
Josh Miller — November 2012Question How to grant points to the product creator after the product is sold?
"OWNER": "rules", "TAGS": ["Commerce Checkout"], ... "REQUIRES": ["rules", "commerce_checkout"], "ON": ... {"commerce_checkout_complete": []}, "IF": [ {"data_is": {"data": ...
Question Checkbox to make billing information same as shipping information does not work for Anonymous users
fires. The `#element_validate` function `'commerce_customer_profile_copy_validate'` is never ... called. The `#ajax['callback'] => 'commerce_customer_profile_copy_refresh'` is ... that would allow anonymous users to use this checkbox? drupal-commerce checkout-pane ...
Answer Answer to Question 8363
Vote up! 0 Vote down! The problem appears to be that you've correctly altered the value of the button using: <?php $form ['submit']['#value'] = t ('Please contact us');?> But when you add the submit handler to the ...
Ryan Szrama — June 2013 — 4 commentsDiscussion Hide Add to Cart for a product if it is already in the Cart
Is there a way using Rules to hide the Add to Cart for a product if it is already in the Cart? ...
MarioBrus — November 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
