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 Szrama — May 2012 — 5 commentsAnswer 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. ...
Josh Miller — June 2012Documentation 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;}?> ...
Josh Miller — May 2012 — 2 commentsAnswer 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
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
Question Automatic Entity Label with Inline Entity Form (Product varation)
Vote up! 0 Vote down! I am using Automatic Entity Label to generate a title for my product nodes ... automatically generated product node title is not being including in the generated product variation title, only ...
crontab — January 2014 — variation title
Answer Answer to Question 32630
Vote up! 0 Vote down! See https://www.drupal.org/node/2425431#comment-9617247 for a fix that works ...
Andrew Rosborough — February 2015
Question Facet search title link
admin/commerce/products/x page- not to product display page (node). Very strange? I think that commerce kickstart product ... views works same way but it does link to node- like it should do. What I have done wrong in my own Facet ... search + views? When I set normal views to show my content then title link points to node url. drupal ...
