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 Adding info to Order

hooks to add in the pane to the checkout process (need to specify it when entering billing info) and ... I handle the validation to insure it is a correct account. I expect I'll need to hook the order view ... to display this info as well. No problem... although it took forever to figure out how to do all the ...
Cogniven — December 2011 — 3 comments

Discussion Checkout Form: Pages and Panes

hook_commerce_checout_pane_info(). This hook should return an array of checkout pane objects keyed by a unique pane_id and include ... hook_commerce_checkout_pane_info_alter($checkout_pane). The checkout pane object will include the pane_id. This hook is invoked by the function ... hook_commerce_checkout_pane_info() and the related callbacks, look in the order and cart modules. Major changes from Ubercart include ...
Ryan Ryan Szrama — May 2010 — 10 comments
Contributor Spotlight: Josh Taylor

Blog Contributor Spotlight: Josh Taylor

involvement in the Drupal Community and your contributions to Drupal Commerce specifically, what message would ... Say hi. (who are you and what do you do in the Commerce ecosystem) Hello! I'm Josh Taylor, ... I've been involved with helping Commerce 2.x in my spare time (not as much lately due to time ...
stephen Stephen Weinberg — December 2015
Contributor Spotlight: Lars Olesen

Blog Contributor Spotlight: Lars Olesen

Community and your contributions to Drupal Commerce specifically, what message would you give to individuals ... libraries instead of Drupal specific modules. What would you like to see more of from Drupal Commerce and ... of Commerce Kickstart v2 and a community member who has brought a lot of positive changes to the ...
stephen Stephen Weinberg — October 2015 — 2 comments
Contributor Spotlight: Joël Pittet

Blog Contributor Spotlight: Joël Pittet

Considering your involvement in the Drupal Community and your contributions to Drupal Commerce specifically ... Say hi. (who are you and what do you do in the Commerce ecosystem) Hi:) My name is Joël Pittet and ... I’m out of Vancouver, BC, Canada. I offered to help co-maintain commerce_discount and a few other ...
stephen Stephen Weinberg — November 2015

Discussion Currency symbol placement hook

hook_commerce_currency_info_alter(&$currencies, $langcode) {$currencies['EUR']['code_placement'] = 'before';} Where ... Hi, We have got commerce up and running here, but we can't seem to change to location of the ... currency symbol. I tried changing the commerce.api.php: function ...
Mizja — February 2012 — 4 comments

Documentation Ticketing & Registration

order. Commerce Tickets Info on Commerce Tickets coming soon... Commerce Booking Info on Commerce Booking ... coming soon... Commerce Event Ticketing Info on Commerce Event Ticket coming soon... ... Drupal Commerce can sell and manage things like event registrations, tickets, and the like. In fact, ...
nvahalik Nicholas Vahalik — July 2015 — Drupal Commerce 7.x-1.x — Status: No Known Problems
Contributor Spotlight: Erik Peterson

Blog Contributor Spotlight: Erik Peterson

Drupal Community and your contributions to Drupal Commerce specifically, what message would you give to ... Say hi. (who are you and what do you do in the Commerce ecosystem) Hi! My name is Erik Peterson, ... developer with a BFA in Graphic Design, a proud Commerce contributor, and have been working with Drupal for ...
stephen Stephen Weinberg — October 2015 — 1 comment

Question unencrypted credit card info in commerce_order and commerce_order_revision tables

Vote up! 0 Vote down! Using commerce kickstart 7.x-1.13 I found unencrypted credit card info in ... commerce_order, commerce_order_revision and cache_form tables. Scared the hell out of us. Where is this coming ... from and how do we prevent saving this info. Debugging determined that this info is put in after we ...
bbarnes — January 2013 — storing credit card data

Question How may I set a minimum quantity for a specific sku? (solved)

product than minimum. Attempted: Using the commerce pricing rules have created many rules to attempt to ... updating an existing commerce line item Conditions;Order contains a particular product Parameter: Order: ... [commerce-line-item:order], Product SKU: WTR-BLU-OS, Operator: <=, Quantity: 299 Actions; Set a data value Parameter: Data: ...
garpy — December 2014 — commerce pricing

Pages