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.
Discussion Snippet: How to modify text of add-to-cart product select (multiple products in display)
the Commerce add to cart forn. in our custom module named mm_utils we have: /** * Implements ... hook_form_FORMID_alter() */ function mm_utils_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state) { ... = $line_item->commerce_product[LANGUAGE_NONE][0]['product_id']; $product = commerce ...
Discussion Sale price field additional to standard price field
other things? Can it be done by only using product pricing rules? I'm new to Drupal Commerce so ...
svdv — July 2012 — 1 comment
Discussion Product Field Access for Conditions/Rules
installed Drupal Commerce Kickstart to test the capabilities of this eCommerce distribution. Ok, background ...
laclu007 — May 2012 — 2 comments
Discussion List Purchased Products for Current User
Drupal 7, with Commerce 1.8. The website has digital products and videos that people can purchase. Each ... Commerce Product Type "Video" created, with an entity reference field to the related ... relationship line item:product, line item:order id, and Order: Owner. Add contextual filter on Commerce Order: ...
info — April 2014 — 1 comment
Discussion custom the display of my product
hie i try to custom the display of my product (list and detailled product) http://www.destock-marques.fr/ i understand that i must create a php file that replace node.tpl.php file; how can i do best regard philippe ...
philippe3441 — October 2013 — 1 comment
Question Still need help with how to do simple Hierarchical Menus/Categories! (Like every site on the internet!)
the simplest thing that almost every major commerce site (and others) seem to do easily. Say you have ...
Answer Answer to Question 13904
Vote up! 1 Vote down! You cannot add Commerce Kickstart to an existing Drupal 7 website. ... general Drupal pattern of things, not something specific to Commerce Kickstart. However, since the ...
Ryan Szrama — August 2014Answer Answer to Question 4917
commerce_line_item_unit_price_amount() found in commerce/modules/line_item/commerce_line_item.rules.inc, so my code liiks like: <?php ... global $user; $product = commerce_product_load (4); // my commerce product for test ... $line_item = commerce_product_line_item_new ( $product, 1, 0, array( ), ...
strae — November 2012Answer Answer to Question 8630
= entity_metadata_wrapper('commerce_line_item', $line_item); $price = $line_item_wrapper->commerce_unit_price; $base_price ... 'data' => array(), ); $line_item_wrapper->commerce ... _unit_price->data = commerce_price_component_add($base_price, 'booking_fee', $booking_fee, TRUE); } /** * A line item has been saved. Reference ...
dottodotdesign — June 2013
Answer Answer to Question 6709
results in ill-fated Views sorting. This is a known issue that I meant to fix prior to releasing Commerce ... 1.4 but forgot. We'll address it in the Commerce 1.5 release through this issue. In the meantime, ... Commerce, we do want to ensure that engineering for the edge case doesn't overrule the majority ...
Ryan Szrama — April 2013 — 1 comment