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 How do I translate the options in attribute field select lists?

a "Localized" taxonomy vocabulary. The user create the Products and later translate it using "Entity ... ago. The Products Types was created using "Term Reference" Field connected to ... Translation". When all variants are created and translate this products are connectde to a "View Node" ...
andrea.brogi — April 2013 — 6 comments — commerce_product, translation

Answer Answer to Question 8538

all the products in the results via commerce_product_load_multiple() ahead of time. However, if you ... know that this particular View isn't rendering product fields in such a way that requires the full ... not load the product entities when rendering the View. ...
Ryan Ryan Szrama — July 2013 — 4 comments

Answer Answer to Question 31861

HOOK_node_view_alter(&$build) {  if(user_access('wholesale permission')) {    ... hide($build['product:commerce_price']);     hide($build['field_product']);  }} The above was just typed in, I haven't ...
DNZ Andy @ BlueFusion — January 2015

Product Commerce Kickstart

Kickstart makes shopping on your site a joy with such features as drill-down searching, image zoom, product ... products, and customers through an intuitive interface that’s adaptable to your style and workflow. Bends to ...
Aaron Dudenhofer — August 2012

Answer Answer to Question 37854

Original Author: Ryan // Modifications by Josh global $user; $product_id = 6;   // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
joshmiller Josh Miller — August 2015

Discussion !order-summary blank if user doesn't complete checkout with a callback link

Hi, I don't understand when!order-summary token is available or not empty. I get a non empty!order-summary only if I click on a callback link from payment gateway, for example, PayPal Express Checkout. Any idea? Thank you order email commerce_email ...
christianb — October 2013 — 1 comment — order email, commerce_email

Blog Drupal Commerce 1.4 Release

on our entity operation links, and adding a node filter to only show product display nodes. Finally, ... we added a few features to make it simpler for site builders to build product pricing rules. Foremost ... operations (like creating a new product type or deleting a tax rate) require menu items to be rebuilt, but ...
Ryan Ryan Szrama — October 2012

Question How can I go directly from the cart page to checkout completion?

Vote up! 0 Vote down! I am building a very simple B2B order system. Products don't even need ... prices and neither payment nor billing information is needed during checkout. So to streamline the user ...
l0calh0rst — June 2013 — Cart, Checkout

Answer Answer to Question 7076

Check your anonymous user permissions for "View any product of type X" or "View any ... product of any type". ...
r — February 2013 — 1 comment
Exploring Drupal Commerce Support Options

Blog Exploring Drupal Commerce Support Options

arise in production, with our support teams combining their efforts to solve general Drupal or Drupal ...
joshmiller Josh Miller — April 2013 — 1 comment

Pages