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.
Answer Answer to Question 10803
Vote up! 2 Vote down! It appears this is a well documented process. The module you linked to in your question has some pretty straightforward code and a nice README.txt that can help you get started with a Commerce specific app. Additionally here are two ...
Josh Miller — March 2014 — 3 comments
Discussion How to specify default product in product display?
My issue is that I have created all my products in Commerce and created a product display, all the different options for the product are given through a couple of drop down select lists. I want the default to be the lowest price and I have achieved this i ...
Discussion Where is defined Checkout button? (Page: /Cart)
Hello everyone! I need to know where is defined the checkout button on the page "my_domain/ cart". I have spent a lot of hours looking at all files from cart module but I can not find any line of code. I need to change the direction of the link. ...
cdaimiel — December 2013 — 7 comments
Question drupal commerce coupons
Vote up! 1 Vote down! Hi all, I am using drupal 7 to build a site and drupal e-commerce is set up and running. Today I installed and enabled 'Commerce Coupon' module and then the other two percentage and fixed pricing modules and enabled them al ...
Sina — October 2014 — 1 comment — commerce coupons
Discussion Do you know any free alternatives for the Omega Kickstart and Drupal Commerce Kickstart theme?
I downloaded Drupal Commerce Kickstart. It comes with its own theme based on Omega Kickstart, which itself is based on the Omega theme. Unfortunately, this is a rather heavy theme and the multiple inheritances make it a pain to subtheme and customize that ...
John Slegers — May 2014 — 12 comments
Answer Answer to Question 20019
Vote up! 2 Vote down! Two ways spring to mind, although they're pretty similar and you'll need to test which works better for you: In both create a HOOK_form_alter() function and then either: 1/ <?php function HOOK_form_alter (& $form, ...
Andy @ BlueFusion — November 2014 — 3 comments
Discussion Un-publish a Product Variation When Stock Reaches 0 Using "Rules"
Hey Everyone, thanks for looking at this post. I've been struggling for days to find the right combination of Event's, Conditions, and Actions, to un-publish a product variation when the variation's stock value reaches 0. For instance, if I ...
Discussion I need info on payment method setup, not provided...
Hi all, I went here to find information on how to set up a payment method for Wire transfer, ie. just sum up the order and send an email, basically) and I looked here: https://drupalcommerce.org/commerce-kickstart-2/how-download-and-setup-p... but there i ...
Jiggy Gaton — November 2014 — 3 comments — payment method
Discussion [Fancy Attributes] Thumbnails of product images instead of color boxes
Hello, I have searched but found nothing, I'm new to Drupal development. I would like to replace color attributes of a product by a thumbnail of that variation (say the first image of the variation if it has multiple images) instead of a colored litt ...
Discussion Product Code Review
always be objects, not associative arrays. It was something of a hybrid system (like the comment system ...
Ryan Szrama — February 2010 — 11 comments