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 Do you know any free alternatives for the Omega Kickstart and Drupal Commerce Kickstart theme?
I downloaded Drupal Commerce Kickstart. It comes with its own theme based on Omega Kickstart, which itself is based on the Omega theme. Unfortunately, this is a rather heavy theme and the multiple inheritances make it a pain to subtheme and customize that ...
John Slegers — May 2014 — 12 comments
Discussion display custom order fields in a checkout pane
field in checkout panes, so users can fill them. but by default there is no relation between fields that ...
moallemi — January 2012 — 2 comments
Answer Answer to Question 3626
The trick will be to add customizable fields that the user submits with their add-to-cart click. ...
Josh Miller — April 2013Answer Answer to Question 31861
HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015Answer 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 ...
Josh Miller — August 2015Question Add to cart confirmation popup only appearing for admins
a product to my cart while logged in as admin. However, while I am logged in as an authenticated user or as ...
ashash — June 2014 — Troubleshooting Add to Cart
Answer Answer to Question 8976
redirect as anonymous user. I've discovered that I do able to change the login form as described in ...
Arik Yudin — August 2015
Answer Answer to Question 37351
users know that they SHOULD NOT press back buttons after paying, or reload the page, as it could cause ...
Travis — August 2015Question 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 ...
Discussion Prevent adding product to cart based on date comparison
that are happening simultaneously and I don't want the user to be able to add an event (product) ...
