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 Simple payment methods
I need to have two very simple payment mehtods to my drupal commerce e-shop. Payment method 1: If user choose PayPal then there appears field where user gives his PayPal email address and then later I will manually send bill to that address. Payment mehto ...
ace11 — December 2011 — 2 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 ...
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 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 ...
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
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
Answer Answer to Question 16942
Vote up! 0 Vote down! Miles, Sounds to me like you only have half the puzzle figured out. I recommend getting a blank sheet of paper and drawing a graph of how your website sells 3D printing capabilities. Ultimately you'll need a "handoff" ...
Josh Miller — October 2014 — 1 comment