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 Price Components Summary
Vote up! 0 Vote down! I am trying to create a view with a summary of Price Components per user and ... UserPoints- aka "Royalties", Shipping, etc. I am trying to show users on the site what their total ...
Answer Answer to Question 3358
should be something like this: <?php foreach ($node-> field_product as $product) { $product_user ... = user_load ($product ['uid']['#value']); echo $product_user ['name'];}?> ...

Answer Answer to Question 8385
Vote up! 2 Vote down! If I understand your question correctly, you don't actually want a text field on the product itself- you want every customer purchasing a particular product to be able to enter some custom text associated with their purchase. We ...

Question Order stuck in cart
Vote up! 0 Vote down! Hi, when a order is placed and the user goes through the checkout process, ...
Answer Answer to Question 7374
http://www.drupalcommerce.org/discussions/7286/user-focused-documentatio... http://www.drupalcommerce.org/videos Thanks ...
realskorpion — March 2013
Answer Answer to Question 31861
HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...

Discussion Product visibility settings and node referencing
of type X will have is a 'credits' (integer) field. the requirement is that only users of ... to users of specific role. 2. how does the product these users buy reference a specific node to add ...
dlit — May 2012 — 3 comments
Answer Answer to Question 8719
views_handler_area { function render ($empty = FALSE) { global $user; if (user_access ('create answer ... content', $user)) { // Build an empty Answer node object for use on the form. $node = (object) ... array( 'uid' => $user-> uid, 'name' => (isset($user-> name)? ...

Answer Answer to Question 4895
Vote up! 1 Vote down! You could create a View block that shows only on user/commerce/orders/* and ...

Question Off site payment example
must be also simple post redirect trigger after checkout completion, if an user has chosen a offsite ...