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 Enforce conditions before checkout?
allowing a user to checkout. I'm working on a site that requires "active member" status ... before users can register for programs, which are a special commerce product type. One idea I've ... tried is a form alter that disables the checkout button if the user isn't an active member and the ...
Dave Bruns — April 2013 — Checkout
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 ...
Discussion Create a node product that the purchaser can edit.
I'm having difficulties understanding how I can create a product to sell where the buyer can edit a text field on their own privately bought node. I've come up with a scenario but I don't know how to construct everything. I'm having di ...
BassPlaya — May 2012 — 4 comments
Answer Answer to Question 32890
Vote up! 0 Vote down! I think what you're looking for is capturing a field input when a user ...
David Wright — February 2015
Discussion Adding end customer product options
Hi, Is there currently a "best practice" method for adding an end-user customisable ... product field on a per-product basis? e.g. if my user wants to purchase a new fangled music playing device ...
andrewyager — April 2011 — 4 comments
Answer Answer to Question 10428
Vote up! 0 Vote down! I need non authenticated users to at least see the products and I need ... authenticated users to see the products, the cart and the checkout etc I know it is permissions related- but ...
ukfilmnet — August 2014
Question set orders as 'complete' from custom module
the data is received from the remote payment gateway and the transaction is completed, the user is ... {if($_GET['authorization'] == 'OK'){ global $user; $user = user_load($user->uid); $order ... = commerce_cart_order_load($user->uid); $profile = commerce_customer_profile_new('billing', $user ...
Answer Answer to Question 21607
use rules based on user role to set the price for each product (if the pricing level has a value in ... may need to make sure your rules weights are correct to apply them in the right order. If a user has ... a user has both wholesale & distributor roles then distributor should be applied last. ...
Andy @ BlueFusion — November 2014Answer Answer to Question 31876
owner, not the current user. I'd assume that is in one of your conditions. ...
David Wright — February 2015 — 1 comment
Answer Answer to Question 9136
Vote up! 0 Vote down! Solved.I found it. We are missing record with 0 id in user table.After ...
ajaichandran — August 2013
