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 Changing the text in "edit-quantity" label for "Enter Quantity"

Greetings, I'm in the process of translating all the text into another language, most of it can easily be done with multilingual and strings translation module, but there seems to be no way of changing the "enter quantity" text. So if anyon ...
Frankenstein123 — December 2013 — 1 comment

Answer Answer to Question 4516

Vote up! 0 Vote down! Yes I still find things confusing Drupal Commerce 2.0-rc1 product types and catagories. I've read the documentation, but still having a time wrapping my head around this. I don't have any suggestions on how this could be ma ...
Jim Ruby — October 2012 — 1 comment

Answer Answer to Question 4516

Vote up! 1 Vote down! It's confusing, I agree. It seems that there has to be the one display available to act as a base for new products to be added. In the basic sample store, it's called "Product display." In the full sample store, t ...
Stuart Hertzog — October 2012 — 1 comment

Discussion How to access [commerce-order:uid] or [commerce-order:owner] using php code?

Hi short time reader. first time poster:) I don´t know if this is the place to ask, but here goes anyway. Im using rules. and the problem is, that I need the user account of an order ([commerce-order:uid]), normally I could put that into the "Data se ...
bolind — December 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 Commerce in Catalog mode only like VirtueMart

I'm planning to build a site with products but they won't have prices (at least at the begging) and they don't need SKU's. So can I use Commerce like VirtueMart in Catalog mode only with no SKU and Price field (or at least not mandator ...
Tosho — May 2013 — 1 comment — catalog

Answer Answer to Question 9113

Vote up! 1 Vote down! First, you need to get the block to appear... this is a permission setting. Ping back with more info if this is not the case. ...
joshmiller Josh Miller — August 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 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

Pages