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 Load Address from order

I'm completely unfamiliar with the Entity API and am struggling to get hold of some fairly straightforward data from the order object- the billing address. I've tried the code snippet suggested by Ryan: <?php $order = commerce_order_load ($or ...
kingandy — August 2011 — 2 comments

Discussion Problematic anonymous access to "product display" views having a join to the product

I created a view a product display and I wanted to only show product displays associated to specific product types. So in views I added a join to the Product Entity and added a filter for the related-product:type field. After doing that the anonymouse use ...
bago — October 2011 — 1 comment

Discussion Manage display of Product Attributes (product variations)

Hi guys, I created a new product type called: Video Game. It has a field called: platform (xbox360, ps3 and pc). So you can create product variations like: mortal kombat for ps3 mortal kombat for pc mortal kombat for xbox360 I added them to a product disp ...
realskorpion — August 2012 — 1 comment

Discussion Business Directory out of the box?

Hi there, I am fairly new to Drupal and Drupal commerce but have been keeping an eye on what's been going on and I am hoping to use Drupal Commerce to power a new business directory site. I have tried searching for an answer but couldn't find me ...
recedo — October 2011 — 1 comment

Discussion setting the discount rate via code

Am trying to add a discount on the product price depending on where are the users are from "filled in the registration form" Am thinking about fetching the data "state" via hook and altering the discount rate depending on the fetched d ...
nodeAche — October 2011 — 1 comment

Answer Answer to Question 8173

Vote up! 0 Vote down! One possible idea could be:- Add a "role_field" to the Product Variation Type- Implement hook_entity_view_alter (viewing products list) and hook_form_alter (altering the add_to_cart form) Not really sure if that's the ...
Favio Manriquez — May 2013 — 1 comment

Discussion Several prices for several roles

Hello, Is it possible to display one alternative price with respect to specific role? thanks ...
spasmody — October 2011 — 1 comment

Discussion Feature List

I'm comparing various cart choices for a client and was looking for a list of features for Drupal Commerce. The list on the "Core Features" page is mostly benefits. Features I'm looking for include the ability to provide a store credit ...
AdaptImpact — December 2012 — 1 comment

Answer Answer to Question 9675

Vote up! 0 Vote down! You may want to look into feeds for importing a collection of products. http://drupal.org/project/feeds ...
Joshua Needham — September 2013 — 1 comment

Discussion "Administer your store" page when goes to /admin

Hi, I'm stuck with strange behavious. When I enter /admin in page URL I'm redirected to some page (I think there is no 403 error page) with content: Store [admin/commerce] Administer your store. When I disable menu Store in Managemenet menu (in ...
f.gorczynski — August 2012 — 1 comment — administration, Login

Pages