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.
Question Variable pricing based on range values
Vote up! 2 Vote down! Hi:-) I'm trying to add two extra range fields on a product (width and height) which should be used to calculate the product price directly by the buyer. Let's see an example: The product is a carpet, the price is 100$ per ...
Discussion Is this possible with drupal?
I am new to drupal and considering using drupal commerce on my newest ecommerce project. As a newbie, I am in the learning stages and not completely clear as to the best use of the various drupal tools in certain applications. I would like to create a dyn ...
merryseeker — July 2012 — 4 comments — product filtering
Discussion Skip add to cart submit button?
Wondering if its possible to skip the ad to cart submit button and go directly to the payment page? I sell one and only one product at a time so its really not necessary to have an add to cart button and a view of the cart at my site. How do I manage to s ...
rlegrand — February 2012 — 2 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
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 ...
Ryan Szrama — April 2013 — 2 comments
Answer Answer to Question 8955
Vote up! 0 Vote down! You might want to set the "Multiple Field Settings" to show only the first image in the field with multiple possibilities:D ...
Josh Miller — August 2013 — 1 comment
Discussion Strange Problem on Taxonomy View
Hy, i have a really strange problem on the taxonomy product view. I cloned the standard taxonomy page and adjusted it. But when i try to set "Sort criteria" the complete website gives out a white page of death... I created a page--taxonomy--term ...
Discussion Configurable products with multiple individually priced attributes/options
Hi there, I think I'm probably going to ask a question that has been asked a lot already- but here goes! The site I am trying to build has various 'base products' that have extensive options for customising those products. Imagine a luxury ...
featherbelly — November 2011 — 4 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/ ...
Discussion Multisite shared cart /checkout
I'm planning on building a multisite Drupal Commerce installation. in the beginning it will consist on of three different commerces as follows: commerce1.com (will be in 4 different languages) commerce2.com (in two languages) commerce3.com (in one la ...
Antsa — January 2013 — 2 comments