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 Can Commerce do Dollar mount Sales
can rules or does commerce have a why of doing a sale by dollar amount? ...
scott.carlton — October 2011 — 4 comments
Blog Improving the Experience of Commerce Bundles
Commerce Bundles, while very powerful, isn’t exactly the most user-friendly from a UI standpoint. ... available to end users. Grab a copy of the export Rules and import the rules. Customize to your liking. ...
Nicholas Vahalik — April 2014 — 1 commentQuestion Mirroring shopping-cart workflow in backoffice orders
treat backoffice orders as shopping cart orders, except you would be doing it for another user, and ...
Discussion Send email with direct file download link.
"order complete" email? I would like users to directly download their file(s) rather than have to ...
andregriffin — January 2012 — 1 comment
Discussion Multiple Signup for an event
Hi, I was wondering if any of you guys could help me with this: I am using Drupal Commerce for Event/Course registration and payment, and I was wondering how to let attendees/customers to buy extra places/seats for their friends and pay in one transaction ...
kooroach — September 2011 — 4 comments
Answer Answer to Question 3304
hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012
Answer Answer to Question 3295
mange products. Therefore, when user try to create the same product (SKU) he can not see in the mange ...
harpsichord — June 2013
Answer Answer to Question 7600
Vote up! 2 Vote down! Yes, If I Understood your question right, you have to use relationship in views. You can find this video helpful ...
drupalastic — April 2013 — 1 comment
Question How to use custom line item types in checkout
a new order and include a custom line item as follow: $order = commerce_order_new($user ...
Question How do I build a "sample pack" based on my other products?
They are all priced, etc. so that users can select their size and add it to the cart. Works great. Now ...
