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 Custom Line Item and Pricing Rules
Hi I have a project were the client wants to sell tickets to an event. There are three different versions of these tickets at three different price points: dinner and concert ticket- $75 concert ticket- $15 concert ticket (family pass)- $30 The site is de ...
denpub — September 2012 — 5 comments
Answer Answer to Question 7554
Vote up! 0 Vote down! This is what I have so far- {"rules_split_quantity": {"LABEL": "Split Quantity", "PLUGIN": "reaction rule", "REQUIRES": ["rules", "commerce_cart"], " ...
brandercreative — March 2013 — 3 comments
Discussion Show certain products during submitting a new order
Hi to everybody, I'm using DC to implement a basic marketplace. The problem I have is to show just certain products to certain users during order creation. Unfortunately, everybody can see all the available products, whereas each user must see just t ...
Discussion Different button label on review pane at checkout
Hi, how can one change a submit button label on last checkout page (review), so that would say 'finish' and not 'continue to the next step'? Best, Najtsirk ...
Najtsirk — November 2011 — 6 comments
Answer Answer to Question 8363
Vote up! 0 Vote down! The problem appears to be that you've correctly altered the value of the button using: <?php $form ['submit']['#value'] = t ('Please contact us');?> But when you add the submit handler to the ...
Ryan Szrama — June 2013 — 4 comments
Question Can we able to do single page checkout?.
Vote up! 1 Vote down! In Drupal commerce can we able to do single page checkout. Checkout ...
mpalaniappan86 — October 2013 — 1 comment — Checkout
Discussion Customizable dishes and online food ordering for restaurant
I'm building a food ordering site for a fastfood restaurant. I have all the products imported automatically with the "Feed importers" module. What I want to do, is to create a product display for meals with customizable side dishes. For exa ...
balint777 — January 2012 — 3 comments
Answer Answer to Question 7265
Vote up! 1 Vote down! Hej! Try rules. There must be a rule commerce_checkout_order_status_update. That is by default set to "pending". If you have no other payment methods, set that from pending to completed. greetz, Marc:) ...
dasmoermel — April 2013 — 3 comments
Answer Answer to Question 7252
Vote up! 2 Vote down! You need to check these: http://drupal.org/node/157602 http://drupal.org/documentation/install/windows http://www.drupalcommerce.org/commerce-kickstart-2/install Thanks ...
realskorpion — April 2013 — 3 comments
Discussion How to translate the price
Well I have installed Entity translations and I have enable price field translations (in product type-> Manage fields-> Price-> Field translation- This field is shared among the entity translations. Enable translation). But I get this error all t ...