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 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
Answer Answer to Question 4083
use the masquerade module http://drupal.org/project/masquerade. It allows a user with the right ... permissions to switch users. ...
Anonymous (not verified) — August 2013
Answer Answer to Question 7580
user. So we have 1000 users and 4000 products. Every user have different price per product, based on our ... ERP product price lists. So how can we use these price lists of user on drupal commerce. We will ... develop a sync of our ERP db (with users and price lists) to drupal db with some new table. So if we have ...
tarasiadis — August 2014
Documentation Installation profiles
collection of Drupal Commerce distributions available to help new users get started. This is especially ...
Ryan Szrama — May 2012Answer Answer to Question 7265
http://www.drupalcommerce.org/user-guide/checkout-order-status-updates ...
realskorpion — April 2013
Documentation Ticketing & Registration
you accomplish that, depending on the user experience you want. Registration Commerce Registration ...
Nicholas Vahalik — July 2015 — Drupal Commerce 7.x-1.x — Status: No Known ProblemsDocumentation Customer profile system
other types of details. These customer profiles are not unique to a user, meaning a single user may have ... book functionality where a user has a default profile of each type but may create a unique profile for ... with users to pre-populate orders and address books. Existing profiles can also be edited, but if ...
Ryan Szrama — May 2012 — 1 commentDocumentation Payments
This is the common form of payment where you send your user, with order details, off to another site ...
Richard Jones — June 2014 — 2 comments — Drupal Commerce 7.x-1.x — Status: No Known Problems
Question How to change status for all products at once?
i want to disable/enable all products to not let users to add them to card. product status ...
farruh — December 2015 — product status
Answer Answer to Question 5447
Vote up! 1 Vote down! Greetings, Once the admin fee is paid the user will be granted a new role. ... use Drupal's built in roles to make it easier. Only authenticated users are allowed to complete ... the checkout process. Only users who have paid the admin fee can gain authenticated user permissions. ...
drupalability — April 2013
