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 No Checkout link for anonymous users
anonymous users in the shopping cart. Any ideas what I might have done (or un-done?) Drupal 7.9, Commerce ...
spoonbow — November 2011 — 3 comments
Question Copy user profile to billing information
Vote up! 0 Vote down! Hello, I have been searching how to copy the user information in the account ...
rodrigoglz — September 2013 — billing information
Discussion Own entity as product entity
Hi, If i understand the Drupal Commerce architecture correctly, I am supposed to create a product ... "entity" to define the product, followed by a product "node" which will allow me to visualize the ... product entity. Currently I'm working on a system that will import data from a seperate data source, ...
svendecabooter — March 2011 — 4 comments
Answer Answer to Question 15949
http://stackoverflow.com/questions/22887384/getting-line-items-in-drupal... https://drupalcommerce.org/developer-guide/utilizing-core-apis/working-e... ...
Missy Smith — September 2014
Answer Answer to Question 21607
use rules based on user role to set the price for each product (if the pricing level has a value in ... may need to make sure your rules weights are correct to apply them in the right order. If a user has ... a user has both wholesale & distributor roles then distributor should be applied last. ...
Andy @ BlueFusion — November 2014Answer Answer to Question 13304
know how to group, count, and limit the products. For that, I would add a secondary field to products ... and then create a custom Rule condition (blog post with untested stub code). ...
Josh Miller — March 2014 — 2 commentsDiscussion "Discounted" Subtotal
not the original price? It's confusing if the users see the discounted price on the table and the ...
akosipax — January 2013 — 3 comments
Discussion Programmatically add new product
= 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => ... '], 'op' => t('Save Product')); drupal_form_submit($form2_id, $form2_state); ... but lots of warnings... and the data is not saved to the db. call_user_func_array() expects parameter ...
dlats — November 2013 — 1 comment
Answer Answer to Question 13297
product display node and not the products entities. Technically there are many other ways to do this, ... Vote up! 0 Vote down! Wow, that's a lot of levels of display formatters. I assume you're ... including using display suite, or panels, or even just a views block that has properly set up references. ...
Josh Miller — March 2014Answer Answer to Question 9282
Reference). And I had created another product reference for other purposes. So It is better if you could list ... 'admin/commerce/products' page lists only products which are referenced to 'field_product' field (of type Product ... all Product Reference type fields in 'admin/commerce/products' page, not only ...
sheyx_samil — August 2013 — 1 comment
