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 How can I display a confirmation message when a user selects a payment method?
Vote up! 0 Vote down! Hi all, I want to know how to actually take to display a confirmation message when a user selects a méthode payment (check, blue card...) I want to display a text with a step (+ button to validate this choice). Anyone have similar ex ...
Answer Answer to Question 4754
Vote up! 2 Vote down! You can just disable that block, and create a new one with the same look: 1. Site settings/Blocks 2. Disable the block: Promotional banner 3. Add new block 4. Enter block decription: Example Promo Banner 5. In text format, select: Fu ...
spanac — January 2014 — 4 comments
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 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 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 Duplicate items when using attributes
Hi Guys, New here, just dabbed into drupal commerce. My products have multiple attributes, so I followed the FAQ and created multiple copies of the same product with different attribute and linked them to a content product node. By doing so, every single ...
d3vilr3d — October 2011 — 8 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 Add product to cart with Rules?
I've not had any success adding products to the cart via reaction rules. Basically when the user creates a conference registration entity, I want to add the corresponding product to the cart. Everything runs successfully, but I still get "cart i ...
derekw — June 2011 — 4 comments
Discussion Shipping Rules
I have hunted high and low and there does not appear to be any instruction as to how you create the rules to disable shipping costs when an order reaches a specific value. I want to offer free freight for any order over $100 I have looked through the rule ...
westsyde — August 2011 — 11 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 ...
