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.
Module Lingotek
language to reach 98 percent of Internet users. This year, it takes 48 languages to reach the same number ... of users. For companies seeking to increase global market share, “translate frequently and fast” is ... content is automated, saving companies the time and effort of manually entering content. Users can ...
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 8028
Vote up! 1 Vote down! View any orders of any type is completely enough to give a role access to the admin Orders view. Are you sure you haven't changed your view's access permissions? ...
maciej.zgadzaj — May 2013 — 1 comment
Documentation Product reference field
which is used to display a product/products to the end-user, typically as an Add-to-cart form which is ... a product node type which includes images, description, and a product display field. The end user will view ... allowing a user to select from multiple products. This will be useful for products that are related (choose ...
jody — May 2012 — 1 comment
Documentation Cart Refresh
price rules that calculate the sell price per user. This is where you can add discounts, taxes, and many ... price for the current user. Attachment Size Cart-Refresh-Price-Rules.png 134.89 KB ...

Documentation Writing SimpleTests for Commerce modules
SimpleTest resources: SimpleTest tutorial SimpleTest Assertions SimpleTest API Functions Test Notifier user ... Commerce Developer Guide Ease your test development with: http://drupal.org/project/test_notifier Save user ... creation for the test unless it is used more than once (user creation leads to many page loads!) Capitalize ...
auzigog — August 2013
Question How to change status for all products at once?
i want to disable/enable all products to not let users to add them to card. product status ...
farruh — December 2015 — product status
Discussion Alter order amount based on payment method
How can I alter the order amount after user selects a payment method? I've been looking ...
oz_an — January 2012 — 5 comments
Answer Answer to Question 8373
function to your theme. https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/t... Simply ... YOURTHEMENAME_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; // Helpful $user ... unset($variables['elements']['recent_orders']); $variables['user_profile'][$key] = $variables['elements'][$key]; } // ...
ahimsauzi — May 2014
Documentation Order info hooks
commerce_order_commerce_order_state_info(): Canceled- Orders in this state have been canceled through some user action. Pending- Orders in ... user interface Pending- default status of the Pending state, used to indicate the order has completed ... module actually uses the order status to identify an order as a user’s shopping cart order based on the ...
