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 9046
commerce_price_components_combine() (line 1032 of sites//all/modules/commerce/modules/price/commerce_price.module). Backtrace: ... commerce_price_components_combine(Array, Array) Commerce ... _Order_Breakup.tokens.inc:53 commerce_order_breakup_tokens('commerce-order', Array, Array, Array) Warning: Invalid argument supplied for foreach() in ...
Summit — August 2013 — 1 comment
Discussion Rules: How to fetch all products of a specific type
Hi! I need to fetch all products of a specific product type in a rule. How to do it best? thanks, Marc ...
dasmoermel — December 2011 — 1 comment
Discussion How to sell completed webforms as non-shippable products?
Has anyone worked with webforms before and set them as non-shippable products in drupal commerce ... pretty lost. Any advice on how to list a completed webform as a product in commerce would be greatly ...
rc1585 — February 2012 — 1 comment
Discussion content location
Hi, I am having a hard time figuring this out. I am new to drupal commerce. how do you control ... (menu 2). then on the bottom of the page by the footer there is shipping fees for example, however do ... i for example take teh shipping fees and place it by the menu 2 next to about us or contact. or how can ...
ariban99 — March 2013 — 4 comments
Discussion Membership site
Hi, Is it possible to build a membership site with Drupal Commerce? So you assign a specific role ...
Sciprs — September 2011 — 4 comments
Answer Answer to Question 9046
case 'shipping': $price_components = array(); if ... (empty($price_components ['0'])) {$price_components = commerce_price_component_load ($order-> ... commerce_order_total ['und']['0'], 'flat_rate_binnen_nederland');} if ...
sohotech — August 2013
Answer Answer to Question 9046
<?php case 'shipping': $price_components = array(); ... = commerce_price_component_load ($order-> commerce_order_total ['und']['0'], ... 'flat_rate_binnen_nederland'); $price_components = commerce_price_component_load ($order-> ...
sohotech — August 2013
Discussion Best Practices for Search_API_Solr & Drupal Commerce?
I'm looking for some guidance on the best practices to use when setting up a Commerce site ... Commerce Product fields to a Solr Index? I'm able to successfully setup a Solr Index on Nodes (which ... taxonomy facets available in the Solr Node Index. I've searched for tutorials and guides for Commerce ...
kvoelker — May 2012 — 4 comments
Answer Answer to Question 9910
https://drupal.org/project/commerce_email After that follow step by step process https://drupal.org/node/1471758 to configure the module Now ... go to admin/structure/messages/manage/commerce_order_order_confirmation to edit the email content. ... [message:message-commerce-order:commerce-email-order-items] will give you line items with title,qty price.... Hope this will help you Regards Ajai Chandran ...
ajaichandran — September 2013 — 1 comment
