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.

Question Custom add to cart form with two product displays

solution for my problem. I'm building an event registration site. For a good user experience we want ...
fossie — February 2013 — Cart, Product Bundle

Answer Answer to Question 3183

files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
joshmiller Josh Miller — April 2013

Answer Answer to Question 3259

(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013

Discussion Structuring Product Variants

Hi, I'm a new to Drupal Commerce and trying to figure if it is suitable for our current project. Details as follows. Our client sells a variety of electrical fittings. Each fitting has a name, description and picture. No problem there. However there ...
BrettS — March 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

Answer Answer to Question 10738

the example you have given. Hide (using CSS or whatever) the Drupal Commerce dropdown from the user ...
pipal — November 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 Forward porting Ubercart 2.0 to D7

some level of continuity for users who will want to migrate to Drupal 7 as soon as it comes out, and it ...
Ryan Ryan Szrama — October 2009 — 24 comments

Discussion Difference paypal account for each product

Hi, I want my client can post product with their paypal account. When a person purchase that product the payment will be pay directly to the paypal account of the use who create that product. If possible I want to get a bit gratuity from that payment. Any ...
huytp — August 2012 — 1 comment — market place, paypal

Pages