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 Commerce_Kickstart Demo/Sample site
Vote up! 0 Vote down! I like how Commerce_Kickstart comes with a full blow site-- How can I replace everything with my content/products etc-- How do I remove the logos "proudly built by Commerce Guys" and the powered by info-- Is there a way to ...
Pink96 — March 2013 — 1 comment — Commerce Kickstart
Answer Answer to Question 13414
Vote up! 0 Vote down! This wouldn't be difficult to implement. The jQuery code is doing all the work. ...

Discussion product & attribute design direction
I have a database of 200,000+ records with attributes. Each record has one or more associated digital files (ascii, pdf, jpg). Each file type is considered a "data type" (6 different data types). I want to sell these data types (which have value ...
jnallen — March 2014 — 1 comment
Answer Answer to Question 13428
Vote up! 1 Vote down! If you're using the Devel module: kpr($wrapper->values()); ...

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 Tax Conditions
Hi. I have two VAT tax rates (23% and 13 %) and some of my products have the 23% tax rate and some of them the 13% tax rate included in their price. So as a bad result in all of my products both of the tax rates are calculated. What condition should i mak ...
frixos — November 2011 — 6 comments
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 ...

Discussion Drupal Theme for Drupal Commerce
Hiya I am sure this has been discussed but I cant seem to find a way to search the forums. So I was hoping to get some suggestions of some great themes to use for Drupal Commerce? Thanks Tyrone ...
tyronerubin — March 2011 — 4 comments
Discussion Products section disappeared
Hello I am building a new commerce site and when I installed the modules for Commerce Feeds (Feeds and job scheduler, too) I now only have Orders and Configuration available under the Store section- all my products and Product section is just gone. I trie ...
donok — March 2012 — 3 comments
Answer 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 ...
