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 7460

Vote up! 0 Vote down! Hi, Check these to understand how drupal commerce manage products: ... http://www.drupalcommerce.org/videos/commerce-kickstart-2/product-page-v... http://www.drupalcommerce.org/commerce-kickstart-2/product-management-ov... Thanks ...
realskorpion — April 2013

Question How to see whats available from entity wrapper?

Vote up! 0 Vote down! $wrapper = entity_metadata_wrapper('commerce_order', $order) How ...
thiokol — March 2014 — wrapper

Answer Answer to Question 44081

Vote up! 0 Vote down! You will want to download Commerce Extras to expand Rules so it can look ...
tjohnston Travis — February 2016

Discussion registration at checkout... is possible to make seamless?

Can Loggintobbogan be used wtih Drupal commerce? I would like to keep a login box at the top of ...
domineaux — July 2012 — 1 comment — Login, registration, checkout, logout

Answer Answer to Question 8025

(/admin/commerce/orders/<order_id>/revisions)- full history of the order with log messages and users who made each change. ...
maciej.zgadzaj — July 2013 — 3 comments

Discussion Shop only for registered user

Hello, how can I set the shop only for registered users?? Guests can't see the shop and can't set an article into the ccheckout. ...
Akini — November 2011 — 2 comments

Answer Answer to Question 16063

be in profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_taxonomy/theme folder ...
joshmiller Josh Miller — September 2014

Answer Answer to Question 6861

Vote up! 1 Vote down! Solved!- Sort of! It seems as though that when using any example test payment modules the "Update Order Status" to action does not get executed. However when using the Official Paypal module it all works fine and my order s ...
Malty — February 2013 — 1 comment

Answer Answer to Question 12543

determine if the order is actually missing. Take a look at the table "commerce_order" table and ... form that deleted it. Nothing Commerce will delete an order. In fact, it aggressively keeps track of ...
joshmiller Josh Miller — December 2013 — 2 comments

Answer Answer to Question 36112

http://fdiv.net/2014/06/11/sorting-products-drupal-commerce-add-cart-form This sets the default product to be the first variant that has a stock level greater than zero. ... function HOOK_commerce_product_reference_default_delta_alter(&$delta, $products) {foreach ($products as ... $key => $product) {$p_wrapper = entity_metadata_wrapper('commerce_product', $product); ...
DNZ Andy @ BlueFusion — May 2015

Pages