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 31662
Vote up! 0 Vote down! thanks for the reply. it doesn't look like it'll allow users to ...
ben lamptey — December 2014
Discussion Adding other sub product inside product
Not sure how to do this bu,t it is my next project. I have two products on my site. I need to add a text field to the products that would allow a customer to donate how much money they would like to be added to the product price. The product would have a ...
jmr3460 — October 2012 — 1 comment
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
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
Question How do I create a Custom Panel Page for Checkout/Cart Page?
called review-order. I added a context for the logged in user and added a relationship to Commerce Order ... from User. I add the view shopping cart form to panel and add commerce order id (from user) as the ... view's context. The problem is that it seems like it takes just the first order ID from the user and not ...
Documentation Modifying the Shopping Cart using Views
contextual filter, be sure to provide default value and select "Current user's cart order ID." ... IMPORTANT: Supply Default Value and choose current user's order ID 114.02 KB Add a relationship to ...
smokinggoat — August 2012 — Commerce Kickstart 7.x-1.x — Status: No Known Problems
Discussion Billing information autocomplet
autocomplet with user registration field. how i do that? Name, City, Country, Address, etc... to auto complet ...
hannah_irina — January 2012 — 3 comments
Answer Answer to Question 7580
{"user_has_role": { "account": ["site:current-user"], "roles": ...
Summit — December 2013 — 3 comments
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
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 ...