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 Product Display Node: Display lowest price for the displays variations
I'm not a big fan of posting questions but I really have exhausted my google search, drupal search, code hacking etc... I'm not against writing this bit of functionality but it's something I would have thought already existed and I don' ...
scotthooker — March 2013 — 7 comments
Question Is there a limit to referenced (product) entities in Drupal 7.2?
Vote up! 2 Vote down! I am setting up a site using Drupal Commerce with three different product groups defined by both product and content type Each type has 80 individual products A portion of these products are variable – meaning that I am consolidating ...
plasterdog — April 2013 — 2 comments — product reference field
Discussion Inventory control
Hi, first time using d and dcommerce, looking for some guidance in setting up inventory driven sales so that customers would not be able to purchase the product if it is sold out. any points on how this can be achieved or the related modules required to a ...
bliss — April 2011 — 3 comments
Discussion total weight in rules
I have physical and commerce_physical installed and finally got Shipping Flat Rate going and now I need to make rules that apply a rate between certain total weight limits (0-1kg so much 1-2kg so much etc.). How do you create a condition for this? ...
ñull — November 2011 — 14 comments
Question Checkout custom date field validation
Vote up! 0 Vote down! Hi, I installed the Commerce Fieldgroup Panes module and added a custom date field (for pick-up) to my checkout form. The thing I would need now is to validate the date field against the current time, such that users are only able to ...
Discussion chek box for products wiht pricing
Greeting I want to add several checkbox fields for each products that each checkbox have price that if customers select each of these,it price add to total price for example 1.Comes with warranty 2.Comes with manual 3.Comes with poster 4.Comes with access ...
mydrupal — August 2012 — 5 comments
Question How to remove Title and Price from Grid Layout
Vote up! 0 Vote down! I'm using Grid Layout, Commerce Quickstart Omega theme, on my product display page. I just want it to show the images for the products, not the text associated, like the item name / description How would this be accompished? Pro ...
olyphant — April 2013 — 2 comments — Product Display
Discussion [solved] How do I translate message types?
Hello all, like quite a few other people out there (been googling a while now) I would like to send emails to my users in their own language (which might in this case be either English or German). And I'm using the Commerce Kickstart profile installa ...
Netzhexe — March 2013 — 3 comments
Discussion Collection products (Product display) Text Color
Hello, I am playing around with a new install of Kickstart Commerce 2. How do I change the default text color (the white text that appears over the "collection-banner-to_carry.jpg" image) of the "Collection products (Product display)" ...
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