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 Disable checkout pane based on cart
in the cart then an additional checkout pane is shown where the user needs to provide additional ... to capture additional information about the user which will not be needed for other products. Any ...
z_khn06 — October 2011 — 1 comment
Question "This product is not available for registration at this time." Drupal Events REgistration
users cannot for some reason register for my events, though the admin role can. I've searched and ...
Answer Answer to Question 4497
http://example.com/admin/config/user-interface/superfish. Regards, John ...
jebernier — August 2014
Discussion Order NOT submitted when Paypal's selected as Payment method
Paypal's selected as payment method but that stops redirection & user's presented with order ...
Philben — February 2013 — 3 comments
Question Assigning Block Region for Connector Block
anonymous users have access to Facebook Connector, still the social login link is not displayed. When ...
Question Error when enabling Kickstart alpha2 on existing dev site
/Users/Aeons/Sites/intl-alchemical.org/modules/field/field.crud.inc). [error] Cannot modify header information- headers already sent by (output started at ... /Users/Aeons/Sites/drush/includes/output.inc:37) bootstrap.inc:1239 [warning] FieldException: Cannot change an existing field's type. in ... field_update_field() (line 234 of /Users/Aeons/Sites/intl-alchemical.org/modules/field/field.crud.inc). Drush command ...
Discussion Placing Future Orders
box, the user will be able to choose how many weeks they want the veg box to be delivered. Ideally ... I'd like the user to be able to login and see their previous orders and also their upcoming orders. ... I want users to be able to add items to the upcoming order until the day before the delivery. I have no ...
Answer Answer to Question 37854
Original Author: Ryan // Modifications by Josh global $user; $product_id = 6; // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...

Question Passing attributes from one module to other
checkout, I am adding a new custom module(creating an account for the user and few other things). I need to ...
Srini Vuyyuru — August 2014 — drupal commerce
Discussion Pricing Rules Based on Other Products Already Ordered
I'm not sure what the best way to proceed is. What I want to do is set the price of a product to zero if another product has already been purchased. It's a one-to-one relationship. For example, one free scarf for every hat purchased. What I need ...
gauntlet — December 2011 — 5 comments