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.

Documentation How do I collect shipping fees?

One of the driving principles behind Drupal Commerce is to keep the core as small as possible, providing the basic systems required for an e-commerce website. The core systems can be easily extended to add additional functionality as necessary. As such, w ...
Ryan Ryan Szrama — May 2012 — 5 comments

Answer Answer to Question 13732

for example the Price Table module. The solution discussed here can be used on display node level, ... what is very cool when you have a lot of variations referenced by one single display node ...
Max Acke — December 2014

Answer Answer to Question 3332

node-product.tpl.php in my theme I used theme Ecommercpro ...
Jericho — June 2012

Answer Answer to Question 3205

http://drupal.org/node/1490136 Will be fixed in the next Rules version. ...
joshmiller Josh Miller — June 2012

Answer Answer to Question 8125

Vote up! 0 Vote down! thank you so much Banzai. In site-information I just have node/38 which is ... the node I want to use. A bit of digging... and in omega: region--content.tpl.php is NOT applied on ...
KitchenSync — May 2013

Documentation Function that tells us if the items in Shopping Cart / Basket

<?php // Provided by stevetook in the forums. function items_on_cart () {  global $user;   $cart = commerce_cart_order_load ($user-> uid);   $line_items = count ($cart-> commerce_line_items)? TRUE: FALSE;   return $line_items;}?> ...
joshmiller Josh Miller — May 2012 — 2 comments

Answer Answer to Question 20019

Vote up! 0 Vote down! You should be able to go to the Product Display (node) Display Settings and ...
joshmiller Josh Miller — November 2014 — 1 comment

Discussion Store made of user contributed products

and a display node separately. This is good if admin creates the products, but would be confusing if ... users wanted to create products. Is there a way to somehow create the product and the display node at ...
iraszl — February 2013 — 2 comments

Answer Answer to Question 45383

(node--content-type.html.twig). In drupal 7, print like " <?php   print render ($content ...
Bhoomi — July 2016

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 ...
jsacksick Jonathan S — April 2013

Pages