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 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 ...
Answer Answer to Question 10427
Vote up! 0 Vote down! Copied my response here from Drupal Answers: This is a pretty common support request, and the gist of it is you cannot use Views form functionality on Views embedded in the checkout form. The reason is pretty simple to understand- yo ...
Ryan Szrama — April 2014 — 1 commentDiscussion Upgrade to Kickstart 2
Hi, I have a site which is running Kickstart. I have a test site using Kickstart 2. I am not a web designer so I apologise if I seem a little ignorant. I love the simplicity of Kickstart 2 for usability. Can I upgrade my first site to Kickstart 2 or do I ...
Discussion Drupal Commerce as online catalog
Hi, I am new to drupal commerce. I just installed the kickstarter on my laptop and I am trying to figure out whether I can set it up in a way that it will only work as a product catalog (no basket, checkout or even price set). Is this possible or I am com ...
Discussion Different size options for one sku
I apologize in advance if this question has already been asked. I am creating site that includes jewelry. One of the items are rings which come in different sizes. The client does not want multiple sku numbers for each size of a style of ring. They have a ...
nobodypanic — April 2012 — 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 Translation of strings with URL
I am putting the finishing touches on a Drupal Commerce webshop... (@ all contributors... you guys rock!), now one of the main things I need to do is get the translations setup for the front and backend. When returning to the website after successfully co ...
Qubical — September 2011 — 2 comments
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 ...
Answer Answer to Question 3931
Vote up! 0 Vote down! All Drupal 7 Fields can be attributes, but to use something like "images" or whatever, I highly recommend you use a taxonomy field and attach specific fields to each taxonomy term … and then use http://drupal.org/project/co ...
Josh Miller — August 2012 — 1 comment