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 How do I capture a payment date when confirming payment?

a user is allowed to check out their order and then make payment at a later stage. We then scan through ... payment transactions back to bank statements because the payment transaction dates differ. 2. The user ...
mjkovacevich@gmail.com Mike Kovacevich — January 2015 — Commerce payment

Discussion Defining a Customer Entity

perhaps a primary user account uid field. Orders instead of referencing a customer_uid would then ... reference (or create) a customer, and for logged in users we can easily associate an order with an existing ... interoperability. It's quite likely sites will not want Drupal user accounts for all their customers (this was ...
Ryan Ryan Szrama — May 2010 — 18 comments

Discussion Add to cart with Ajax

ajax_cart_form($form, $form_state){  global $user;   $form_state['rebuild'] = FALSE;   $order_id ... = commerce_cart_order_id($user->uid);   $cart =  commerce_embed_view('commerce_cart_block', 'default', ...
supergogy — February 2012 — 21 comments

Answer Answer to Question 13213

reading the User Guide now, and it's very different from the tutorial. ...
toptomato — February 2014

Discussion fetching customer profile via rules, when checkout is completed

user, who has created the order, can have many different customer profiles and i need to fetch exactly ...
dasmoermel — October 2011 — 2 comments

Discussion Affiliate module

as an affiliate" and "use custom affiliate codes". The first role gives each user ... However, the user can have more than one affiliate code. If he has the "use custom affiliate ... affiliate codes which can be used to bring users to the site. That way he can track different campaigns and ...
bojanz Bojan Zivanovic — May 2010 — 11 comments

Answer Answer to Question 8875

users. Then again, I suppose you've already done that if you've gotten this far. ...
zJoriz — August 2014

Question Update Quantity of Product B based on Product A

Vote up! 0 Vote down! Hello, I have a website that users can register for Courses on. Courses are ... (I've tried Commerce Fee but had no luck so this made the most sense). When the user is at the cart ... So this is what I have working so far: 1) User adds product to cart 2) Rule checks if product has ...
tjohnston Travis — June 2013 — quantity, Rules

Discussion Subscriptions payment with DC

about the arquitecture I chose: 1. I have a subscription content type where I keep user data 2. In ... a product/product display with a fixed price 4. After a user creates a new subscription, I redirect the user to ... a page with an "add to cart form" for my product 5. The user follows all the process until the ...
dbrouard — February 2014 — 1 comment

Question How to hide Customer Profile custom fields?

a user editing their profile? Customer Profile ...
Bruno Prior — October 2014 — 1 comment — Customer Profile

Pages