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.
Question Passing attributes from one module to other
checkout, I am adding a new custom module(creating an account for the user and few other things). I need to ...
Srini Vuyyuru — August 2014 — drupal commerce
Answer Answer to Question 7554
{"commerce_cart_product_add_by_sku": {"USING": {"user": ["site:current-user"], "sku": ...
brandercreative — March 2013 — 3 comments
Answer Answer to Question 7044
Vote up! 3 Vote down! Your issue is with using the site:current-user token. You've indicated ... depending on site:current-user, you should use the commerce-order:uid token. ...
Ryan Szrama — April 2013 — 1 commentAnswer Answer to Question 10462
& ajax. The module redirect user to login if want create order. ...
sibiru — October 2013
Answer Answer to Question 10453
display them depending on user's role or display only on "admin/commerce/orders/*" page If ...
malovanets — October 2013
Answer Answer to Question 3778
code below To be somewhat consistent, I wanted to put tabs on the order display for a user so you could ... ['user/%user/orders/%commerce_order/view'] = array( 'title callback' => 'commerce_order_ui_order_title', ... ['user/%/orders/%/payments'] = array( 'title' => 'Payments', 'description' => ...
kevinquillen — April 2013
Discussion [solved] How do I translate message types?
send emails to my users in their own language (which might in this case be either English or German). ... Drupal Commerce. It's totally funky! And I love the web and its users for helping me out in oh so ...
Netzhexe — March 2013 — 3 comments
Question Pricing based on number of characters input
product to be priced based on the number of characters inputted by the user for engraving. For eg, For the ... first 40 characters, there wont me no extra charge and from the 41st character, user will be charged 50 ...
Answer Answer to Question 8637
orders}} This question remains: Do you really want to present your authenticated user with a previously ... confusing solution from a user perspective. Can be achieved by executing the commerce_cart_order_empty() ...
rawdesk — January 2016
Question How can I completely remove Billing Information from checkout?
Information section from the checkout process, and have removed user permissions to view/create/edit billing ... addresses for their own accounts. However... 1. Despite removing the permissions, users are able to view, ... with the permissions removed? How can I stop users seeing anything relating to Billing Information? 2. ...
