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 10930
hook_commerce_checkout_complete is the hook I was needing. I found it at: ... http://api.drupalcommerce.org/api/Drupal%20Commerce/sites!all!modules!co... ...
imaaxa — August 2014
Question order number or ID pattern
in drupal commerce and have this be the order number when someone purchase a product. Thanks oder ...
docans — March 2014 — oder pattern
Discussion Alter cart unit price and total amount
mymodule_calculate_product_price_cart($order) { $order_wrapper = entity_metadata_wrapper('commerce ... $commerce_line_items = array(); foreach ... ($order_wrapper->commerce_line_items as $delta => $line_item_wrapper) { $line_item ...
Answer Answer to Question 12475
commerce_checkout_complete is never thrown, so if you have any rules like emails or anything setup, they will not send. So ...
Travis — December 2013 — 2 commentsAnswer Answer to Question 3347
commerce_product_ui_product_type_delete($type_name);), but I still can't create a fully functional new product type. ...
LNakamura — June 2012
Discussion Dynamic Address Field Issue
with feeds-importer and drupal commerce dynamic address fields? Or am I doing wrong? ...
dodlhuat — June 2014 — 1 comment
Question Product Variations' Varying Properties
the umbrella of Types (represented by product from commerce module). The colors will be entered ...
Answer Answer to Question 12859
admin/structure/views/view/commerce_backoffice_orders/edit At the bottom right is 'Sort Criteria'. 'Add' whichever field you want to sort ... by- probably 'Commerce Order: Created date'- and make sure you select descending. However, ... unless you've changed the way order numbers are created then ' Commerce Order: Order ID' ...
Andy @ BlueFusion — February 2014Discussion On order products
I am a drupal commerce beginner that has taken over a drupal commerce site for a client. The shop ...
Discussion How to get Product-ID from Display-Node-ID programmaticly?
How do i get Product-ID from Display-Node-ID programmaticly? Any help much appreciated! ...
adam1 — July 2012 — 3 comments
