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 Drupal Commerce or Commerce Kickstart?
i've just finished lynda.com Drupal Commerce, the teacher recommends to install kickstart for the lesson, did and i completed the lesson just fine. now i'm ready to do a live site on a host. i don't know if i should install Drupal Commerce ...
TimesArrow — March 2012 — 1 comment
Answer Answer to Question 3537
Vote up! 2 Vote down! The trick with all of these is to use "Aggregate" in Views and know which entity to use as a base table. For example "most ordered items" can be created in views on a "Line Item" entity for type "Pr ...
Josh Miller — April 2013 — 1 commentAnswer Answer to Question 13579
Vote up! 0 Vote down! Hello Leonard, Are you using views for this display. If yes than you views shows fields instead rendered entity. But even on a product variation you are always free to disable cloud zoom you can configer this what ever you like ...
michel — May 2014 — 1 comment
Discussion How to import product status with commerce feeds module?
How to import product status with commerce feeds module? ...
garegin — March 2012 — 1 comment
Discussion List of Drupal Commerce Videos
Is there a list of Drupal Commerce Videos like there is a list of "List of contributed modules" and "Drupal Commerce Showcase". I found: DrupalconCPH Commerce Drupal7: http://vimeo.com/14406353 Drupal Commerce at DrupalCon Chicago: htt ...
latulipeblanche — June 2011 — 2 comments
Discussion Is it possible to pass info from the content display to the cart?
Let me explain my situation so I can show why I need this. Maybe there is a better solution. I am trying to develop a site for a photographer. He wants many options available to purchase. Different print styles, types of paper, styles of mounting, all of ...
Answer Answer to Question 3711
Vote up! 2 Vote down! i got it: $annotations = $form_state['values']['annotations']; global $user; // load oder $order = commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('co ...
maze — April 2013 — 1 comment
Discussion Get order total
How do I get the total monetary value of an order into a shipping module? M ...
thewelshmike — March 2012 — 1 comment
Discussion Freezing the prices once in my Cart
I'm just wondering if I can do the following with rules (rather than having to write a module): * I'm building a site where the prices of products update every minute. * When a user adds a product into their cart I want that price to 'freez ...
zapple — March 2012 — 1 comment
Answer Answer to Question 5367
Vote up! 2 Vote down! There are a number of things that you can try, but I recommend starting by installing Entity Cache http://drupal.org/project/entitycache and Entity Cache for Drupal Commerce: http://drupal.org/project/commerce_entitycache This adds a ...
robertDouglass — April 2013 — 1 comment
