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 4123

Vote up! 1 Vote down! Hey sorry for not posting this before. I am currently very busy finishing the project off so have not had the time to update this. I will come back in a week or so to post a link to a detailed explanation (newbie friendly). Basically ...
alexito — August 2013 — 1 comment

Discussion Specify weight of packaging materials

The weight of packaging materials can be a significant portion of the total weight of order and can have an impact on shipping costs. Can Drupal Commerce handle this directly rather than including a fudge factor in the weight of each individual item? ...
Dan Reinders — April 2010 — 4 comments

Answer Answer to Question 4772

Vote up! 1 Vote down! You will want to use hook_form_alter() and change the #access to the following for whatever fields you want to hide for anonymous: <?php // if anonymous, deny access $form ['field_name']['#access'] = user_is_lo ...
joshmiller Josh Miller — March 2013 — 1 comment

Discussion JOB: Help creating two Product Display nodes

I need help with the following: Create The Following DC Product Display Nodes: 1. Two different products displayed at the same time, with quantity fields for each, but only one “Add to cart” button that puts both products in the cart with their appropriat ...
Jeff Purtle — March 2012 — 2 comments

Discussion Billing Information and Payment (authorize.net) both on checkout pane

I am collecting billing address information and cc information on the same pane (checkout pane), and then on the review your order pane, users can see their billing information and using (card on file) the last 4 digits of the credit card they entered. Ho ...
rbaron — March 2014 — 1 comment — authorize.net, checkout

Discussion Add to cart leads straight to the cart form

Hi How to make new rule when add to cart leads straight to the cart form? Best regards ...
nawi — May 2012 — 1 comment

Discussion Shipping rate not in the correct sequence in order review

All, I have been looking for some time now on how to solve a problem I have. I was able to set shipping rates (flat rates) and configure them as they should. The only problem is that, when a customer goes to the check-out and gets the review Order, the sh ...
propje — March 2012 — 2 comments

Answer Answer to Question 4044

Vote up! 2 Vote down! Hey w00zle, How did you create the 'Processing' order status? maybe go and have a look if this has been done correctly. Each order status needs to have at least one order state. The update order status rule is going to set ...
BernieCram — August 2013 — 1 comment

Discussion Product Type link is gone?

I just installed a clean install of the latest version of kickstart 7.x-2.4 I am trying to create a product type and see that the link is totally missing. I have been using previous versions of kickstart up to this point and had no issues creating product ...
lmatthews — March 2013 — 1 comment

Discussion how to deferred payments handling(pre-approved)

Hi, I'm very new to drupal commerce so forgive the ignorant questions. I need to extend the commerce_paypal module and add another payment method that supports the Paypal Adaptive Payments SDK(or amazon FPS). Specifically, i want delayed chained paym ...
psychobyte — March 2013 — 1 comment — paypal, preapproved

Pages