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 3245
= commerce_cart_order_load ($user-> uid); if ($user-> uid > 0) { unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013
Answer Answer to Question 8668
a checkbox seen by the user that will turn off the quantity in the cart? ...
akosipax — July 2013
Answer Answer to Question 5249
module enabled, use it to add and remove items to the client cart as needed, and just say that users with ... this order." Why does that require disabling the Cart module? Couldn't I just keep that ... the "Client" role aren't allowed to see the cart? ...
jhmoore — December 2012
Question Comprehensive tutorial on (HTML-) Mail configuration
it look like I would like it to. I did not start with commerce kickstart as this shop had to be ... (add to cart) I don't want in the confirmation mail. Additionally it comes with an ... how to properly set up the mail-system for the shop? Thank you. Email html ...
Answer Answer to Question 38569
"REQUIRES": ["rules", "rules_array_create", "commerce_cart"], ... "ON": {"commerce_cart_product_add": []}, "IF": [ {"data_is": ... list item"}, "DO": [ {"commerce_cart ...
Travis — August 2015 — 1 commentQuestion How do I override the page display at user/*/orders/*?
is). I would like for page manager to control this page but the page: user/%users/orders/%orders is ...
Discussion How to subscribe a user to a group after completing the checkout process?
contains a particular product Create a new [user] entity... Loop: Add user role... Until there I get the ... rule working smoothly. I would like to add to it: Add user to group where NID of the group is: X (an ...
Rosamunda — March 2013 — 4 comments
Documentation How do I change my currency format?
requesting support for currency format customization through the user interface. When such a module is ...
Ryan Szrama — May 2012 — 3 commentsDiscussion How commerce is designed for following two things
Dear commerce devlopers and advances users. Can you please explain how commerce is designed for ... from one Product Display to have same image? It is not ok for user to upload image for each product ... entity... So the way out is to add field to product display and it is just fine, except Views in cart which ...
chaugi — February 2012 — 3 comments
Answer Answer to Question 31861
Vote up! 0 Vote down! https://drupalcommerce.org/questions/20019/need-remove-add-cart ... HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015