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 Commerce for a booking site: go or no go?
etc etc...) but there are also some reasons that create doubt: * On a booking site, registered users ...
ThePickwickProject — July 2013 — 11 comments
Question attributes in product catalog, avoid duplettes
https://drupalcommerce.org/user-guide/setting-product-catalog). Right now I only get the add to cart button without a select list the approach in ... https://drupalcommerce.org/user-guide/setting-product-catalog also displays an entire product per attribute which isn't natural for the visitor I guess the ...
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 ...
Question Multiple Orders in one Cart
Vote up! 1 Vote down! Can you have multiple orders in one Cart? As an anonymous user, you can add ... anonymous user. At checkout, you log in. The current item in your cart is the current order(order #2) ... order #1 automatically show in order #2. Essentially, there would only be one active order per user ...
Answer Answer to Question 31441
Vote up! 1 Vote down! You'll probably shoot your eye out with this, but, sometimes you just gotta try things. Thoroughly test on local copy before deploying: https://www.drupal.org/project/commerce_order_types We use the above module on marketplace.c ...
Josh Miller — January 2015 — 4 commentsQuestion Sales agent commerce
Vote up! 0 Vote down! hi all! i had one trouble! i had website allow role user sales.That's ...
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 2013Answer 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 2013Discussion drupalcommerce as product catalog
Hello, I'm new to drupal commerce. I need to do something particular. I'm developing a new site for a company. They want to show their products in a catalog with the future possibility to transform it in an online shop. So I would like to build ...
brex — November 2013 — 3 comments
