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 8960

might produce both laptops and monitors. So a user could go to the "All Products" page and ...
joshmiller Josh Miller — August 2013

Discussion Drupal commerce- what page/function should i call after an off site payment

I'm creating a module to integrate xpay- carta sì payments inside Drupal commerce. I don't have any documentation on xpay apart for the module developed for ubercart. Anyway i managed to code the part where the payment method is added and i succ ...
nicola.peluchetti — March 2012 — 1 comment

Discussion A product with multiple attributes for one field...

Let me try to briefly explain my problem... Say we have a Shoe we're selling. The shoe will have a size and a color, and these are options you can set up with the product and select on the display page to add to the cart. Now let's say shoes can ...
chadcf — March 2012 — 1 comment

Discussion Unable to View Details of Order

commerce_order_ui_order_view(Object, 'customer') call_user_func_array('commerce_order_ui_order_view', Array) ...
ngwong — July 2013 — 1 comment

Discussion Possible theme issue

Greetings all, Long time Ubercart user and looking forward to using Commerce. I'm on ...
clint — April 2012 — 1 comment

Discussion How to set up menu structure from tags

Hi All. I will try to keep this short (not my strongest point). I am an experienced joomla user ...
soundexcel — November 2012 — 1 comment

Discussion Using rules to send different emails for Bank transfer and Cash on Delivery Payment

"param_type": "commerce_order_order_confirmation_bank_transfer",             "param_user ... "commerce_order_order_confirmation",             "param_user": ["commerce-order:owner"]          },           ...
pavel — February 2013 — 1 comment

Discussion Commerce Customizable Products

to work well no problem following the great screencast for this module. I.e. the user can select ...
brendanp — February 2012 — 1 comment

Answer Answer to Question 4516

release that needs work to make it useable for ordinary human users who aren't Drupal developers. Oh ...
Stuart Hertzog — October 2012 — 1 comment

Discussion Programmatically add a donation

  global $user;   // load the order, create new one if unexisting   if (! $order = commerce_cart_order_load ... ($user-> uid)) {  $order = commerce_cart_order_new ($user-> uid);  }   // Define the values for the ... price through Rules so it reflects the user's actual   // purchase price.   rules_invoke_event ...
Manuel — February 2012 — 1 comment

Pages