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 4822
Vote up! 0 Vote down! It is possible to easily remove the demo store content (Drupal Commerce ... v1.6) Simply navigate to http://yourstore/#overlay=admin/commerce/config/demo or ... http://yourstore/admin/commerce/config/demo This should delete all the demo store content. ...
medden — April 2013 — 2 comments
Question Allow date field as product attribute
Commerce module provides support for list type fields only. I've implemented hook_form_alter and added ... product display page it shows empty select list. When I've checked the code in commerce ... Yogesh drupal commerce Product Attributes ...
Answer Answer to Question 7554
["rules", "commerce_cart"], "ON": ["commerce ... _cart_product_add"], "IF": [{"entity_is_of_type": {"entity": ["commerce ... -line-item"], "type": "commerce_line_item"}}, {"entity_is_of_type": {"entity": ...
brandercreative — March 2013 — 3 comments
Question Product View/ Catalogue in a table format
Vote up! 0 Vote down! Hi All, I am evaluating Drupal Commerce for a online store for which is ...
Al — November 2015 — table view of product catalogue
Answer Answer to Question 4822
Vote up! 1 Vote down! If i'm not mistaken you can just turn of the Commerce kickstart product ...
danon1981 — October 2015
Discussion How to dynamically calculate the sell price of a product using rules
the price. I tryed all this hooks: hook_commerce ... _line_item_rebase_unit_price($line_item) hook_commerce_product_calculate_sell_price_line_item_alter($line_item) hook_commerce_price_field_formatter_prepare_view($entity_type, $entities, $field, $instances, ... $langcode, &$items, $displays). hook_commerce_line_item_rebase_unit_price(&$price, $old_components, ...
stefano.marodin — January 2012 — 9 comments
Question Publish products with just the attributes it has
Vote up! 0 Vote down! Hello, this is a completely newbie question. How do I have to add a product and how do I display it? For example, I need to add a shirt with blue, black, green and small, medium, large. If I publish that, it appears with all the size ...
Answer Answer to Question 15081
{$product_node->commerce_price['und'][0]['amount'] = $product['price'] * 100; ... $product_node->commerce_price['und'][0]['currency_code'] = commerce_default_currency();} else ... {$product_node->commerce_price['und'][0]['amount'] = 0; $product_node->commerce ...
Surf Thakur — July 2014
Question email to seller on completion?
Vote up! 1 Vote down! I have recently set up a site using Drupal Commerce, and it is working ... anyone developed (I assume) a rule to do this? Regards Steve commerce email ...
CrocoART — September 2013 — commerce email
