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 4257

might consider looking at http://drupal.org/project/ds Josh ...
joshmiller Josh Miller — November 2012

Question What do you think of a "Commerce_additional_Checkouts" module?

would then be managed through the UI This allows us to use Commerce's wonderful multi-step form ... for partial payments. This will use another new module (commerce_booking maybe) that creates an order ... commerce but seperate from the main site would be really helpful. I'm feeling this module may also be ...

Discussion Commerce as a wholesale setup

I want to try this module for a customer that wants a wholesale store. Before i go about and mess around with this module, I need to know if the following is possible: Can i show the products to all users, but hide the "add to cart button" and t ...
Druplab — September 2011 — 2 comments

Discussion Clone a Product Type?

Hi, Forgot to ask that in my last post but it's could be nice to be able to clone a product type which share 90% of fields,... Thanks, Florent ...
Florent — July 2011 — 14 comments

Question How to disable quantity widget on shopping cart page.

($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ... (entity_metadata_wrapper('commerce_order', $cart)->commerce_line_items as $delta => $line_item_wrapper) {if ...
Faadz — March 2016 — Shopping Cart, commerce

Question How to add the same product to cart more than one time

cart and it works fine,         global $user;         $product = commerce ... _product_load($product_id);         $product_wrapper = entity_metadata_wrapper('commerce_product', $product);         ... $line_item = commerce_product_line_item_new($product, $quantity);         $line_item_wrapper ...
Paulo Maia — March 2016 — commerce

Discussion Total Number of Items Field

As well as having the shopping cart summary in the first column, I want to have a little cart icon up in the corner showing the total number of items in the cart. The icon would link to the checkout page. I figure I can do this by creating a custom templa ...
Aussiejen — October 2011 — 2 comments

Discussion Forward porting Ubercart 2.0 to D7

My thoughts are divided. On the one hand, I see this as a "Good thing." (TM) It provides some level of continuity for users who will want to migrate to Drupal 7 as soon as it comes out, and it will align us with the broader D7CX movement. It als ...
Ryan Ryan Szrama — October 2009 — 24 comments

Discussion Discount and original price

Hi! I use the commerce_discount, commerce_rules_extra modules. They work fine. I would like to ...
Gábor — August 2014 — 1 comment

Question How to perform a complex calculation of order's final cost, depending on different VATs & discounts

+ their total VATs)*Discount + Shipping Cost Example: Shopping cart includes:- Product 1: €15 base price- ... for the products in his/her cart- Order's weight is calculated and a shipping flat rate is ... applied (I have this functionality already working). As a result, the shipping cost is added to €36.57 and ...
sagan_gr — August 2013 — Rules, VAT, Discount, Price

Pages