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 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
Discussion Kickstart example payment missing action
I don't know if this is a serious error, but I get this one on /admin/commerce/config/payment-methods using Commerce Kickstart 7.x-2.7: Kickstart example payment Machine name: commerce_payment_commerce_kickstart_payment, Weight: 0 Error: Unknown acti ...
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 ...
Discussion Detect in javascript when add to cart widget updates product fields
I have a carousel of images for each product style. When the add to cart form refreshes the product images when the form fields are changed I need to setup the carousel for the new product images that have been loaded in. Is there a way to hook into this ...
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
Discussion Checkout pane titles
I am trying to understand how I can alter the titles of the checkout panes and the text displayed in the various checkout form buttons. I can use string overrides but that changes both the button and the title text. I have tried hook_form_alter in a custo ...
Patroclas — February 2012 — 2 comments
Discussion Commerce specific themes
There's been an ongoing lack of themes specifically targeted for commerce applications aside from Drupal Prosper theme. I think now is the best time to incorporate commerce specific themes. The way I foresee this best occurring is if module contribut ...
Stomper — October 2011 — 2 comments
Discussion Cart dissapears for anonymous when adding a product referenced field
Hi, I need to sell custom products that have a text on Add to cart forms. Now I added a relation on the /cart view to show the image of the product and a the custom text but the cart donesn't show on non admin users. Do I need to grant a permission t ...
Pol Maresma — May 2013 — 1 comment
Answer Answer to Question 8159
Vote up! 0 Vote down! $product_1 = $product1_created->sku; $product_2 = $product2_created->sku; variable_set("custom_product_1_".$node->nid,$product_1); variable_set("custom_product_2_".$node->nid,$product_2); ...
luthien — May 2013 — 1 comment
Discussion How to do Customized Product Options
I have an interesting problem. I have a client that we used Drupal Commerce & Ubercart for his website. He has standard chocolate products that are very straightforward to put into Ubercart. But he offeres the option to custom build a box of chocolate ...