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 Is there a payment method that doesn't actually process the payment?
What I'm trying to do is make the checkout process as normal where the user enters their card details etc. but the payment isn't actually processed, I would just like to receive the user's card details so I can enter them into card payment ...
Carl Bowles — October 2013 — 1 comment
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 ...
Josh Miller — March 2013 — 1 comment
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 Drupal Commerce with Salesforce suite
Hi, I am working on a site which is using Drupal Commerce alongside the Salesforce suite for Drupal (https://drupal.org/node/1944054) and I think I have come across a compatability issue between the two. I've managed to install the Salesforce suite o ...
Answer Answer to Question 12584
Vote up! 0 Vote down! Judi, As I wrote about in the documentation and a recent blog post, it's critical you leave the modules in the profiles/commerce_kickstart folder and not move them out of there. Josh ...
Josh Miller — January 2014 — 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 ...
Discussion Architecture question Taxonomy/Product type
Hi, I really can't figure out how I should do the structure of a web shop I'm working with. I can create different Product Types for all products. I can also use Taxonomy and have a nice vocabulary for all product types. The question is, which o ...
Chucken79 — May 2012 — 2 comments
Answer Answer to Question 3528
Vote up! 0 Vote down! The picture will show up when you add a product display. When you view the product display, it will use the product image that you uploaded in the mentioned step. admin/structure/types/manage/product_display/display Is there you woul ...
Kingu — July 2012 — 1 comment
Discussion Product options from a Content Type
I would like to add an additional option for the product before adding to cart. User's will need to select an artwork for a certain product. These artworks are image content uploaded (content type Artwork). How do I use these content type Artworks as ...
marvzz — October 2011 — 1 comment