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 When I setup a VAT tax, how do I make it default to my new tax rate on the product add form?
Vote up! 0 Vote down! We are using the inclusive VAT tax rate for all of the items in this shop. On the Add Product form, I have to select the tax rate for every single item, even though there is only one tax rate available. I would like to be able to set ...
Discussion Sales Tax on Role Based Prices
We have a site with a role for wholesale buyers and a price rule that is providing the correct price for the roles. We also have a simple state sales tax configured for one state. Our sales tax is being calculated on the larger retail price instead of the ...
RonD — August 2012 — 1 comment
Discussion How can I execute commerce feeds Imports programmatically?
Hi, I would like to trigger one (already configured) import after the other- programmatically- from e.g. a custom form or module. Could anyone point me into the right direction? Thank you. PS: Commerce is a wonderful module! ...
maxilein — November 2011 — 2 comments
Discussion From content types to product types.
Hello, I have just installed Commerce in view of adding e-commerce functionality to a site that currently presents products that were sold over mail order. The site has been developed in Drupal 7 and the client is so happy he wants to set up a boutique... ...
apprentia — April 2011 — 4 comments
Question Duplicating an order
(!isset($order)) { return; } if (empty($account)) { global $user; $account = $user; } // Get the ...
HenryJones — February 2013 — Order
Discussion Check on Review pane, and payment pane for stock availabilty
Hello, I'm working on the stock module, and I'd like to add a check after proceeding to the review and payment pages, that all the item are in stock. Is there a hook for when an order changes status? Thanks Idan ...
arbel — March 2011 — 6 comments
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
Discussion Product Code Review
-> title // Human-readable title of the product. -> uid // User ID of the product's creator. ...

Discussion Hypothetical Strategies for Travel Registration System
I have a project, in its early stages, and part of it, conceptually, is thwarting my brain. I'm making a travel/tourism site. Customers can make registrations for tours, that happen at specific times. So far, no thwarts, but wait, it gets better... L ...
le_petit_basil — March 2011 — 4 comments
Answer Answer to Question 10738
the example you have given. Hide (using CSS or whatever) the Drupal Commerce dropdown from the user ...
pipal — November 2013 — 1 comment