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

Discussion Commerce Australia Post

Can anyone please explain more about Commerce Australia Post? It is still confusing for me when ... thanks....... commerce shipping calculator ...
Madelyn Cruz — February 2014 — 1 comment — commerce, shipping calculator

Discussion Change "cart" to "Basket"

Hi How can I change "Add to cart" to "Add to Basket", "Shopping cart" to "Shopping Basket" and so on? Basically, because I'm developing a UK website, I'm looking to change each instance of "cart" ...
UserFriendly — July 2011 — 18 comments

Question Condition commerce_order_contains_product always evaluates to false

when it runs the Rule, the debug log shows: The condition commerce_order_contains_product evaluated to ... FALSE I've copied and pasted the SKU, so I know it's correct. I am using: Commerce v 7.x-1.3 ...
glennnz — August 2012 — 1 comment — Rules, conditions

Discussion Updating drupal commerce price dynamically using views

Dear Firends, I am confuse to solve a problem. Situation is. I have use drupal commerce cart and ... me the solution how i can update the commerce price with calculated values for the particular ...
divyacommerce — February 2014 — 1 comment

Pages