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 3418

Vote up! 0 Vote down! It doesn't appear that commerce is using drupal_mail() to send mail, which is too bad because it prevents me from using hook_mail_alter. ...
jherr — July 2012 — 1 comment

Answer Answer to Question 7569

Vote up! 1 Vote down! That is a tough question. I'd recommend leaving your database alone after uninstallation of ubercart modules. Was this a D7-> D7 migration? I would recommend using migrate and bringing in the products and order history from a ...
joshmiller Josh Miller — April 2013 — 1 comment

Answer Answer to Question 4045

Vote up! 1 Vote down! This can be done using the Entity Translation module, see http://www.drupalcommerce.org/discussions/820/how-do-i-setup-multilingua... for more information. You could also try out the multi language version Commerce Kickstart to see h ...
dwkitchen David Kitchen — August 2013 — 1 comment

Answer Answer to Question 7518

Vote up! 0 Vote down! I solved this problem using jquery & css instead of hook ...
sibiru — April 2013 — 1 comment

Discussion Update commerce cart form view on ajax submit

Hi! I have altered the views_form_commerce_cart_form_default form to allow ajax submission on quantity change. My ajax attribute is as follows: $ajax_field_settings = array(  'event' => 'blur',   'callback' => '_aj ...
oleronning — April 2013 — 1 comment

Discussion Notes on development standards

Drupal coding standards for syntax and documentation; Coder module standards. Patches must pass Coder.* Using proper file includes in the menu system: pages.inc, admin.inc, theme.inc Standardize on CCK module structure / subdirectories: includes, theme (i ...
Ryan Ryan Szrama — October 2009 — 3 comments

Answer Answer to Question 7580

Vote up! 0 Vote down! Hi, Using this great rule I got the following debug messages:- Unable to evaluate action commerce_line_item_unit_price_amount.- Unable to get the data value for the variable or parameter amount. Error: Unable to get the data property ...
Summit — December 2013 — 1 comment

Discussion multiple variables for product node display

I'm having a mental block trying to display a product display node. Using the demo site as an example. There is the top level category display of "wearables'. Then there is a t-shirt 'All Tied Up'. There is the drop down menu to s ...
goody815 — February 2011 — 3 comments

Discussion How to restrict drupal percentatge coupon for products

We are using drupal percentage coupon module. When customer add products admin>store>products customer can select if this product is on sale (if sale there is a discount) http://i.stack.imgur.com/YWsBN.png if its a sale and selected some percentage, ...
Nisus — March 2013 — 1 comment — drupal coupon, percege coupon

Discussion How do I modify the default Commerce Discounts view to filter discounts by user

On the admin/commerce/store/discounts page, I would like to edit the view and add a filter that would allow me to find all of the discounts for "Order Discounts" where there are discount conditions applied to specific users? In short, I want to ...
lalbright — December 2013 — 1 comment

Pages