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 7742
http://drupal.org/node/1967330). About the creation of an Omega Kickstart subtheme, you can find some instructions there ... (http://drupal.org/node/1768696) but you can take your inspiration from the commerce_kickstart theme (The one used in the demo ...
Jonathan S — April 2013Answer Answer to Question 32369
a look at https://www.drupal.org/node/2403851, the patch has worked for me. ...
Andy @ BlueFusion — February 2015 — 1 commentDiscussion how to markup UPS shipping rates
Can anyone help with how to markup all UPS rates by $1 I suppose this would be done using rules but I have not been able to figure this one out. Thanks ups shipping ...
Answer Answer to Question 5313
others: 1. Edit your Product Variation (manage display > Node:Product list): ... admin/commerce/config/product-variation-types/product/display/node_product_list 2. In the "field_images" settings (gear icon), change "Link image to" to ...
r — March 2013
Answer Answer to Question 5392
Vote up! 1 Vote down! Hm. It sounds to me like these nodes can already serve as Product Displays. ... All you need to do is create products for each node and relate them via the inline entity field. Or am ...
drupalability — April 2013
Answer Answer to Question 3176
Vote up! 0 Vote down! In a rule where you have access to the order. Find the line item, the node ...
Interlated — January 2017
Discussion Additional services for products already purchased
proceed. All the products allow to create nodes of specific content type. Let's say I've got ... options. I use node convert to change the content type of the node. The other case is I purchase an ... addition service which updates my node (for example, making it sticky at the top of the list). I can ...
Samirah — July 2011 — 2 comments
Answer Answer to Question 31861
has a a few options. But it might be better to do it in a node_view_alter in a custom module: function ... HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015Answer Answer to Question 6336
a node during the checkout process. There are a substantial amount of nodes to select from so I was ... the user refine to a single node. Then add that selected node to the order to help with back office ... to select a node to continue the checkout process. In regards to question 3 above, the field is added ...
jstrosch — January 2013
Documentation Cart & Checkout
related to the order, Commerce extra panes allows you have a piece of node content within the checkout ...
Nicholas Vahalik — September 2015 — Drupal Commerce 7.x-1.x — Status: No Known Problems