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 Has anyone gotten Parallel Payments or Chained Payments working using any PayPal-related Commerce module?
Vote up! 0 Vote down! Hi, I'm using the dev version of the Commerce PayPal Express Checkout module and I've run into a roadblock. I'm trying to set up my marketplace site so that third party sellers can sell to third party buyers, and I ...
Drupguy1 — June 2013 — 1 comment — PayPal, commerce paypal express checkout, adaptive payments, parallel payment, module
Discussion Product Display: Doesn't Show Referenced Fields
Hello, I am trying to display two products on a display type at the same time, with two add to cart buttons. So I have added a second Product Reference field to my Display Type. So I can associate the second product. This works however the fields from the ...
toddgeist — October 2011 — 2 comments
Discussion Proper way to disable checkout elements/modules when not needed?
Hi all- I have a store that has a mix of shippable and non-shippable products. When a customer orders all non-shippable products, I'd like to hide the shipping method and the shipping fields. I tried doing so by using hook_form_alter and unsetting th ...
neardark — October 2011 — 2 comments
Discussion User focused documentation of the product aspects of kickstart demo
The DC team have done a fantastic job with the latest kickstart but the learning curve for non Drupal users is still high. I needed to clearly explain the demo capabilities to my user, for example how the product variations, product variations types and d ...
Discussion Disabled rule disappears
I'm trying to trace down a rules warning that keeps appearing on checkout and I disabled the rule "reaction rule Reset the cart order status on product add or remove." and the rule disappears from the active/inactive rules page. I'm gl ...
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 The Inevitable Tax Discussion
So, taxes suck, we all know this. The problem is that they're really hard to implement in Ubercart. The folks that wrote the Washington tax module kick ass BTW. I'm sure there are other good ones out there too. First, some background. I'm o ...
chrisstrahl — November 2009 — 20 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 ...

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