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.

Discussion Adding/Editing Custom Line Item Info To Existing Orders

organization they belong to. I have a donor who made a donation but forgot to fill out the chapter info (I ... and add her chapter info but I can't figure out where to get to that info. If I have to I'll ...
carelessdonkey — April 2013 — 1 comment

Answer Answer to Question 39983

hook_commerce_currency_info_alter(), which may make no sense if you've never needed to build a drupal module before. It's ... https://www.drupal.org/project/commerce If you need to fix it right now (which you probably do) then you need ...
DNZ Andy @ BlueFusion — November 2015

Discussion Is it possible to pass info from the content display to the cart?

demo with the coffee mug, Commerce seemed like it would offer me a solution to my problem. So I set up ... is the image will never change, only the options. Well anyone who knows commerce can guess what ...
nathaniel.metrock — April 2014 — 1 comment — add to cart, content, product attributes

Discussion Help modifying the commerce_bank_transfer module

info on the checkout completion page. I'm stuck though, as I don't know which hook to use. ... Hello! I'm trying to fix the commerce_bank_transfer module so that it will display the bank ... commerce_bank_transfer_commerce_checkout_router($order, $checkout_page) {if ($checkout_page['page_id'] == 'complete' && ...
yannisc — June 2011 — 1 comment

Blog How to create a Drupal 8 Toolbar Icon

a configuration array instead of a yaml file, but time will tell. <?php /**  * Implements hook_library_info ... ().  */ function commerce_library_info () {  $libraries = array();   $libraries ... hook_toolbar().  */ function commerce_toolbar (& $items) {  $items = array();   $items ['commerce ...
joshmiller Josh Miller — December 2013 — 5 comments

Answer Answer to Question 3304

hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) {    global $user; ... Vote up! 0 Vote down! Think I got it. check out the revised code: /* * Hook ... = commerce_cart_order_load($user->uid);             // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012

Discussion [SOLVED] Programagical types and products.

hook_install(). */ function cg_commerce_signs_install() {  drupal_static_reset(); ... FieldException: Attempt to create an instance of field commerce_price without a bundle. in field_create_instance() ... unexpected error. Please try again later. When installing with this in the install hook: /** * Implements ...
N1ghteyes — August 2013 — 2 comments — commerce products, Install Error

Discussion Rules: How to fetch all products of a specific type

Hi! I need to fetch all products of a specific product type in a rule. How to do it best? thanks, ...
dasmoermel — December 2011 — 1 comment

Page Denver 2012- Drupal Commerce Training Sessions

source e-commerce framework built specifically for Drupal 7. Its core modules define the basic components ... TRAINING- DRUPAL POWERED E-COMMERCE WITH DRUPAL COMMERCE Drupal Commerce is an e-commerce ... blocks and systems you need to develop any type of e-commerce site. By making as few hard-coded ...
Stephane — February 2012

Blog Drupal Commerce 2.0 Enters Beta

During the Commerce 2.x session at DrupalCon Dublin we officially tagged Drupal Commerce ... Commerce 2.x on Drupal 8" session. For a quick overview of our project philosophy and the improvements ... we've included in Commerce 2.x, watch our session from DrupalCon Dublin. The session heavily features ...
bojanz Bojan Zivanovic — July 2017 — 8 comments

Pages