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 Default shipping selection
shopping cart on the first checkout page only shows shipping after it's selected in the next step and ... going back. So if it is selected by default, will it show up on the view (shopping cart summary)? Thanks ...
hamu — April 2012 — 2 comments
Question Commerce kickstart installation.
Vote up! 0 Vote down! I am new to commerce kickstart guide me can i install it on xampp with win7 ...
drupalcommerce_297 — November 2013 — installing kickstart
Discussion Programmatically add a donation
global $user; // load the order, create new one if unexisting if (! $order = commerce_cart ... _order_load ($user-> uid)) { $order = commerce_cart_order_new ($user-> uid); } // Define the values for the ... ('commerce_order', $order); // Invoke the product prepare event with the shopping cart order. rules_invoke_all ...
Manuel — February 2012 — 1 comment
Blog Upgrade paths between Drupal 8 module versions
Over time, modules update their shipped configuration such as rules, views, node types. Users ... the user. In most cases (such as the “updated view” one), we want to only perform the update if the ... configuration was not user-modified. The update operation is usually called a “revert” since it involves ...
Matt Glaman — April 2016Question Enforce conditions before checkout?
cart for current user $order = commerce_cart_order_load ($user-> uid); // check to see if ... removing a product from your cart that requires active member status (2) a user can easily bypass the check ... allowing a user to checkout. I'm working on a site that requires "active member" status ...
Dave Bruns — April 2013 — Checkout
Module Goals
want users to complete. A task is an individual or series of actions that must be completed within ... a specified time frame. For example, a Goal could be the "Getting Started" goal, where a user needs ... Rules, such as: Awarding userpoints Awarding a user badge Granting additional role Documentation & ...
Scott Weston — March 2013 — 90 Installs
Question Realization problem: How to create a product with selectable values
selects some items which all has a price. Once the selection is made, the user adds the order to the cart ... price should display: 4.90 $ A user click on the button "Add to Cart " adds that control the ... Vote up! 0 Vote down! Hello, I started on Drupal. I would like to create a page where the user ...
romsVLM — April 2014 — 2 comments — add product
Discussion Products priced as individuals but sold in set quantities
widget to show as $3.00 but I want it to only be added to the shopping cart in multiples on 1,000. Any ...
bwharper78 — October 2011 — 1 comment
Module Commerce Credits
Commerce Credits allows you to have users buy or win credits. The credits these users buy or win ...
guillaumev — August 2011 — 116 Installs
Documentation Payments
This is the common form of payment where you send your user, with order details, off to another site ...
Richard Jones — June 2014 — 2 comments — Drupal Commerce 7.x-1.x — Status: No Known Problems
