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 10636

Vote up!-1 Vote down! Hello Lanceh1963, There is a view with that name that you can override with what you need. ...
tjohnston Travis — November 2013 — 3 comments

Question Taxonomy Term not showing up in Views Filter Criteria

question yet. I am working with Commerce. I am creating views that filter my products onto different pages. ... In short, I have created one taxonomy (Portal) with three terms to categorize the products into ... either or both of the views, and I have created a second taxonomy(Category) to filter that product into ...

Discussion About Taxonomy and Drupal Commerce

Drupal Commerce. I've made the structure for the products on a word document.The website will have ... I first create taxonomy vocabulary, the products and then the mega menu with url taxonomy terms? I will be ...
satvision83 — February 2013 — 2 comments — commerce, taxonomy, superfish

Answer Answer to Question 3347

product types using a bit of code I enable and disable when I need to (which calls ... commerce_product_ui_product_type_delete($type_name);), but I still can't create a fully functional new product type. ...
LNakamura — June 2012

Discussion Conditional fields

go along with Commerce and products. ...
rlegrand — January 2012 — 4 comments

Question Commerce Line Item Rules not sticking even after Entity Save

Product (I put price $500) SKU: AAA Add Product Display referencing SKU: AAA Import the following Rule. ... "commerce_cart"],     "ON": ["commerce_cart_product_add"],     "DO": [      ... ["commerce-line-item:order"], "immediate": 1}}    ]  }} Add product to cart. The Rule should subtract $400 dollars.. ...
yfreeman — April 2013 — Rules

Question Add to cart button separate from add to cart form

Each product has two taxonomy items for customizing the product client want to buy. As you know, these ... cart button and the options. What happens is that if you choose any option for customizing the product ...

Answer Answer to Question 32837

THEME_preprocess_commerce_product_sku(&$vars) {$vars['label'] = FALSE;} In product template.tpl.php: // Get sku: $sku ... = trim(strip_tags(render($content['product:sku']))); // Get default field, wont update on ajax call $display = array('type' => ... 'custom_formatters_my_formatter'); // Formatter $product = commerce_product_load_by_sku($sku); // Load it by SKU $output ...
matsjacobsson — February 2015

Discussion Commerce Package Field Module from andyg5000 git

I'm trying to correct the error notices that I'm getting on the add product and product ... type manage fields page. I get the following error on the product type manage fields 8 times. Notice: ... other occurs on the add product page. Notice: Undefined offset: 0 in package_field_field_widget_form() ...
scott.carlton — October 2011 — 5 comments

Answer Answer to Question 7258

Vote up! 1 Vote down! If by "credit" you mean "coupon", would Commerce Coupon work for your needs? http://drupal.org/project/commerce_coupon ...
r — March 2013 — 1 comment

Pages