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 7554
{"commerce_cart_product_add_by_sku": {"USING": {"user": ["site:current-user"], "sku": ...
brandercreative — March 2013 — 3 comments
Answer Answer to Question 37854
Original Author: Ryan // Modifications by Josh global $user; $product_id = 6; // Create the new order in ... checkout; you might also check first to // see if your user already has an order to use instead of a new ... one. $order = commerce_order_new ($user-> uid, 'checkout_checkout'); // Save the order to ...
Josh Miller — August 2015Answer 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 commentDiscussion No option is available for "License type" on a clean "Commerce License Billing" setup
At step 2 of Getting Started section of https://www.drupal.org/project/commerce_license_billing I can't find any option for "License type" available. It comes only if I enable "Commerce License Example" option. Is there any way to ...
Alex Sm. — August 2014 — 1 comment
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
Answer Answer to Question 8976
redirect as anonymous user. I've discovered that I do able to change the login form as described in ...
Arik Yudin — August 2015
Question Add to cart confirmation popup only appearing for admins
a product to my cart while logged in as admin. However, while I am logged in as an authenticated user or as ...
ashash — June 2014 — Troubleshooting Add to Cart
Discussion How to add a "Express Checkout" button next to "Add to Cart"
Hello, I'm a new user of Drupal Commerce and Drupal itself, and it's been quite the ... options to the end user (even though that'd be just me assigning to product reference fields to the ...
missjane — March 2012 — 6 comments
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
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 ...
