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 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
Question How do I deal with complex discounting rules?
criteria... 1. User places an order. When they hit confirm the order is emailed to me. Drupal Commerce ... doesn't take any payment or generate an invoice. 2. A user has one of the following roles: "Discount ... a user with the role Discount Band A would see a price of $120- 30% for Product 1, and $200- 25% for ...
Discussion Need some hiint for building products catalog
Hello. As shown here- http://www.drupalcommerce.org/user ...
Spider84 — March 2013 — 1 comment
Answer Answer to Question 5031
http://www.drupalcommerce.org/user-guide/products ...
Josh Miller — March 2013Discussion Different Checkout for Different Product types
my main focus, so I do not want users who only want to purchase a file to be forced to enter a bunch ...
Discussion File upload with order
company. He an online shop where users select the needed t-shirts and where they can immediately upload an ...
hacor — February 2012 — 3 comments
Answer Answer to Question 7658
Vote up! 2 Vote down! You have a couple of options. First, I would do a quick search for "donation" http://www.drupalcommerce.org/search/site/donation Which might give this module: http://www.drupalcommerce.org/extensions/module/project/commerce ...
Josh Miller — April 2013 — 3 commentsQuestion "Edit own products" permission is not working!
products" permission users with that role can edit any product. And without that permission they can't ...
Discussion Commerce and varnish
Har anyone tried using Varnish on a Drupal Commerce website? Would it work with shopping carts and other cookie-related stuff? ...
AdamGerthel — November 2011 — 11 comments
