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.
Answer Answer to Question 6972
Vote up! 2 Vote down! In case anyone else finds this and needs to accomplish the same thing, I took Ryan's advice and did a form alter and removed that submit handler and it works as expected. If you wanted to change the message you could just unset ...

Discussion email protection from spambots
hi, in my contact us page i put my email address, is there a way to protect it against spam bots (this is on my old website: This e-mail address is being protected from spambots. You need JavaScript enabled to view it. also how do i add a contact form on ...
ariban99 — February 2013 — 1 comment
Discussion Does Commerce work for approximately 100 000 products?
I should convert one site with approximately 100 000 products to drupal. From your experience, are there some limitations I will run into, when using Drupal Commerce for such many products? ...
drupalrules — October 2013 — 1 comment
Answer Answer to Question 7566
Vote up! 1 Vote down! I believe the Drupal community is happy to offer free support to Drupal Commerce users dealing with real world problems implementing the software, but shouting about how crappy the software is is no way to engender those feelings of ...

Discussion Missing email field on checkout
Hy, somehow there is no email field on checkout. Is that only related to the payment module or what am i missing here? email ...
Discussion order update after payment
upon completing a payment, the order should be marked as completed. I am using 2 relatively fresh modules (commerce_bank_transfer and commerce_file) and am rather unsure, whether either one of the modules should deal with it, or I am supposed to create a ...
mojzis — December 2011 — 2 comments
Answer Answer to Question 15868
Vote up! 0 Vote down! The cart display is a View, which lets you create relationships to related entities. If the donation product is being referenced on a 1:1 basis with a page, then you could do a reverse relationship from line item-> product-> no ...

Discussion !order-summary blank if user doesn't complete checkout with a callback link
Hi, I don't understand when!order-summary token is available or not empty. I get a non empty!order-summary only if I click on a callback link from payment gateway, for example, PayPal Express Checkout. Any idea? Thank you order email commerce_email ...
Answer Answer to Question 10595
Vote up! 0 Vote down! For basic relationships between the Vendor(UserID) and the Product you can do that with setting up the permission so they can create/edit their own products. And you could create any sort of Views Page to display the products to the ...

Discussion Different discounts for each register user
Hello I have store for only register users. How to add different discounts for each register user? I mean 5% discount for user X, 7% for user Y, 12% for user Z. Ho make it? discounts ...