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 Marketplace update/resources?
I have been researching Drupal Commerce to see if it can be used for marketplace functionality. It looks like there was a demo of this functionality in Denver of March this year. Is there any video/documentation on this presentation? I also found this on ...
ccmd00d — December 2012 — 2 comments — market place
Discussion Can delete a Product because its referenced by a mystery line item
I've got a problem with Drupal commerce where I cant delete a product it says "This product is referenced by a line item and therefore cannot be deleted. Disable it instead." I cant find any reference for a line item. How can I find out wha ...
chaloum — April 2012 — 12 comments
Discussion Handling Fee on checkout
Hi guys, I'd like to ask how to add handling fee on each product during checkout. I have tested this module but it only add handling fee to the amount of all products during checkout. On the cart, it should display product price, handling fee and cal ...
Discussion Displaying all images of referenced products in product display node
After hours of work i got this solution. <?php /** * Implements hook_entity_prepare_view(). */ function HOOK_entity_prepare_view ($entities, $type) { $product_display_entity_type = 'node'; $product_display_type = 'dishes_pro ...
MasterPoint — May 2012 — 3 comments
Discussion Music download store
Hi there, I´m quite new in the world of Drupal and drupal-commerce. I do appreciate a lot the contribution of yours. I think the combination of DP7 and commerce is just a killer. After a couple of basic play arounds I have realized the whole thing just bl ...
Kirk Monteux — November 2011 — 8 comments
Answer Answer to Question 12520
Vote up! 1 Vote down! Here is what I understood. You have a view which lists a bunch of products. When a user clicks on any row, he is taken to another page where he can only see the title, teaser and add to cart button (unless he has already purchased th ...
neeravbm — December 2013 — 2 comments
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
Discussion iDeal, Dutch payment
iDeal is widely used in the Netherlands for payments directly with the customers bank. An iDeal payment module is almost manditary to make Drupal Commerce be addopted in the Netherlands. Ar there any projects going on implementing iDeal. Is there a paymen ...
spoetnik — July 2011 — 9 comments
Discussion Setting up a complex shipping calculation rule
Hi, Thanks to the screencast on this website, I've been able to easily set up a free shipping flat rate for a particular product type. Now, I have to set an other shipping rate with a more complex calculation rule. Here is the detail: I have 2 produc ...
ccresson — May 2012 — 3 comments
Discussion membership expiration
I used this: http://commerceguys.com/blog/selling-content-drupal-commerce-using-conte... tutorial for creating a membership with Drupal Commerce which works well. How I can set membership expiration? I know I should use Rules, but I do not know how. rules ...
