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.

Answer Answer to Question 12785

Drupal Commerce via Drupal Kickstart, you should already have these installed. So at ... admin/structure/messages/manage/commerce_order_order_confirmation underneath the "Add another item" button you should have a table with the text ...
Bird-Kid — January 2014 — 2 comments

Discussion Donation and a Custom Price when Adding to Cart

= commerce_product_load($pid)) {  global $user;   $uid = $user->uid;   $line_item = commerce ... _product_line_item_new($product, $quantity);   $line_item = commerce_cart_product_add($uid, $line_item, FALSE);} } Rule Export ... "reaction rule",     "REQUIRES": ["rules", "commerce ...
aaronortega — June 2013 — 1 comment — commerce, donation

Answer Answer to Question 14326

do something with the product(s) in it: commerce_cart_order_load() will get you your cart contents ... you can use commerce_line_item_load_multiple() to load the items themselves ...
DNZ Andy @ BlueFusion — August 2014

Question Allow Users To Change Status Of Completed Orders

built site that’s using commerce for workshop registrations. We want each individual user to be able to ... Where do I even begin to look for this as I’m brand new to commerce. [Edited to add]: I think maybe ... not part of core commerce. users ...
Blake — May 2013 — 1 comment — users

Answer Answer to Question 31472

10000. I use Commerce Product option with commerce price attributes Commerce Product Attributes ... Version 2 is good but unfortunately not compatible with commerce price attributes. So now I have the video ... price on the product page that is possible with commerce price attributes. Next I have problems. VAT be ...
fugazi — December 2014

Answer Answer to Question 3188

Vote up! 0 Vote down! Hi all How to make cross selling optiom in drupal commerce? ...
nawi — February 2013

Answer Answer to Question 7036

Vote up! 1 Vote down! This can be done via admin/commerce/file-licenses/add ...
authentictech — February 2013

Discussion Field line_item in cart summary.

Hi everybody! I have a custom field created in line item. The question is: How can I calculate the sum of this field? Using rules, of course. And the result of this sum put it in the summary cart. Thank for your help! Yatiri. ...
yatiri — February 2012 — 2 comments

Answer Answer to Question 10428

Vote up! 0 Vote down! What do you mean with "commerce pages"? Orders, products, products ...
ziobudda — October 2013

Question Modifying the Checkout procedure

Vote up! 0 Vote down! I am building a proof of concept ecommerce solution using commerce kickstart ...
alanmaceoin — March 2013 — 2 comments — Checkout, Checkout Rules

Pages