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 Commerce services url to filter orders
Hello. I would like to retrive, with commerce services, the orders that are in pending status. I use GET but the problem is with the url. I don't know how to use "filter" param with the query "status"="pending". Could so ...
Jorge SB — April 2015 — 1 comment
Question Tax as condition in rules and its rate as variable?
Vote up! 0 Vote down! I have two different VAT (15% and 20%) and I would like to use them for "IF" condition in rules and than calculate some result using its rate (0.15 or0.2). I can not Get these parameters in Rules. Please can anyone help me? ...
Answer Answer to Question 10549
Vote up! 0 Vote down! I'm also trying to do the same thing but I haven't managed to find the field in the rules either. Did you manage to get this working? Many thanks ...
danmurf — November 2013 — 2 comments
Answer Answer to Question 13508
Vote up! 0 Vote down! Hi Kevin, Sounds odd. Can you provide a URL and the state it should work with please. Cheers. ...

Question confused with kickstart
Vote up! 0 Vote down! Kickstart has tons of enhancements and features, and it seams to modify normal behaviour. I installed the stock module. When I do this with standard commerce, I receive the ability to activate stock controll at the level of the conte ...
Answer Answer to Question 7384
Vote up! 1 Vote down! I would treat the "add something to the Order amount" as "adding a fee charge line item" and to do that, I would create a new product type (without a display unless that's your thing) called "Order fees& ...

Answer Answer to Question 9000
Vote up! 2 Vote down! So... after creating a video for this answer, it's clear that the default view hides disabled products using some form of Drupal magic. But I will still go through how to make the status get indexed so you can filter it on Views ...

Question German TAX Calculation
Vote up! 1 Vote down! i have a problem with the tax calculation in drupal commerce. it seem to calculate with the wrong entity base or something. someone has an idea? https://dl.dropbox.com/u/1343241/dc_tax.png greets Tax ...
Discussion Order for specific customers
Is there any way to create an order for a specific customer. All I can do via backend is create an order for a new customer. Would be helpful to select a customer in the customers-list and create an order for that one. ...
dodlhuat — June 2014 — 5 comments
Answer Answer to Question 13212
Vote up! 2 Vote down! Found the answer in the hook_payment_method_submit_form_submit() you can store the setting in the $order->data object. Thanks for nothing drupal commerce support:) BTW naming a function xxx_submit_form_submit(), were your entire t ...
gaetanp — February 2014 — 1 comment