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 Product without price or add-to-cart
be completing transactions on my site. Instead I would like to let a user browse the catalog and read ...
meltingsand — November 2011 — 2 comments
Answer Answer to Question 3213
optimal for the majority of online shops. In my case I do want unique individual user accounts created at ...
mjcarter — July 2012
Answer Answer to Question 9042
Vote up! 2 Vote down! Great question Dorian! This is a simple way to enable users to sell content, ...

Question Deleting a Line Item Programmatically
//dprint_r($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']); global $user; // Load the order and empty the cart $order ... = commerce_cart_order_load($user->uid); //commerce_cart_order_empty($order); if($line_item->quantity!= 0){ switch ...
Answer Answer to Question 8954
to look at? Not really. There are user guides and there is a " getting started " guide. ...

Page Documentation
documentation for intermediate users wondering how all the components work together, and technical documentation ...

Discussion using "product display" instead of "product" bundle when using Search API / Facets and Views
the view shows the product entity and not the product display, so users cannot click through to the ...
gerrit1978 — May 2012 — 1 comment
Discussion Drupal commerce- what page/function should i call after an off site payment
I'm creating a module to integrate xpay- carta sì payments inside Drupal commerce. I don't have any documentation on xpay apart for the module developed for ubercart. Anyway i managed to code the part where the payment method is added and i succ ...
nicola.peluchetti — March 2012 — 1 comment
Discussion A product with multiple attributes for one field...
Let me try to briefly explain my problem... Say we have a Shoe we're selling. The shoe will have a size and a color, and these are options you can set up with the product and select on the display page to add to the cart. Now let's say shoes can ...
chadcf — March 2012 — 1 comment
Answer Answer to Question 8113
Vote up! 0 Vote down! I can't seem to reproduce this behavior on my Kickstart install:(Is it possible another rule got enabled somewhere or that the access permissions on the cart view got changed so they don't work correctly for anonymous? ...
DaveP — May 2013 — 1 comment