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 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 ... = $line_item_wrapper->commerce_product->value()->type; if(strpos($type,'boxes_and_dongles')!== false) {$type_bExists = TRUE;} ...
Prakash Gautam — August 2013

Answer Answer to Question 6972

"disable-able" via the user interface. While we do use Rules to display the Add to Cart message, no such ... Rules event that is invoked when a product is added to the Cart, the cart removal process is tied ...
Ryan Ryan Szrama — October 2014 — 1 comment

Question How can prepopulate PRODUCT REFERENCE field by link?

already filled field product reference- 123456 (e.g. sku of product) Sorry for bad english product ...

Answer Answer to Question 43185

Vote up! 0 Vote down! I can't find Store > Configuration > Products > Option Sets ... I even have no Store item in menu. Where should I look it for? Products > Settings Store settings > ... Product settings > Categories Store settings > Product settings > Variation types Or where? Could ...
RevalRomanov — December 2015 — 1 comment

Answer Answer to Question 43185

did you write to me... when you add the product to limit the list to select the color values? After ...
RevalRomanov — December 2015 — 2 comments

Answer Answer to Question 8363

Vote up! 0 Vote down! The problem appears to be that you've correctly altered the value of the button using: <?php $form ['submit']['#value'] = t ('Please contact us');?> But when you add the submit handler to the ...
Ryan Ryan Szrama — June 2013 — 4 comments

Question How do I show a new product type in a Kickstart's catalog page?

Vote up! 1 Vote down! First, I created a new product type (I just looked into an original product ... Then, I added a product of this product type. I informed the catalog and category (comboboxes) that ... I would like this item to appear on the site. The problem is that the product is not showing in the ...
mumazza — September 2013 — Catalog, kickstart, product type

Question Multiple Orders in one Cart

Vote up! 1 Vote down! Can you have multiple orders in one Cart? As an anonymous user, you can add ... anonymous user. At checkout, you log in. The current item in your cart is the current order(order #2) ... order #1 automatically show in order #2. Essentially, there would only be one active order per user ...
ronmorton — June 2013 — Orders

Discussion Attaching manufacturer and details to products

how to attach manufacturers to products and record details such as address, contact info for the ...
ldbdragon — October 2011 — 3 comments

Question Sell per-node-access without making a bazillion products?

(http://www.drupalcommerce.org/videos/tutorials/selling-pernode-access-dr...) I noticed that a product was created for the individual node. On a jobs site this could be ... thousands of nodes/products so obviously isn't practical. Does anyone know of a better way of doing ... this which would suit my scenario? What I'm thinking so far is:- Automatically creating a product ...
oliver — September 2013 — per node access, content access

Pages