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 3379

($vars){  $product_array = array();   foreach ($vars ['field_product'] as $product) {    ... $product_array [] = $product ['product_id'];  }   $products = commerce_product_load_multiple (    ... $product_array,     array("status" => 1)  );   // testing...   echo "<pre>"; ...
joshmiller Josh Miller — April 2013

Question Broken search

Cannot sort on field field_product:commerce_price:amount_decimal of a list type. in ...

Answer Answer to Question 12676

I actually think you can manage this via Views. If you're showing this on the product display, you can ... join from the display node to the referenced product to line items referencing this product. With Views ... aggregation enabled, you can then SUM the quantity of all line items referencing that product to determine how ...
Ryan Ryan Szrama — June 2014

Question Why am I having this problem adding a category?

I added a product type to the site. But when I go to add a product, it does not show the product type ... I just added, which I don't understand. It only shows the default product types (Bags & Cases, ...
karmstrn — February 2013 — Taxonomy

Answer Answer to Question 8461

Vote up! 0 Vote down! As my require, I sold many product per day, I can use the orders list views ... works. If without SKU relationship with Product, how to manage more than 100000+ product based on? ...
greekk — June 2013

Discussion Best way to handle gift wrapping?

We're currently building a web shop using Commerce, that has a lot of products that should be ... available with gift wrapping. The charge for gift wrapping will be the same, no matter the product. Which ...
AdamGerthel — July 2011 — 2 comments

Answer Answer to Question 29873

/admin/structure/views/view/commerce_cart_summary/edit/default You can add a "relationship" to "Commerce Line item: Referenced products" and ...
DNZ Andy @ BlueFusion — November 2014

Question Show Price with VAT AND without VAT

Vote up! 1 Vote down! Hi, For each (full view) product, I would like to show TWO prices. First the ...
Chucken79 — September 2013 — Price, VAT, price calculation

Discussion Skip add to cart submit button?

page? I sell one and only one product at a time so its really not necessary to have an add to cart ...
rlegrand — February 2012 — 2 comments

Answer Answer to Question 8243

http://www.drupalcommerce.org/questions/4346/product_shipping_buggy Thanks ...
realskorpion — May 2013

Pages