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 User-defined Bundle Product Choice on Checkout
I'm trying to develop a way for site users to select a specific product as part of a bundle on checkout by typing in the product SKU. Example: Users can buy a hat, with the option of bundling with any four buttons on the site. The user should be able ...
Question Store unable to send any order emails
Vote up! 0 Vote down! Hi, The store unable to send any of the order emails. I don't know why? I have installed Drupal commerce at my drupal store but store unable to send any of emails to the user or store owner. Do I need to install Commerce email m ...
testmedma — December 2013 — 1 comment — order confirmation email
Discussion DC products with Node Reference
I created a new D7 and DC site of books as the products. The site will also contain a content type called authors. The Book product will be referencing an Author from the author type, and vice versa. Each book can potentially have multiple authors, as wel ...
zeta1600 — December 2011 — 2 comments
Answer Answer to Question 6584
Vote up! 1 Vote down! You will need to make 2 changes 1. Go to your settings.php located at sites/default/settings.php and add a line ini_set('memory_limit','128M'); 2. Go to your PHP.INI file and increase the memory- Search for memory ...
vishy_singhal — January 2013 — 2 comments
Discussion Book lending library
Hii! I am planning to build a book lending library. An inventory content type through which all the book list can be added. A registered user shall surf the book list and choose a book and block it for a pre-defined period say 1 week. When another user se ...
jovemac — May 2013 — 1 comment — Lendinglibrary
Answer Answer to Question 8074
Vote up! 0 Vote down! My initial reaction was to build different rules with conditions for countries as you suggested, I can't think of any other way. ...
DaveP — May 2013 — 1 comment
Discussion [modification here] Bug in kickstart with slideshow
when opening development tools / on IE or firefox (not chrome), slideshow stops and console javascript shows: Uncaught TypeError: Cannot call method 'getSlideCount' of undefined commerce_kickstart_slideshow.js Ligne 25 Caractère 13: Drupal.behav ...
Discussion Displaying Taxonomy Description on view Collection Products
I am customizing a commerce kickstart site and have a page with a collection of products generated by the view "Collection products" I have added the Taxonomy Term Description as a field in the view Collection products. http://freelance-graphic- ...
candi — May 2013 — 1 comment
Question how to add two productentity types on one product display
Vote up! 0 Vote down! Hi, I have handmade product entities and automated imported through a commerce feeds implementation. This works fine. When I add these two product-entity (product variation) types products and set the color category within those prod ...
Summit — April 2013 — 1 comment — Attribute selection widget
Answer Answer to Question 4369
Vote up! 3 Vote down! In order to get at the product types on the order, you have to look inside the commerce-order token at the line items it contains. Specifically, in your actions section you can loop over the commerce-order:commerce-line-items token a ...
