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 commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter
Hi, I am trying to add an additional AJAX command that's fired when users select a product reference (eg. users select a product reference and a value on the page is updated). I have found commerce_cart_add_to_cart_form_attributes_refresh() and I can ...
rj — December 2012 — 3 comments
Discussion problem with cache_form table
I use a nodes with 2 and more referenced products. After the node is rendered, in table 'cache_form' adds 2 or more records. One record size is ~1MB. How I can use attributes without this bug? Thanks. P.S.: Sorry for my English. ...
egorbright — May 2012 — 11 comments
Answer Answer to Question 32369
Vote up! 0 Vote down! Check if you have Rules 2.8 or 2.7 installed. If you have 2.8 then have a look at https://www.drupal.org/node/2403851, the patch has worked for me. ...
Andy @ BlueFusion — February 2015 — 1 comment
Question German TAX Calculation
Vote up! 1 Vote down! i have a problem with the tax calculation in drupal commerce. it seem to calculate with the wrong entity base or something. someone has an idea? https://dl.dropbox.com/u/1343241/dc_tax.png greets Tax ...
Answer Answer to Question 8434
Vote up! 1 Vote down! Without more information, it's hard to be sure. Sounds like you're using Kickstart 2 and created a site based on the demo store. You will have to re-install on a non-demo store to get rid of a lot of the demo content types, ...
Josh Miller — July 2013 — 3 comments
Discussion commerce_product_save($product); problem
I am creating a product using the below code. Everything is fine, bar not saving the price information. When I load the product using commerce_product_load($product_id); I get all the correct product information without the price information. Any ideas wh ...
stevieegee — January 2015 — 1 comment
Discussion Discount does not count the entire cart quantity
I'm trying to use the "Simple Discount using the VAT Hack" (http://www.drupalcommerce.org/node/461) to provide a discount on the purchase of 12 or more items. This is working great as long as there is one product type in the cart that meets ...
pkchoo — May 2012 — 3 comments
Answer Answer to Question 8036
Vote up! 1 Vote down! In your product display content type, take a look at fields configuration: in the Fields Display settings, put the product field format as Add to cart form ...
strae — May 2013 — 2 comments
Answer Answer to Question 15426
Vote up! 0 Vote down! No:) Orders and other entities reference users by uid, and that one never changes. ...
Bojan Zivanovic — August 2014 — 1 comment
Discussion line item: let user to choose value from product display
Hi, My client need to sale training. the product display has a collection field: date + location reference When the customer put in the cart the training, I need to ask him which collection he choose. So how can I add a selection field in the line item wh ...
tOf — September 2013 — 3 comments