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 6773

Vote up! 0 Vote down! leopitt, Thanks for the reply. That does the trick. Additional tid bit, be sure to choose inline entity form- multiple values so you can see all line items and edit them. Otherwise you'll see and be able to edit the first line i ...
planettucker — May 2013 — 1 comment

Discussion Custom field not showing up even with “entity has field” condition- Commerce/Rules

I am trying to create a custom Commerce price multiplier rule, based off of a content type field, that holds the multiplier value. I add the "entity has field" condition, from the content type, with the data selector "commerce-line-item&quo ...
jmhead — September 2012 — 1 comment — rules content-types

Answer Answer to Question 8033

Vote up! 2 Vote down! Rather than say they are creating a relationship with the referenced product, I would say they are just adding a filter for "Product Line Items", and in the "Global: Custom Text" field, they are simply re-using th ...
Favio Manriquez — May 2013 — 1 comment

Discussion Product Kit

Hi, I am quite new to drupal and ecommerce, I am investigating different alternatives for a trial project shop I intend to build as a hobby. I love the way drupal commerce is being developed and I was wondering what is the best way to create a product kit ...
Manuel — January 2012 — 1 comment

Discussion Profile Types & Rules

I've got a tricky one. The client (http://www.researchpress.com) is a publisher (in Illinois) that sells a lot of books to schools and other organizations. Many of which fall under a tax exempt situation. So, if a customer is in Illinois, they need t ...
torq — September 2012 — 1 comment — taxes, rules, tax exempt

Answer Answer to Question 7895

Vote up! 1 Vote down! Perhaps it can be done with only Rules, but you might want to consider a code approach which could be more straightforward. For example: function YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) {  if (strpos($form_id, ...
Favio Manriquez — May 2013 — 1 comment

Question Disable Cloud Zoom

Vote up! 0 Vote down! Hi there, I would like to know if there is an easy way to disable the "ZOOMING' affect with Cloud Zoom? cloud zoom Product Display zoom ...
kyle — April 2013 — 1 comment — cloud zoom, Product Display, zoom

Answer Answer to Question 7920

Vote up! 2 Vote down! I think this is a CSS problem (if you add more text to a products's description just before an empty space, the layout will be partially fixed), you could try using a Grid Layout (View-> Format options), or define a fixed hei ...
Favio Manriquez — April 2013 — 1 comment

Discussion Solr search based catalog with facets- how to?

Hi, I was wondering how I could achieve the functionality I need based on SOLR Search and Facet API. I need to create a general products page where you can use filters to customize the products result. The best way to do this, according to me, is to use t ...
svdv — September 2012 — 1 comment

Answer Answer to Question 8976

Vote up! 0 Vote down! Ok, this one was a bit more involved because it uses code:) Short answer: you need to use hook_form_alter() to take control over that particular form. Fear not! I will show you how to find these things and edit them quickly:D Longer ...
joshmiller Josh Miller — August 2013 — 1 comment

Pages