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 Programmatically add new product
The values for sku, title and commerce_price are good. $form2_id = 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => $form['title']['#value'].'_'.rand(1,10000), ' ...
dlats — November 2013 — 1 comment
Answer Answer to Question 5535
Vote up! 1 Vote down! I believe this would have to be on the payment gateway's side. For all payment gateways, you can set up conditions to have one available over another based on billing address comparison. For example, here's the Example Paym ...
Josh Miller — April 2013 — 1 commentDiscussion Configurable products with multiple individually priced attributes/options
Hi there, I think I'm probably going to ask a question that has been asked a lot already- but here goes! The site I am trying to build has various 'base products' that have extensive options for customising those products. Imagine a luxury ...
featherbelly — November 2011 — 4 comments
Answer Answer to Question 7249
Vote up! 0 Vote down! Hi I think this is a good start: http://www.drupalcommerce.org/questions/7114/how-collection-and-categori... Thanks ...
realskorpion — March 2013 — 1 comment
Discussion Rendering Add to Cart Buttons in Drupal Custom tpls: A How-to Guide
Rendering Add to Cart buttons causes a lot of confusion, it seems. I recently needed to do it on a ctools plugin content type and I wanted to share my experience (and victory) with the community: WRONG approach- I was attempting to use drupal_get_form() t ...
Question Is it possible to install Kickstart 2.0 on a subdomain of an existing site?
Vote up! 0 Vote down! Hi, I have an existing site and I would like to add a store to it using a subdomain, i.e. store.example.com. Is it possible to do this? I have been familiarizing myself with multisite installs, but nothing like this is covered. if it ...
Question Can Drupal commerce handle commissions?
Vote up! 0 Vote down! Hello, a friend recommended drupal commerce to me. Sounds quite interesting. However, I'm not quite sure if it feeds our needs. We want to build a drupal 7 shopping site with the following requirements: * registered authors can ...
Question Add a remove item button on checkout page
Vote up! 3 Vote down! On the first step of checkout process I have cart view. but i have to give the customer the chance to remove items from his cart at this stage. I edited the view Shopping cart summary (Commerce Order) by adding a (Line Item) Commerce ...
Discussion Multiple line items in the database but one in the order page
Hello. I am doing a report module to show various information about drupal commerce orders and line items. I am now facing a problem with the line items: For some orders, in the commerce_line_item table, there are multiple line items for the same product ...
glcp — March 2013 — 2 comments — Line Items
Answer Answer to Question 7114
Vote up! 1 Vote down! Check this: http://www.drupalcommerce.org/discussions/7065/category-banner-image ...
realskorpion — March 2013 — 1 comment
