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 8467

Vote up! 1 Vote down! implement hook_form_alter ...
akosipax — June 2013 — 7 comments

Documentation Writing a payment method module

main points: Defining the payment method via hook_commerce_payment_method_info(). This hook is ... to the Payment info hook documentation and the proof-of-concept modules Commerce Authorize.Net and ... Drupal Commerce. Using PayPal as an example, this means the Commerce PayPal project will include modules ...
Ryan Ryan Szrama — December 2012 — 5 comments — Drupal Commerce 7.x-1.x — Status: Needs copy/style review

Blog Commerce 2.x Stories: Taxes

"Why doesn’t Commerce/Magento/$otherSolution handle my taxes properly? That’s the most basic ... application does more and the site administrator less. In the Commerce 1.x lifecycle we’ve built the ... commerce_vat module to handle the more and more complex VAT taxes. For 2.x, we’re bringing this approach back ...
bojanz Bojan Zivanovic — November 2014 — 8 comments

Answer Answer to Question 32042

'date_reserve_product ' but I had not define it with hook_commerce_product_type_info(); Silly me. ...
stevieegee — January 2015

Discussion add additional order status?

http://www.drupalcommerce.org/specification/info-hooks/order I've also seen how the various states and statuses are defined in commerce_order.module The ... with the commerce_order.module file. Do I create a module that simply includes this status ...
photoboy — May 2012 — 2 comments

Answer Answer to Question 12686

Vote up! 0 Vote down! The implementation of hook_commerce_line_item_type_info() fixes this issue. ... Each custom line_item needs to be created via this hook. This will add the two fields ... commerce_unit_price and commerce_total to the line_item. ...
fatguylaughing — August 2014

Discussion Workflow for custom checkout

commerce_checkout_pane_load() to load my payment pane. From there, DC takes it from there. The client was only specific about ... ready to check out, I have some callbacks hooked in to call my specific review and payment forms? ... Commerce, and I can't imagine not using DC. If you understand Drupal and have programming skills and ...
delta195 delta195 — March 2014 — 2 comments

Discussion Payments Specification

The Commerce project needs a way of handling payments, but its not the only project that needs to ... Commerce, but any other project that want some form of payment handling. A greater goal could be a project ... terms it is money transferring from one party to another. In the context of commerce, the main case that ...
univate — June 2010 — 9 comments

Discussion Product Specification

I'll drop it in the docs and get to work.---------- Drupal Commerce (hereafter DC) defines a new Drupal ... the specific attribute options assigned to each SKU. Products may be displayed to customers through ...
Ryan Ryan Szrama — January 2010 — 7 comments

Question How do I change the quantity widget label for a specific product type?

Vote up! 1 Vote down! I want to alter / change the label of the quantity widget for a specific ... http://postimg.org/image/t6s4xoh19/ How can I do it using a hook? Add to Cart form code hook_form_alter ...

Pages