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 get custom product line item text field value?
Vote up! 0 Vote down! Hello everyone, by using commerce customisable products I created a custom product line type to which I added a text field (Machine name field_license_details). By following this excellent video tutorial http://commerceguys.com/blog/ ...
Discussion Confused about product variations
I've been trying for a week or so to get my head around product variations. I'm trying to set up something like in the demo included with Kickstart, so that when I view a product display the different variations show as drop downs. Instead of sh ...
Discussion External and variable prices
Hi, We are working on a connection between Drupal and OpenERP. We are using the OpenERP Proxy API and we have synchronised Users and Products but we have an issue with prices. We would like to use OpenERP Pricelists that define the Products and their pric ...
lima2x — May 2012 — 2 comments
Discussion Dealing with multiple product and content types presentation/ Inheritance
I understand good practices with Drupal Commerce demand that you create a product type/content type pair for each kind of product (determined by the attributes related to each product, like size, colour, volume, etc.) like demonstrated in Kickstart. This ...
Discussion Product Field Access for Conditions/Rules
I'm trying to figure out how to access fields in Conditions/Rules that I have setup on Products. This applies to Tax Calculations. In Canada there are 3 types of Sales Tax, Provincial Sales Tax (PST), the Goods and Services Tax (GST) and a Harmonized ...
laclu007 — May 2012 — 2 comments
Discussion [PayPal WPS] How to transmit order information
Hi there! I am currently working on a drupal commerce store with two simple product types, one for basic products and one for clothing items including color and size attributes. I also included three shipping rules (Germany, Europe, Worldwide) which add a ...
toni4i — October 2011 — 2 comments
Question How to do Drupal Core updates with Drupal Commerce
Vote up! 0 Vote down! I can't find any information about updating the Drupal Core (7.28 is now available and the system is screaming for it- you know how it is). Since I have never worked with a distribution before, I'm not sure just how to go a ...
Don Kettle — August 2014 — 1 comment — drupal core update
Answer Answer to Question 8981
Vote up! 2 Vote down! This can be done in the template.php of your theme. Below is a video and a code snippet that I used to demonstrate how to make this happen. <?php function YOURTHEME_form_alter (& $form, & $form_state, $form_id) { //dpm($f ...
Josh Miller — August 2013 — 1 commentAnswer Answer to Question 8955
Vote up! 0 Vote down! You might want to set the "Multiple Field Settings" to show only the first image in the field with multiple possibilities:D ...
Josh Miller — August 2013 — 1 commentDiscussion Development Standards Feedback
I went through and updated / expanded on our development standards page. I've changed the format a little bit as well. I'd love it if various folks, especially seasoned module developers, could take a gander and let us know what we missed. This ...
Ryan Szrama — January 2010 — 5 comments