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 ...
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 2012Discussion 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 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 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 ...
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 How can I execute commerce feeds Imports programmatically?
Hi, I would like to trigger one (already configured) import after the other- programmatically- from e.g. a custom form or module. Could anyone point me into the right direction? Thank you. PS: Commerce is a wonderful module! ...
maxilein — November 2011 — 2 comments
Answer Answer to Question 3802
provides an API and user interface for storing and resuing credit card data. "The module does not ...
Josh Miller — September 2012Answer Answer to Question 3934
http://www.drupalcommerce.org/user-guide/products to at least make sure you're referencing the products properly in your node. ...
Aaron Dudenhofer — August 2012
Question Duplicating an order
(!isset($order)) { return; } if (empty($account)) { global $user; $account = $user; } // Get the ...
HenryJones — February 2013 — Order
