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.
Discussion creating products on the fly
meaning of making it very simple to the user, so no node & product creation.. ...
ytsurk — February 2011 — 2 comments
Question How to get custom product line item text field value?
impossible to do, is to get the value that the user entered to that field. For example, when the user has ... 'placed' to a variable so i can do whatever i like with it, for example display it back to the user or ...
Answer 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 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 2015Discussion Home page "payment methods": stick together pictures on links?
Hello, I'm using kickstart 2 / Omega kickstart I have:. admin/appearance/settings/omega_kickstart/footer section/footer2 zone... to modify the appearance. admin/structure/menu/manage/menu-payment-methods to manage/add links. folder profiles/commerce_ ...
corbin — March 2013 — 5 comments
Answer Answer to Question 7554
{"commerce_cart_product_add_by_sku": {"USING": {"user": ["site:current-user"], "sku": ...
brandercreative — March 2013 — 3 comments
Discussion 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
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 8976
redirect as anonymous user. I've discovered that I do able to change the login form as described in ...
Arik Yudin — August 2015
