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 3501
Vote up! 0 Vote down! See answer provided by user in above comment:D ...
Josh Miller — September 2012Question 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
Question What determines the format of the order print and email view?
/admin/commerce/orders/[order#]/view/print and how to set this to automatically email to a user. Can anyone help? Specifically I need to put ...
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
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
Discussion Booking System
I am working on developing a site that allows users to select a date and make a payment on their ... booking. Once a user has booked a date ie. made the payment then that date is no longer available. and ...
z_khn06 — September 2011 — 5 comments
