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 Drupal Commerce suitability for Real Estate
Is Drupal Commerce (DC) suitable for a real estate application? Has there been any experience with a DC Real Estate application? There is a Drupal Real Estate group that seems to have hit road blocks but none seem to have considered DC, is there a reason ...
Tokoh — January 2012 — 3 comments
Discussion A new stock control & multi location system.
Hi, I don't know if this is the right place to bring this up, but its called brainstorming so i'll give it a go. I would very much like to see a ubercart being multi location and have a better stock module. I have no idea how much of this is pos ...
paulg — October 2009 — 17 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 ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
Discussion Clarifying product attributes and what it does / doesn't mean
Hello all Hope the dramatic title drew you in. I believe this is a serious issue for DC, and is clearly being ignored (probably for very good reasons) by those in the know (probably because they are sick of the issue). However, as understandable as the ab ...
mikeaja — November 2013 — 1 comment
Discussion Event registrion and Drupal Commerce API
items, and send a user to a payment page? Also, is there a way to handle refunds if someone changes their ... signup details (Use case: user decides they don't want to attend a specific workshop, so they ...
brianV — February 2011 — 1 comment
Discussion Variable Base Currency with Real-Time Display Pricing?
displayed in a user selected language and a user selected currency. The displayed price should be calculated ...
johnm — February 2011 — 1 comment
Discussion Import script & taxonomy terms to product (product_display)
Hi! Is possible to add the taxonomy terms to product (product_display) with API function? G. ...
Gábor — May 2012 — 1 comment
Answer Answer to Question 10738
the example you have given. Hide (using CSS or whatever) the Drupal Commerce dropdown from the user ...
pipal — November 2013 — 1 comment
Question Performance issues
there any way of getting around this problem? I can enable caching for anon. users, but 90% of my ...
