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.

Question What determines the format of the order print and email view?

/admin/commerce/orders/[order#]/view/print and how to set this to automatically email to a user. Can anyone help? Specifically I need to put ... some custom info in the footer or somewhere on the invoice. thanks! Invoice Print ...
Maestro232 Maestro232 — April 2016 — Invoice Print

Blog Shipping the Future

goals. The new rating engine will have three specific hook points: Splitting Packing Rating Splitting ... requirements, rate quoting, and itemized reporting. The existing Commerce Shipping module fails to address these ... see on a daily basis. The release of Commerce Shipment was a huge step forward. It lays the ground ...
nvahalik Nicholas Vahalik — January 2015 — 1 comment

Discussion commerce_product_save($product); problem

information. When I load the product using commerce_product_load($product_id); I get all the correct product ... = commerce_product_load_by_sku($sku);     $product =!empty($existing_product)? $existing_product: ... commerce_product_new('date_reserve_product'); // add price and currency information     $product_wrapper ...
stevieegee — January 2015 — 1 comment
Drupal Commerce SagePay Integration

Module Drupal Commerce SagePay Integration

SagePay integration for the Drupal Commerce payment and checkout system. Supports off site ... redirect type, server and direct credit card payments for Drupal Commerce. Developed by i-KOS, and ... sponsored by Sage Pay. This Module Replaces: Commerce SagePay Form Commerce SagePay Direct Commerce SagePay ...
ikos — March 2013 — 101 Installs

Module Commerce Stock

Commerce Stock Commerce Stock module, for Drupal Commerce. This module provides stock management ... for Drupal Commerce stores. Check out Randy Fay's Stock Screencast What version of stock should ... information Allows for Enabling of stock control for specific product bundles Allows for turning off stock ...
guy_schneerson guy_schneerson — April 2011 — 4962 Installs

Module Commerce Colissimo

through hook_commerce_colissimo_rates_table_info().- Flexible "Recommendation" system: either ... hook_commerce_colissimo_rates_table_info(). Current limitation- Physical product weight field should be in "Kg" only ... Features- Integrate with Commerce Shipping 2.x as a Shipping method- The rates tables can be provided ...
liupascal — December 2011 — 1 Installs

Question Hiding the postal code field in the address module: hook_form_alter didn´t worked. What am I doing wrong?

$form_id) {if($form_id == 'commerce_checkout_form_checkout') {hide($form['commerce ...
Rosamunda — February 2013 — 3 comments — AddressField, Customer Profile

Discussion Checkout and Update Cart Button replaced with Save Button

I recently updated the commerce module and after doing that, the shopping cart page now shows ...
efreedom — March 2014 — 1 comment

Question What is the function hook if the user change the default product?

Vote up! 0 Vote down! Hi guys I want to know what is the function hook if the user change the ... update the price in product display node. Thanks commerce product custom code ...

Documentation Instantiating core forms in contributed modules

module to use hook_form_FORM_ID_alter() to specifically add form elements and submit handlers to the ... the form builder function in the $form_state['build_info']. commerce ... _product_ui_forms() implements hook_forms() for the Product UI module to add a form ID commerce_product_ui_product_type_form for ...
Ryan Ryan Szrama — May 2012

Pages