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 How to remove billing information from checkout page?
Hi, I'm trying to set up a store selling downloadable files. The only information I need from customers is their e-mail address and payment, so I'd like to remove the name and address requirement from the checkout page. Changing billing informat ...
scottml — January 2012 — 4 comments
Discussion How to handle bras
cart functioned beautifully when, say, a user selected a black bra, the image changed to the black ...
PedroKTFC — June 2013 — 4 comments
Question Default Billing Information on PayPal site using WPS
Billing Information defaulted correctly on my Drupal site from the user profile so the customers do not ... users that do not have PayPal accounts to have this information defaulted on the "Pay with a debit ...
Discussion Product Reference Field Specification
functions similar to the core Term Reference field and contributed User and Node Reference fields. It stores ... autocomplete field would allow the user to start typing either a product SKU or title and see an autocomplete ...
Ryan Szrama — February 2010 — 12 commentsAnswer Answer to Question 6787
orders to add the customer's email address before saving the Order. But if they do, a user account ... http://pastebin.com/rEAVAzWN You would also need a rule that assigns orders to existing users based on email address. Josh ...
Josh Miller — April 2013 — 1 commentDiscussion How do I translate the options in attribute field select lists?
a "Localized" taxonomy vocabulary. The user create the Products and later translate it using "Entity ...
Discussion Selling content(handicapper picks) with drupal commerce
articles based on whether or not the user has purchased that content. Is it possible in commerce to sell ... individual content articles? And display teasers say in a block or on the front page for the user to add to ...
torpeteo — December 2011 — 1 comment
Question paypal
signature and use the sandbox As a user, fill my cart and checkout. Then I get this message PAYMENT Error ...
greg — August 2013 — 1 comment — paypal commerce quickstart
Answer Answer to Question 8894
/sites/all/themes/xxx/template.php add the following code at the bottom function get_user_purchased_products(){// Assuming we have ... $user populated with the user's ID: global $user; $query = db_select('commerce_order', ... = prod.entity_id'); $query->condition('cord.uid', $user ...
mike.hajj — April 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 comment