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.

Answer Answer to Question 4204

hook_commerce_checkout_pane_info_alter(&$checkout_pane) {foreach ($checkout_pane as $pane_name => & $pane_data) {if ($pane_name == ...
Prakash Gautam — September 2012

Blog Commerce Core 2.32 released October 19, 2022

Commerce Core 2.32 is a maintenance release providing PHP 8.1 compatibility fixes, a requirements ... customer but not B2B). Commerce 2.x Releases Planet ...
Ryan Ryan Szrama — October 2022

Discussion Commerce for products specific to various computer brands.

Hello, I am a DCommerce noob and am brainstorming on how to attack a new setup. I am relatively new to Drupal, but am an expert PHP developer and have written a few modules, so I am wet enough, and anticipate having to write a module for this project. For ...
vintorg — March 2012 — 1 comment

Blog Commerce PayPal release adds Venmo support

Centarro held a productive sprint at DrupalCon Prague on all things Drupal Commerce. Goals for the ... sprint included planning future Commerce Core improvements, packaging full releases of the modules ... included in Commerce Kickstart, and catching up on some long overdue marketing tasks. That including ...
Ryan Ryan Szrama — October 2022

Question Add tokens to the commerce-order token types for commerce-order-total field components base-price shipping etc

file: <?php /**  * Implements hook_token_info().  */ function Commerce_Order_Breakup_token_info () {  ... array('commerce-order' => $order),  );} /**  * Implements hook_tokens().  */ function Commerce ...      }    }  }           return $replacements;}?> Info file: name = Commerce Order Breakup tokens ...
Summit — August 2013 — 1 comment — Commerce Tokens

Discussion Order for specific customers

Is there any way to create an order for a specific customer. All I can do via backend is create an ...
dodlhuat — June 2014 — 5 comments

Blog Commerce 2.x Stories- Internationalization

currencies, and dates in a locale specific manner. It’s also a current pain point with Drupal 7 / Commerce ... Welcome to the first article in the “Commerce 2.x Stories” series. As the development heats up, ... 1.x- especially as it relates to currency management. Translations Commerce 1.x was always as ...
bojanz Bojan Zivanovic — November 2014 — 5 comments

Blog Commerce 2.x Stories- Addressing

Welcome to the second article in the “Commerce 2.x Stories” series. This time we’re going to talk ... about addressing, and our efforts to improve the already good Commerce 1.x addressing implementation ... Locality (city/municipality) Dependent locality (district) Postal code Commerce 1.x For the addressing ...
bojanz Bojan Zivanovic — September 2014 — 1 comment

Discussion Shipping: how to display shipping details or info in the shipping pane of checkout?

Hi, I have been trying to figure out how to display shipping info or details for the end customer ... to read during the shipping step of the checkout. The info i want to display basically describes what ...
thelauman — April 2012 — 4 comments

Blog Implementing a Commerce License plugin

First, we'll look at the files our planned module will need:. |-- commerce_license_og.info |-- ... admin/commerce/config/license/[license_type] path. Here is our hook_menu: <?php function commerce_license_og_menu () {  $items ...   commerce_license_og_flush_caches ();}?> This submit handler manually invokes our "on cache clear" hook. The cache ...
Christian Sieber — August 2014

Pages