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 Do products need a SKU?
Alrighty, I'm trying to summarize a discussion that occurred in IRC today surrounding the need / name for the SKU on products. We talked about this in our San Francisco sprint last October, but I didn't recall reaching a conclusion away from SKU ...

Discussion Freezing the prices once in my Cart
a module): * I'm building a site where the prices of products update every minute. * When a user adds ... adding an item to the cart. But I need another rule for calculating the sell price for the user. The ...
zapple — March 2012 — 1 comment
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 ...

Answer Answer to Question 8894
event that the user is able to find an Add to Cart button for the same product. Then you can disable the ... quantity textfield in the shopping cart form View so the user can't edit it, or you can do something ... already purchased). Additionally, you don't have any way while users remain anonymous to inspect the ...

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 ...
Discussion Force 1 product per cart and quantity to one
Hello, i'm trying to add a rule to my drupal commerce install. i need to force 1 product per cart, with max quantity = 1. I tried: Event: Before adding a product to the cart Conditions: Elements: Total product quantity comparison Parameter: Order: [c ...
Discussion Development Standards Feedback
I went through and updated / expanded on our development standards page. I've changed the format a little bit as well. I'd love it if various folks, especially seasoned module developers, could take a gander and let us know what we missed. This ...

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