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 8719
views_handler_area { function render ($empty = FALSE) { global $user; if (user_access ('create answer ... content', $user)) { // Build an empty Answer node object for use on the form. $node = (object) ... array( 'uid' => $user-> uid, 'name' => (isset($user-> name)? ...
Josh Miller — April 2014Question How to disable quantity widget on shopping cart page.
($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ...
Discussion Multisite shared cart /checkout
I found a tutorial for sharing the user information between multisite sites, but I haven't found ...
Antsa — January 2013 — 2 comments
Question Why does Drupal Commerce change an original username to the full billing name?
username as 'John Doe'. If one looks at the list of users (/admin/people), his username will be ...
Answer Answer to Question 15234
https://drupalcommerce.org/user-guide/payments... but that says nothing about how to create these payment modules.. all other documentation either ...
cappie — August 2014
Discussion How do i add files to an order
Hello, i am trying to let users add files to there order. Webshop where they order flyers and so ...
michiellucas — February 2012 — 2 comments
Discussion Text removal "item"
Hy, i want to remove the word "item" that appears in the shopping cart, as i just use a shopping bag icon and implement the number of total items in cart. Rather removing the word or getting the total amount of products in cart via code. Any sug ...
Question Translation question: billing/shipping information and order total
information" that I cant find a way to translate. I suppose they are derived from the user profiles or ...
minoxes — February 2016 — translation question
Answer Answer to Question 7625
http://www.drupalcommerce.org/user-guide/products ...
Josh Miller — April 2013 — 4 commentsDiscussion Custom Customer Profile or Custom Line Item?
I'm looking for some advise from someone who may have more experience with Commerce than I do. I am creating a store for children's class registration. I would like to capture some information about the child at checkout, like Name, Age, Gender ...
dashonice — December 2011 — 1 comment
