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 Checkout process- checkbox to copy shipping address and billing address

Hi Drupaler, Is there a way to add a checkbox to copy the shipping address fields to billing address fields, just to make the process a little bit easier. Thanks, R ...
rockylhc — October 2011 — 1 comment

Answer Answer to Question 13671

Vote up! 1 Vote down! I think I found the solution to my own question, in case anyone else needs it. Under Taxonomy, edit the vocabulary of the "Product Catagory". At the bottom of the "Options" box, this is an option:- "Select to ...
Michelle Kady — April 2014 — 1 comment

Answer Answer to Question 7895

Vote up! 1 Vote down! Perhaps it can be done with only Rules, but you might want to consider a code approach which could be more straightforward. For example: function YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) {  if (strpos($form_id, ...
Favio Manriquez — May 2013 — 1 comment

Discussion The Major Thing Missing In Drupal Commerce

Documentation, hands down. Honestly, I applaud the efforts of the Commerce Guys. When I started working with Drupal Commerce last year, I was so excited by the prospect of a scalable e-commerce solution that could be tailored to my web development needs.. ...
ocargile — June 2012 — 2 comments

Answer Answer to Question 7920

Vote up! 2 Vote down! I think this is a CSS problem (if you add more text to a products's description just before an empty space, the layout will be partially fixed), you could try using a Grid Layout (View-> Format options), or define a fixed hei ...
Favio Manriquez — April 2013 — 1 comment

Answer Answer to Question 10427

Vote up! 0 Vote down! Copied my response here from Drupal Answers: This is a pretty common support request, and the gist of it is you cannot use Views form functionality on Views embedded in the checkout form. The reason is pretty simple to understand- yo ...
Ryan Ryan Szrama — April 2014 — 1 comment

Answer Answer to Question 3543

Vote up! 1 Vote down! Hi, I also need a functionality like this, have you implemented it? Please guide me also Thanks ...
arun_ms — July 2012 — 1 comment

Discussion product overview-> one item per reference (views)

Hi, I created a product-overview with views that shows the image(thumbnail), title and price of each product. screenshot of the view: http://bildupload.sro.at/a/images/Bildschirmfoto%202011-09-06%20um%2001.... This shows me every product in every color bu ...
maze — October 2011 — 1 comment

Discussion Conditional Product Variations

Is there any easy way of creating "child" product variations apart from creating multiple products? https://www.pshares.org/subscriptions/tshirt.cfm Is what I am looking at doing-- There are 3 tshirts, 2 types, and different sizes based on the t ...
jason_beals — April 2013 — 1 comment — Product Variations

Answer Answer to Question 3332

Vote up! 0 Vote down! When trying to edit the field settings for price on my product type I get this: "The field Price is locked and cannot be edited." So I can not change the label through the manage fields system. ...
Anonymous (not verified) — July 2012 — 1 comment

Pages