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 set orders as 'complete' from custom module
code that I have in this moment: function commerce ... = commerce_cart_order_load($user->uid); $profile = commerce_customer_profile_new('billing', $user->uid); ... $profile->commerce_customer_address = array(LANGUAGE_NONE => array(0 => addressfield_default_values())); ...
Answer Answer to Question 36121
= commerce_product_load($prod_id); $line_item = commerce_product_line_item_new($prod, $quantity); ... $line_item->data['context']['product_ids'] = array($prod_id); $form = drupal_get_form('commerce ...
Dan Todd — June 2015Answer Answer to Question 8931
I can not find any documentaion, I also tried the commerce_services and didn't get to far. It is ...
Virgilio — August 2015
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 main menu changing with product update.
Hi, I have edited the main menu which shows my product categories, i disabled some from showing and some i changed their names to be shorter on the menu. however every time i make some change in the product, the main menu changes back to its original stat ...
ariban99 — March 2013 — 4 comments
Discussion Drupal Product Issue- Help Please
Hello One and All, I am an experienced web developer in ASP and PHP and have just landed in Drupal land and would appreciate your sage words of wisdom. I have been handed a drupal 6.6 website to manage and have already spent two days trawling the document ...
Mykus85 — July 2011 — 2 comments
Question Commidea/Verifone Payment Gateway
commerce. I have a client who is using this payment gateway with ubercart and I am upgrading their site to ... drupal commerce. Is there a module available for this? Is it possible to convert an ubercart module to ... work with drupal commerce? How can this be done? Update: I Think Commidea has been rebranded as ...
Discussion Installments
Hi i would like to have an option it the payment methods that the user can specify how much installments he wants so he can buy a product.Depending on his choice there has to be a field that calculates the installment for each month. To make my self clear ...
pit_zavra — January 2012 — 8 comments
Answer Answer to Question 5263
strictly related to the commerce part of my site. So products, commerce modules, checkout settings etc. ... database to another: `commerce_calculated_price`; `commerce ... _customer_profile`; `commerce_customer_profile_revision`; `commerce_line_item`; `commerce_order`; `commerce_order_revision`; `commerce ...
Sem — January 2013
