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 Using tokens in checkout pane fields to populate defaults from Profile2 profile field
Vote up! 0 Vote down! I have main and secondary user profile types created with Profile2 I want to ... create an order fieldset in commerce containing fields from the secondary user profile data. I can create ...
Answer Answer to Question 31861
function HOOK_node_view_alter(&$build) { if(!user_access('wholesale permission')) { ...
![DNZ](https://drupalcommerce.org/sites/default/files/styles/user_search_result/public/pictures/picture-27739-1432618024.jpg?itok=u7wI4mKS)
Question How do I enable the Quantity field Widget on Add To Cart?
Vote up! 0 Vote down! How do I enable the Quantity field (so users can order say-5- of an item)? ... https://drupalcommerce.org/user-guide/cart#add-to-cart-examples https://drupalcommerce.org/sites/default/files/docs/Add-to-Cart-Form-Man... Referring to the above ...
Discussion Use of tokens in Emails
I want to use the phone number field from my user profile. Tx ...
Francois P — March 2013 — 2 comments
Discussion How prepared are Drupal 8 + Commerce 2.0 to handle high volume e-commerces?
check the stock for the closest Distribution Center when user checks out. Also if a particular product ... is out of stock in all of our Distribution centers, it shouldn't be visible to the user (or ... maybe marked as "out of stock") even in the home page. Ideally the user woulbe be able to buy ...
jfbaro — December 2015 — 1 comment
Question Store unable to send any order emails
I have installed Drupal commerce at my drupal store but store unable to send any of emails to the user or ...
testmedma — December 2013 — 1 comment — order confirmation email
Discussion The Case for Commerce_SP
a subscription based website. The user would be subscribing monthly/yearly for access to premium content, but we ... user entity. This works pretty fantastic if you want to subscribe to a site and there is only one ... we dynamically add/remove the role out of the box without having the user modify the rules. If it ...
Question export shipping info into csv?
it to do is export the order ID, name, address 1 & 2, city, state, zip, country and user email ...
Discussion delivery time
Hi all, is it possible to let the customer chose the delivery time? I would need them to chose between some time slots. thank you in advance Lorenzo ...
lorenzo — December 2012 — 1 comment
Question How to disable quantity widget on shopping cart page.
($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ...