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.
Documentation Development Standards
user to group these 4+ modules together with their dependency. Contributed modules that don't ... separation between API functions and the user interface (i.e. not altering data directly in form submit ... default UI components. To be honest, we could probably use a separate set of user interface guidelines to ...
Admin — May 2012
Answer Answer to Question 3501
Vote up! 0 Vote down! See answer provided by user in above comment:D ...

Question pricing rule result as a product display
example I would like to capture the "donation " price entered by the users and display it near ...
AVILEVE — April 2013 — 2 comments — Pricing Rules
Answer Answer to Question 4180
Vote up! 1 Vote down! The quick edit feature gives users flexibility to speed up configuration by ... turning off validation by the constraint engine, so the user does not have to wait for each change to be ... validated. Configuration is launched with validation turned off. In the Siebel Configurator user interface, ...
bizworldusa — August 2013
Answer Answer to Question 8373
function to your theme. https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/t... Simply ... YOURTHEMENAME_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; // Helpful $user ... unset($variables['elements']['recent_orders']); $variables['user_profile'][$key] = $variables['elements'][$key]; } // ...
ahimsauzi — May 2014
Question Membership directory/listing of purchasers
Vote up! 0 Vote down! Hi, let's say the user purchases a 1/yr membership. Is there any module ...
Question Realization problem: How to create a product with selectable values
Vote up! 0 Vote down! Hello, I started on Drupal. I would like to create a page where the user ... selects some items which all has a price. Once the selection is made, the user adds the order to the cart. ... A price label that displays the real-time pricing of the user selection. For exemple, If this selection ...
romsVLM — April 2014 — 2 comments — add product
Answer Answer to Question 43338
Vote up! 0 Vote down! If we set the right permission for the user rule, that would be no problem. ...
Michael — December 2015
Question Product option selection in cart? how??
Vote up! 0 Vote down! hi guys, How can i add product option selection in cart, which allow user to ...
Answer Answer to Question 8028
Vote up! 1 Vote down! View any orders of any type is completely enough to give a role access to the admin Orders view. Are you sure you haven't changed your view's access permissions? ...
maciej.zgadzaj — May 2013 — 1 comment