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.

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

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

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 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 ...
BD3 — June 2012 — 9 comments — invoice, bill, payment

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. ...
DNZ Andy @ BlueFusion — November 2014

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

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

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

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

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

Pages