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 Store Menu is disabled
I have installed the Commerce Kickstart (with Drupal Core) and Its installed successfully. Previously we are able to see the "Store" Menu link in the administrator login. But currently its not showing "Store" Menu. Instead of the Store ...
vinothbabuog — December 2011 — 3 comments
Discussion Product issue
Hello I have some problems with images in the catalog and the product page. Let's say I should put up a Jersey in the store that comes in 2 different colors (red & blue) and two different sizes (Large & Small), each product gets a picture. No ...
GFAGolf — May 2012 — 2 comments
Discussion How do I set the order number?
Hello, How do I set the order number so that the first order begins at 1000? Thanks, Paul ...
PN — September 2011 — 2 comments
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/ ...
Question Product Attribute Description
Vote up! 0 Vote down! I've been impressed with Drupal Commerce so far, but I am stuck on how to add a description to a product attribute. I've setup several attributes for various products in my catalog. For example, users can choose the type of ...
Discussion Add a Delivery address
Hi I would like to add a seperate Delivery address to the checkout process, could someone point me in the correct direction with this please. Ultimatly I would like a check box below Billing address which says Use same address for delivery, then on untick ...
purplemonkey — August 2011 — 5 comments
Discussion Upgrading individual modules of Kickstart
Hi, Due to a bug suspicion in Views installed with my Kickstart, I decided to upgrade it to the latest dev build. I decided to delete the module from the profile folder and install a new version in the sites folder. This must have been a no-no, because no ...
moniuch — December 2011 — 3 comments
Question Drupal 7. When editing the content type appears this error.
Vote up! 0 Vote down! Additional uncaught exception thrown while handling exception. Original PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_ ...
Discussion How to fetch customer_billing from an order?
Hello! After an order is completed I need to fetch the customer billing via rules to attach it to the product with an Entity Reference Field. I tried this:- fetching the customer billing from an oder: $variable_added = [commerce-order:commerce-customer-bi ...
dasmoermel — October 2011 — 4 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 ...
Josh Miller — August 2013 — 1 comment