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 order not storing line item
Hi, I'm not getting any errors in the log, but at some point during the checkout process (likely at payment redirect) all of the line items are being dropped, so that orders aren't being saved with any products. Price totals and everything else ...
Pfriedo — April 2012 — 1 comment
Question D8 / v2 Downloadable Products?
Vote up! 0 Vote down! Is there a way to implement downloadable products for D8 Commerce at this ...
1kenthomas — August 2016 — files
Answer Answer to Question 8273
module- https://drupal.org/project/phpmailer- instead. This email won;t change the Mail system, it will ...
vasike — August 2014 — 1 comment
Discussion Orders not displayed in commerce/orders
Hey guys, My installation will not list orders in commerce/orders unless the order was created and ...
jaredef — March 2012 — 1 comment
Discussion Commerce File Module: Free download of product file on zero price?
I am minding if this might be done in Commerce file itself, on products with zero prize. I opened ... a specific issue on the Commerce file module page: http://drupal.org/node/1417766 ...
itamair — January 2012 — 1 comment
Discussion Commerce customer account interface
its usability. The generic drupal commerce feature will provide an interface to let a user see his ... orders, however when it comes to features provided by contrib module (ex.: order returns, commerce user ... points, addresses from commerce addressbook, newsletters subscription from simplenews...), there is no ...
liupascal — February 2012 — 1 comment
Question Can't set permissions, they don't stay checked
Vote up! 0 Vote down! Hi, On the cart page, anonymous users don't have a button to finalize their order. They only have the button update cart. Admin users have both. I wanted to give some permissions to Anonymous users such as 'access checkout& ...
Nicolas Bouteille — April 2013 — 2 comments — permissions
Discussion Trying to understand the structure of kickstart
missed something. Commerce Kickstart structure commerce products ...
Discussion Commerce Customizable Products
Any assistance with the following support requestion would be much appreciated. From: http://drupal.org/node/1447968 I have a site that sells image prints that have sepia or black and white options. I can get this to work well no problem following the gre ...
brendanp — February 2012 — 1 comment
Question How to disable quantity widget on shopping cart page.
($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ... (entity_metadata_wrapper('commerce_order', $cart)->commerce_line_items as $delta => $line_item_wrapper) {if ...
