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 Adding extra submit handler for checkout pane
code, eg: $form['#submit'][] = 'myfunction'; but this doesn't work. I've ...
Discussion Get order total
Good day! Thanks for your great work! Tell me please how I can get the value of the order total in SQL query? ...
gumk — March 2011 — 4 comments
Discussion Pricing Rules with Multiple-Product Quantity Condition
I'm trying to create flexible mix-and-match pricing rules/discounts based on the combined quantity of a subset of products in the cart. Some discounts will be on a group of specific products, some on all products of a certain type, and some on produc ...
Discussion Disable checkout pane based on cart
Is it possible to disable a checkout pane based on the contents of a cart. Example if product a is in the cart then an additional checkout pane is shown where the user needs to provide additional information. Is this the best way to achieve this? Basicall ...
z_khn06 — October 2011 — 1 comment
Answer Answer to Question 4917
Vote up! 0 Vote down! The strange thing, is that I tryed to adapt the code of ... commerce_line_item_unit_price_amount() found in commerce/modules/line_item/commerce_line_item.rules.inc, so my code liiks like: <?php ... 'amount' => $updated_amount- $current_amount, 'currency_code' => $unit_price ...
strae — November 2012Discussion Breadcrumb Conumdrum
I am developing a clothing store using the kickstart non demo. I have categorized the products in ...
Discussion Custom order number or ID?
development knowledge. My client wishes to have their invoice numbers display the date before the number... ...
Answer Answer to Question 10096
(commerce_order_order_confirmation_to_admin) of your message in this code. With this small module, i get my order summary in the order ...
rico3030 — August 2014
Discussion Auto generate the product title
Hi, is that possible to hide the product title field in the "Add a product" page? or maybe it could automatically generated from the other fields? ...
kooroach — December 2011 — 15 comments
Question How to get field values from products in product display nodes?
in the referenced products (i.e. price, sku, etc). Any pointers or sample code greatly appreciated! ...
Dave Bruns — April 2013 — Product Display
