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.
Question anonymous users can't add products to cart
Vote up! 0 Vote down! Hi I'm using commerce 7.x-1.8. As user1 I can add products to cart and ...
Discussion How get product variations on Shopping Cart?
each have views so I should be able to change them. Also, I know it can be done for Commerce Kickstart ... commerce-product' can someone point me into the redirection. I really need this functionality for a site that needs ...
Question Remove Price field (not just hide it in display)
Vote up! 0 Vote down! Hi, I'm working on a business-to-business commerce site where ... Commerce though, so it's not just a product catalog site. How can I remove the Price field from the ...
Answer Answer to Question 8414
or forking the australian commerce currency module, here. ...
amingilani — August 2014
Answer Answer to Question 10930
hook_commerce_checkout_complete is the hook I was needing. I found it at: ... http://api.drupalcommerce.org/api/Drupal%20Commerce/sites!all!modules!co... ...
imaaxa — August 2014
Discussion Product price based on the selected options/line items- Price update before add to cart
Hello everybody, I'm using Drupal 7.14 with the actual Commerce and Commerce Product Option ...
paddes — May 2012 — 3 comments
Discussion Sales tax calculated based on the line item's price rather than product's unit price
I am changing the product's unit price before the product is added to the cart. The sales tax must be based on the new changed unit price instead of the standard unit price. At present DC tax calculation uses the product's unit price instead of ...
metarama — January 2012 — 8 comments
Question order number or ID pattern
in drupal commerce and have this be the order number when someone purchase a product. Thanks oder ...
docans — March 2014 — oder pattern
Discussion Alter cart unit price and total amount
mymodule_calculate_product_price_cart($order) { $order_wrapper = entity_metadata_wrapper('commerce ... $commerce_line_items = array(); foreach ... ($order_wrapper->commerce_line_items as $delta => $line_item_wrapper) { $line_item ...
Answer Answer to Question 12475
commerce_checkout_complete is never thrown, so if you have any rules like emails or anything setup, they will not send. So ...
Travis — December 2013 — 2 comments