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 Price display options

I have been tasked with creating a "wholesale" only store that will be viewable to the general public. I want to hide the PRICE field and the ADD TO CART button from the general public and an authenticated user can see both. Any suggestions woul ...
mew_fla — June 2012 — 1 comment — hiding the price

Answer Answer to Question 13303

Vote up! 0 Vote down! The sorting should translate to the customized order of products. Confirm that when you are sorting the products in the backend that you click "save" to save the new order. Also confirm that if you login using a different b ...
joshmiller Josh Miller — March 2014 — 1 comment

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

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

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

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 ...

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

Discussion Paypal Sandbox: Items in your order via Email

Hy, i´m using Paypal WPS with a sandbox account for testing. Everything works fine BUT, when i finish the payment i got an Email (no additional Modules installed) with everything BUT the line items. It seems that paypal is not giving back this values. Is ...
sammyfm — February 2013 — 1 comment — paypal

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

Pages