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

Answer Answer to Question 5197

Vote up! 0 Vote down! How about rules? Rules ist made for this. You need a rule, fired, when one adds somthing to the cart. In that rule, you chekch for that certain product and its quantity. If customer tries to add the product with more than one piece, ...
ronald — December 2012 — 1 comment

Discussion Accounts created with "Create new accout for anonymous order" Checkout rule have blank password

I'm seeing user accounts created with the "Create new account for anonymous order" ... just being bizarre, it means users cannot log in through the normal login form and must use the ... to me how this isn't a bug)? mysql> select uid, name, pass from users where pass = ' ...
Barrett — January 2012 — 3 comments

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 ...

Discussion Is there a payment method that doesn't actually process the payment?

What I'm trying to do is make the checkout process as normal where the user enters their card ... details etc. but the payment isn't actually processed, I would just like to receive the user ...
Carl Bowles — October 2013 — 1 comment

Answer Answer to Question 4134

a second site for mobile users. ...
ndavidg — August 2013

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 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 ...

Discussion Different email notification per different payment method

email depending by payment system method. For exemple: I d like when user select Paypal system payment ... to receive a custom email. Or when a user select Bank Transfer to receive another custom email. ...
maxfalduto Max falduto — January 2013 — 6 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 ...
xbrianx — October 2013 — Checkout, panels, pages, Views, Order

Pages