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 admin/index: better modules names
Hi, On admin index, it's would nice to give a better name to all sub modules Order, customer,.... will be call Commerce Order, Commerce Customer,.... it's could help to found you baby.... Regards, Florent ...
Florent — July 2011 — 1 comment
Question Is there a way to have multiple quantity fields on one product display page?
a product display page. The client we're developing this for sells books largely business to business ...
Question How to configure Product so the Size determines the Price?
Vote up! 0 Vote down! I'm new to Drupal commerce but not new to Drupal development, so I have ...
Answer Answer to Question 10101
following code <?php $node = node_load (arg (1)); $product_id = $node-> ... <?php}?> Now assign this block to product display. I achieved this with above Code.I dont know whether ...
ajaichandran — September 2013
Discussion Load Address from order
straightforward data from the order object- the billing address. I've tried the code snippet suggested by ...
kingandy — August 2011 — 2 comments
Question Selling courses with drupal commerce
/ role as the current modules operates.) Maybe we can invest / work with the developers of these modules ...
Answer Answer to Question 3891
Vote up! 1 Vote down! Sure. There are many ways to do this. You can do that with some code using ...
exeapps — August 2012
Discussion newsletter and drupal commerce
i have a problem i am using a newsletter module and when 3 products are created with commerce it sends a newsletter the problem is that i cant make the tokens to appear in the email that has beeing sent. example product-price, product image etc. i figured ...
pit_zavra — February 2012 — 5 comments
Question Using commerce to buy when data is in a different content type
developed so that professors can click on a given demonstration, put it in a shopping cart, and then check ...
Discussion Default shipping selection
I want to try drupal commerce. I'm running it with shipping and shipping flatrate module. There a two shipping rates:- order value < 50 (5 €)- order value > 50 (free) It works fine, but it's impossible to choose between the two rates. Ther ...
hamu — April 2012 — 2 comments
