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.

Blog Commerce 2.x Stories: Currencies

This week it’s time to jump into Commerce itself. Let’s start with currencies. The very first Commerce ... 2.x story discussed our efforts to replace the hardcoded Commerce 1.x currency list with one generated ... 6 months (according to the CLDR release schedule). On the Commerce side, currencies are configuration ...
bojanz Bojan Zivanovic — November 2015 — 1 comment

Documentation Implementing an automated order workflow

hook_commerce_payment_order_paid_in_full() instead of the checkout completion event / hook. This is primarily the case when a site integrates ... The Drupal Commerce shopping cart and checkout systems handle advancing an order from the Shopping ... does not implement any rules specifically to place orders into these statuses. The only way orders will ...
Ryan Ryan Szrama — December 2013 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Blog Commerce 2.0-alpha4 released

Almost two months and seven thousand lines of code later, here's Commerce 2.0-alpha4. This ... bugs. Reminder: Commerce 2.x alphas are NOT production ready. No upgrade path is provided between ... module using the generic entity code from Drupal Commerce. For Drupal 8.1 we moved a lot of that ...
bojanz Bojan Zivanovic — April 2016 — 14 comments

Blog Commerce 2.x Stories: Workflows

aren't Commerce specific, we have placed them into a newly created State Machine module. The README ... Commerce 1.x orders have a status. The status indicates the current checkout page, whether the order is ... sent back to checkout”. Our requirements for Commerce 2.x were: Remove the hazy distinction between ...
bojanz Bojan Zivanovic — December 2015 — 2 comments

Discussion Rules subtotal Discount only when specific SKUs are in cart

if specific SKUs are in the cart. For example 3 items that are $100 each total $300, but show ...
Jeff Purtle — March 2012 — 1 comment

Discussion upgrade role on successful purchase

How would I upgrade a role on a specific purchase. am trying to sell memberships to my site. so ... "member" when they buy that specific product and the purchase is successful? the checkout rules are very ...
Zuclo — March 2011 — 13 comments

Discussion How I can collapse checkout panes?

automatically. Is this possible? What property have to change? Can do this using the rules module? What hook can ...
cdaimiel — December 2013 — 1 comment

Discussion Disable checkout pane based on cart

Is it possible to disable a checkout pane based on the contents of a cart. Example if product a is in the cart then an additional checkout pane is shown where the user needs to provide additional information. Is this the best way to achieve this? Basicall ...
z_khn06 — October 2011 — 1 comment

Discussion Quicktabs module

hie Hie i would like to display information in the detail product with tabs using Quicktabs module i try with panel whitout success my be the solution is to create field text in the product display and adding a Quick Tab block to this this text as this li ...
philippe3441 — November 2013 — 1 comment

Answer Answer to Question 8638

* Implements hook_field_formatter_info(). */ function MYMODULE_field_formatter_info() {return ... views (the default in commerce_kickstart), you could add a custom view mode formatter, for example: /** ... => t('Description'), 'field types' => array('commerce ...
Favio Manriquez — June 2013

Pages