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 8678
display node / commerce product entity. You will notice that your title is not is the fields list, and ... "title" module (https://drupal.org/project/title) to have a copy of your title into a real field, which ...
kim.kennof — August 2014
Documentation Memberships
Selling memberships usually involves selling a role with Commerce License and then configuring the ...
Nicholas Vahalik — June 2014 — Drupal Commerce 7.x-1.x — Status: No Known ProblemsDiscussion How to access [commerce-order:uid] or [commerce-order:owner] using php code?
([commerce-order:uid]), normally I could put that into the "Data selector" but this time where I need it the ... [commerce-order:uid] in php code. Or what is the equivalent php code to the token? is it possible? if it is, is there ...
bolind — December 2011 — 2 comments
Discussion Invoice a Customer and Have Them Pay Later
Is it possible to invoice a customer and have them pay at another time? I tried to create an order manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only Example Payment shows up, even though I have th ...
Documentation Reporting
...
Nicholas Vahalik — June 2014 — Drupal Commerce 7.x-1.x — Status: No Known ProblemsDocumentation Marketing & Merchandising
...
Nicholas Vahalik — June 2014 — Drupal Commerce 7.x-1.x — Status: No Known ProblemsDocumentation Payments & Taxes
...
Nicholas Vahalik — June 2014 — Drupal Commerce 7.x-1.x — Status: No Known ProblemsDiscussion Online food ordering for a cafe/restaurant: looking for a push in the right direction
(http://drupal.org/project/commerce_custom_product) maybe? Or "You'll need to define a product type for each menu category" or ... Drupal Commerce. The concepts are starting to make sense, yet while i'm pretty proficient with ... Drupal, i've got a long way to go to feel in any way competent with Commerce. This post is simply to ...
stephen Piscura — January 2012 — 3 comments
Documentation Tax Configuration
Types of Taxes Drupal Commerce can do lots of things, but it does two major kinds of taxes ... the tax, and nothing is added in the subtotal section (although Drupal Commerce does itemize the tax ... Configuration-> Taxes (admin/commerce/config/taxes) and add a tax rate. For example, to add a sales tax of 10%, ...
Randy Fay — February 2015 — 25 commentsDocumentation Function that tells us if the items in Shopping Cart / Basket
$cart = commerce_cart_order_load ($user-> uid); $line_items = count ($cart-> ... commerce_line_items)? TRUE: FALSE; return $line_items;}?> ...
Josh Miller — May 2012 — 2 comments