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 Rule for checking shopping cart (order) for duplicated items
I am trying to create a rule to check order for duplicated products. I am selling digital goods and it does not make sense for customer to buy two same digital products. So I created a rule that loops through commerce order line items to find duplicates. ...
sketman — June 2012 — 2 comments
Discussion Looking for a module that provides "you may also like..." display
Hey guys- as per the title I am looking for a module which allows display of related products from a product display node. For an example of what I mean see http://www.henryarlington.com/clothing-and-accessories/shirts/bridgeport...- this site was built w ...
mattnorman — December 2011 — 1 comment
Discussion Seminars and Drupal Commerce
First- Saw the session at DrupalCon Chicago. Really enjoyed it. Commerce is going to be way more enjoyable than UC, me thinks. I have a customer that does seminars all over the world and would like to move all of the registration, purchasing, etc. online. ...
samgreco — April 2011 — 15 comments
Question How to use custom line item types in checkout
a new order and include a custom line item as follow: $order = commerce_order_new($user ...
Question How do I build a "sample pack" based on my other products?
They are all priced, etc. so that users can select their size and add it to the cart. Works great. Now ...
Question How do I create a Video Learning Site with ecommerce?
a Split-Payment system? 3) What module would be best allowing users to create a Community, and their own member ...
Answer Answer to Question 7703
design, partially due to the fact that prices are constantly being re-calculated for each new user (this ... is designed to allow for user-specific pricing). How do you get around this design? I'm guessing ...
Josh Miller — April 2013 — 1 commentAnswer Answer to Question 3304
$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) { global $user ... = commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ...
UrmasZ — April 2013
Answer Answer to Question 5263
purpose there is the feeds module with some additions for importing users, nodes, products (if you run ...
ronald — December 2012
Question Partial calculated price.
default price field) 2) price for ROLE 1 3) price for ROLE 2 Then with rules I check for the user role and ...
