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 10801
Vote up! 0 Vote down! tms1970, Great question! This is an easy one, so I went ahead and made a video to walk you through it. STEP BY STEP 1) Create a view at admin/structure/views/add- Show content- Make a block, not a page 2) Add a contextual filter on & ...
Josh Miller — November 2013 — 1 commentAnswer 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 commentAnswer 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 Product display?
Can we alter the display? Doesn't look as customizable as a view but has the automatic grouping option where it seems to put like-fields in a drop down. Is this the only benefit? Am I able to get the best of both worlds? Am I missing something? ...
switch — August 2011 — 2 comments
Discussion Rules and product fields, please help
Sorry if this has been discussed before, but I still don't have all the steps for accessing a field in a product. I have a product with a custom field "customer" and I want to create a rule so when an order is created, the customer field is ...
pitxels — March 2012 — 2 comments
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 Display filtered results on same page
On All products page, user can filter products based on category, but after user click on some category check box user is navigated to another page which shows filtered category products. The design of the new page is totally different, side bar is not di ...
Asad Malik — July 2014 — 1 comment — all product
Discussion Single Payment Method with Multiple Payment Accounts
So I am in the process of writing a module for the payment gateway we use (Nelnet/Quikpay), and have gotten it [mostly] working. The issue I've just realized is that we have different product types that have to be paid to different accounts, but usin ...
TheMoose — August 2011 — 2 comments
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 ...
