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 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 3183
 files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
               Josh Miller — April 2013
 Josh Miller — April 2013Answer 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
      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 ...
              
      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 Szrama — October 2009 — 24 comments
 Ryan Szrama — October 2009 — 24 commentsDiscussion Sell Advert nodes- copying Product Display fields to new entity node
 owner and Save entity. This way user who bought the product automatically "creates" new node ...
              
      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 — November 2012
 strae — November 2012Answer 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
      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 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 ...
              
      