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 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 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 Dynamically Disabling Customer Profile panes
forms to fill out. On completion of the checkout and payment process the data from a specific for ...
ACrazyAnimal — December 2011 — 1 commentDiscussion 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
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 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
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
Discussion Special Pricing Structure Best Practice
each instrument checked out to a user with a recurring monthly fee. Attached to each instrument is also ...
chrhill — February 2012 — 1 comment
Discussion Call External XML For Pricing
very specific task so I apologise up front if this is an RTFM question. When the user clicks the ...
