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 7599
for me. I know there is a way to insert a select list of user names into the product display creation ... form so that you can pick a user and then have Views insert the data fields from the user profile. ...
beatdrop — September 2013 — 2 comments
Answer Answer to Question 12703
MYMODULE_form_views_form_commerce_cart_form_default_alter(&$form, &$form_state) { $form['actions']['submit']['#submit'][] ... = 'MYMODULE_cart_update'; $form['actions']['checkout']['#submit'][] ... = 'MYMODULE_cart_checkout';} function MYMODULE_cart_update($form, &$form_state) { dsm('Update Cart clicked);} ...
ridgek_lives — August 2014
Answer Answer to Question 12703
MYMODULE_form_views_form_commerce_cart_form_default_alter(&$form, &$form_state) { $form['actions']['submit']['#submit'][] ... = 'MYMODULE_cart_update'; $form['actions']['checkout']['#submit'][] ... = 'MYMODULE_cart_checkout';} function MYMODULE_cart_update($form, &$form_state) { dsm('Update Cart clicked);} ...
ridgek_lives — August 2014
Discussion Fixed Discount on Cart (not line items)
the fixed discount of $25 to the whole cart (instead of granting a discount on individual line items, ...
BigAllan — July 2012 — 1 comment
Discussion Rules module- Access Commerce Option Sets
check if user checked/unchecked the boolean field in the option set. According to the users input ...
vdorneanu — March 2012 — 3 comments
Discussion How to assign orders to a manager?
Hi, For various reasons, when the customer submit an order, I need to assign the order to a manager, who will be responsible for the post-processing of the order submitted. In our case, the manager of an order can be changed, and I need to be able to trac ...
foredoc — September 2014 — 5 comments
Discussion Automatic add to cart
entry, determines the total charge. There should be no adding to cart. (Or, the entries should ... automatically be added to the cart, so the visitor is not faced with that additional task.) It appears anything ... Drupal Commerce to do what I intend? So far, nothing has turned up in Google... add to cart autoadd ...
Discussion Discount upon the productgroup (taxonomy)
Hi! The shop: product display: TITLE,BODY,PRODUCT,PRODUCTGROUP (taxonomy) product: ...
Gábor — July 2014 — 1 comment
Answer Answer to Question 14436
Vote up! 1 Vote down! Nevermind. I found my own answer. I was mistakenly using Add to cart field ... in a view when I should have been using Product reference field rendered as a cart form. ...
drupalability — June 2014
Answer Answer to Question 12668
Vote up! 0 Vote down! hi, I have found this article but have a few questions http://technology.blue-bag.com/localizing-drupal-7-commerce-site-step-st... 1-Is this valid? 2-Is this valid for kickstart? 3-Is this the best way to do it or there is a better s ...
Mastap — January 2014 — 1 comment
