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 Which module to use for purchase discount coupon?
Hi all, I'm building a website which sell discount coupon such as the famous Groupon. I wanted to know which module can allow to purchase coupon? In my case coupon itself is a product. Is there any module able to allow user to download the dynamicall ...
maxchock — June 2011 — 1 comment
Blog Commerce Module Tuesday: Commerce Dunning- Part 1
Welcome to another Commerce Module Tuesday! Today we are looking at Commerce Dunning, something we ... at Commerce Guys have been working on for awhile. This is part one (on what a Dunning process looks ... the Dunning Process using Prezi. This is an important step towards making Drupal Commerce handle ...
balintk — August 2013
Discussion signed contract module or recipe.for drupal Commerce?
hello, i came across this wordpress plugin and I need to know if drupal commerce has either ...
sebra — March 2013 — 3 comments
Answer Answer to Question 8070
http://www.youtube.com/watch?v=BMoTuHf5WX0 Then install the Rubik admin theme: http://drupal.org/project/rubik I haven't used Rubik, but ...
r — May 2013 — 3 comments
Answer Answer to Question 3688
and there is a Commerce integration: http://drupal.org/project/apachesolr_commerce ...
Josh Miller — September 2012Discussion External Integration Needs
the capabilities of an accounting system Shipping and packaging capabilities are typically determined ... companies willing to put both time and money into projects that integrate their back end systems to ... in many modules (i.e. shipping, packaging, pricing, donations, non-physical goods, etc). Creation of ...
chrisstrahl — November 2009 — 5 comments
Answer Answer to Question 3707
module is this: http://drupal.org/project/commerce_custom_product ... here: http://commerceguys.com/blog/introduction-custom-line-items-drupal-commerce and the recommended ...
Josh Miller — August 2012Answer Answer to Question 8061
= array('#type' => 'hidden', '#value' => $zip_code,); For shipping add the following ...
vinoth.govindarajan — May 2013 — 6 comments
Blog How to create a Drupal 8 Toolbar Icon
just begging to be extended and filled with all the awesome-sauce that is Drupal Commerce. Below is ... @file * Styling for Commerce toolbar icons. */ /* Bar formatting, not implemented, but we may want ... */ function commerce_library_info () { $libraries = array(); $libraries ...
Josh Miller — December 2013 — 5 commentsAnswer Answer to Question 3304
= commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; ... 'customer_profile_shipping' && $pane_data['enabled']) { // load current order $order ...
switch — August 2012
