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 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 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
Discussion Alter order amount based on payment method
How can I alter the order amount after user selects a payment method? I've been looking ...
oz_an — January 2012 — 5 comments
Documentation Ticketing & Registration
you accomplish that, depending on the user experience you want. Registration Commerce Registration ...

Documentation Order info hooks
commerce_order_commerce_order_state_info(): Canceled- Orders in this state have been canceled through some user action. Pending- Orders in ... user interface Pending- default status of the Pending state, used to indicate the order has completed ... module actually uses the order status to identify an order as a user’s shopping cart order based on the ...

Documentation Sell Price Calculation
representing the product as if it were in the user's current shopping cart order. The unit price of the ... Display of any price field to show all components. This is handy for showing a user that you are giving ... any user with the role "Administrator" and show the price with components. Our base price: ...

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
Blog DrupalCon Chicago Development Roadmap
profile ready for new users to start selling on Drupal 7. Where are we now? Still firmly in alpha ...

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 7265
http://www.drupalcommerce.org/user-guide/checkout-order-status-updates ...
realskorpion — April 2013