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 Remove Cart Block When Empty

Hi there I have been looking for a way to remove the cart block when it's empty. I have looked though all the options in the cart block view but was unable to find it. I also looked in the block configuration but still not luck? Maybe I am going blin ...
garethhallnz — July 2011 — 5 comments

Answer Answer to Question 4917

    global $user;     $product = commerce_product_load (4); // my commerce product for test         ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...
strae strae — November 2012

Page About Drupal Commerce

builders in the user guide and for module developers in the developer guide. This site is also the primary ... user support and self-help community, where you can find answers to common configuration questions and ...
Ryan Ryan Szrama — May 2012

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

Discussion Theater and Event Ticketing

and presenting a purchase interface that caters to the task, allowing a user to select by section, or ...
Gregory Heller — November 2009 — 4 comments

Answer Answer to Question 4452

that price so that when the user clicks 'Add To Cart' my new price updates the new line item ...
Anonymous (not verified) — October 2012

Discussion Product Code Review

 -> title // Human-readable title of the product.  -> uid // User ID of the product's creator. ...
Ryan Ryan Szrama — February 2010 — 11 comments

Discussion Send email with direct file download link.

"order complete" email? I would like users to directly download their file(s) rather than have to ...
andregriffin — January 2012 — 1 comment

Discussion aliases for products in multiple categories?

How do you deal with url rewriting for products in multiple categories? Pathauto could(as far i know) generate only one url for each content, in this case we would need as much aliases as much categories. ex: product1 has 3 categories and product2 has 1 c ...
heyyo — December 2011 — 1 comment

Answer Answer to Question 9360

price", where the user can enter the price before calculations. The rule is applied every time a product ...
boban_dj — August 2014

Pages