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 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 6486

as attributes? With that method, the price should be calculated correctly and displayed to the user ...
scottrouse — January 2013

Answer Answer to Question 10511

& $form_id) {    global $user;         //Gets the default product for the loaded Product Display. ...                 // If the logged-in users roll is NOT 'reseller' and product_access!= 0         ...         if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013

Discussion Product Catalog Discussion

We had a brief discussion this afternoon on IRC. The log is uploaded as an attachment. The gist of it was to toss around ideas for default catalog implementations that wouldn't be a part of core but would be available as starting points for shops as ...
Ryan Ryan Szrama — May 2010 — 4 comments

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 ...
joshmiller Josh Miller — April 2013 — 1 comment

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 ...
joeysantiago — June 2012 — 2 comments — rules, quantity

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 ...

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

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 ...
MrPeanut — April 2013 — 1 comment — Product Bundle, FAQ

Discussion Import script

Hi! I would like to make a custom import XML script, to load external data from a custom software. This software only send xml data to the webshops. It is ok, but I would like to store an external ID in commerce (what is searchable). I tried that:... $pro ...
makgab — May 2012 — 4 comments

Pages