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 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

Question Duplicating an order

(!isset($order)) {    return;  }   if (empty($account)) {    global $user;     $account = $user;  }   // Get the ...
HenryJones — February 2013 — Order

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

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 Theater and Event Ticketing

and presenting a purchase interface that caters to the task, allowing a user to select by section, or ...
Gregory Heller — November 2009 — 4 comments

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

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

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

Discussion Product without price or add-to-cart

be completing transactions on my site. Instead I would like to let a user browse the catalog and read ...
meltingsand — November 2011 — 2 comments

Pages