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 How to use custom line item types in checkout
I can create a custom line item type using the commerce_example line_item_example module. I can create ... a new order and include a custom line item as follow: $order = commerce ... _order_new($user->uid, 'checkout_checkout') commerce_order_save($order); // Add the custom line item $line_item ...
Discussion Products section disappeared
Hello I am building a new commerce site and when I installed the modules for Commerce Feeds (Feeds ...
donok — March 2012 — 3 comments
Answer Answer to Question 3384
Vote up! 2 Vote down! I solved this using the commerce_price_savings_formatter module ...
pfeff — April 2013
Answer Answer to Question 17002
Vote up! 0 Vote down! This code should work (and works outside drupal commerce) function ... {$form[OSC_FIELD_NAME]['#access'] = FALSE;}} However when drupal commerce is installed $form_id gets set to views_exposed_form so my ...
senorbond — July 2015Answer Answer to Question 13414
Vote up! 0 Vote down! This wouldn't be difficult to implement. The jQuery code is doing all the work. ...
delta195 — March 2014 — 1 commentDiscussion Multi language
Hi, Is it possible to develop a eCommerce website with Drupal commerce in multilingual? does it ...
Nisus — August 2011 — 5 comments
Discussion Flag items in basket
Is there some sort of global variable that tells us if the items in basket? ...
stevetook — May 2012 — 4 comments
Answer Answer to Question 31553
admin/structure/messages/manage/commerce_order_order_confirmation..... Commerce Oder: Order Confirmation shown in this link http://i.imgur.com/VjniTXe.png The email is ...
garpy — December 2014
Discussion disable product add to cart
Hi, I'm new to Commerce. I need to be able to show products that both can and can't be ... visible. I have been unable to do this in Ubercart. Can Commerce do this? ...
tefnut — September 2011 — 3 comments
Question Empty billing information on review pane
"shipping" and "invoice"- with the provided data (admin/commerce/customer-profiles), but when I go ... to check Shopping Cart page (admin/commerce/orders/carts) my actual order has empty values for ... profile types. When I finish the order it is also empty on the Orders page (admin/commerce ...
