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 How do I create a discount manually for a specific order?
a discout to a specific user in a specific order? In example: A user completes an order of $100. The order ... involves a shipped item The shipped item arrives a little later than expected. The user calls to complain. ...
Question How to add subheading in Orders Page
Vote up! 0 Vote down! In the url, user/%user/orders/%commerce_order (or user/1/orders/1) also ...
Answer Answer to Question 7936
http://websmiths.co/blog/very-introduction-drupals-hookformalter That's a nice tutorial on how to get something up and running. To pull a user's info, ... you would just need to do the following: <?php function something () { global $user; dpm ... ($user); // requires devel module to see into array.}?> ...
Josh Miller — May 2013Discussion Default product display
fine, the user can choose the size and color on the product display. But, by default when the user load ...
Netek — November 2011 — 6 comments
Answer Answer to Question 5120
Vote up! 1 Vote down! This would be possible in Commerce. The trick would be adding a user entity ... checks that field's value. If the value doesn't match the user trying to view it, redirect ... them. Maybe add an "OR" that returns true if the user viewing the product display has a role ...
Josh Miller — May 2013Question Updating order status
I tried doing so as USER#1 at admin/commerce/orders/6/edit but I get the following error: The username ... Test Dude does not exist. The funny thing is there is a user called Test Dude on the system. I am ...
sisko — July 2013 — commerce paypal wps
Answer Answer to Question 7310
user registration form. This form will contain the fields you need in order to have the user choose ... a predefined product line. After a user submits the form and after you have reviewed it you will accept the ... user. 2. Using rules, you will configure the user acceptance event to trigger an action that promotes ...
drupalability — August 2013
Answer Answer to Question 12912
Vote up! 1 Vote down! Hey Emil, sorry it took so long to respond. In my opinion, this is a perfect place to use line item fields. If you add an image field to your product line item type, there's an option to expose the field widget on Add to Cart fo ...
Ryan Szrama — February 2014 — 4 commentsQuestion prevent a customer buys the same product twice
downloadable content, and the user will be able to buy only once the content. Thanks twice repeat ...
Discussion Is there a payment method that doesn't actually process the payment?
What I'm trying to do is make the checkout process as normal where the user enters their card ... details etc. but the payment isn't actually processed, I would just like to receive the user ...
Carl Bowles — October 2013 — 1 comment
