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 12785
table is to look into the- [Current user] Node entry (click it). Then look for the field you want to at. ... I assume it will read something like- [current-user:field-phone-number] If you click that one, it should ...
Bird-Kid — January 2014 — 2 comments
Discussion Invoice a Customer and Have Them Pay Later
manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only ... wrong way completely? Only users on the site can make payments, so we don't have to worry about ... anon users. invoice bill payment ...
Answer Answer to Question 8028
filters the Commerce Order: Uid check, just click on "If the current user does not match the ... argument, validate the argument for users with specific roles" and choose your role. Hope this helps. ...
emailAlexander — September 2013 — 1 comment
Answer Answer to Question 7580
{"user_has_role": { "account": ["site:current-user"], "roles": ...
Summit — December 2013 — 3 comments
Question How to add the same product to cart more than one time
cart and it works fine, global $user; $product = commerce_product_load($product_id); ... $line_item_wrapper->save(); commerce_cart_product_add($user->uid, $line_item) But ...
Paulo Maia — March 2016 — commerce
Question Hide Price and Add To Cart
be able to add to cart unless a user has registered and been approved by a admin (in which they make ... their group role "WholeSale User") but the issue is, no matter what i do the price and ...
Question How do I create a discount manually for a specific order?
a discout to a specific user in a specific order? In example: A user completes an order of $100. The order ... involves a shipped item The shipped item arrives a little later than expected. The user calls to complain. ...
Question How to add subheading in Orders Page
Vote up! 0 Vote down! In the url, user/%user/orders/%commerce_order (or user/1/orders/1) also ...
Discussion Translation of Commerce Documentation in German
For myself and becoming closer with Drupal Commerce i made a translation of the Commerce User ...
Regina Oswald — September 2014 — 2 comments
Question Multiple Orders in one Cart
Vote up! 1 Vote down! Can you have multiple orders in one Cart? As an anonymous user, you can add ... anonymous user. At checkout, you log in. The current item in your cart is the current order(order #2) ... order #1 automatically show in order #2. Essentially, there would only be one active order per user ...