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 ...
olliebourne — May 2013 — 1 comment — add to cart, ajax

Discussion Order numbers only for completed orders

Hello folks, Can you help me with my problem: After adding product to cart, system created order number autoincrement. It´s okay, but sometimes users do not complete their orders and order number jumps in " www.mysite.com/admin/commerce/orders " ...
maestro82 — September 2012 — 1 comment

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 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 ...
redjan — September 2012 — 1 comment — kickstart 2, upgrade to kickstart 2, upgrade to v2

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 ...
nikan — September 2012 — 1 comment — catalog, setup

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

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 taxonomy description

hie i would to display below the category name of the product description of this desctription in order to obtain a result as this site http://www.bougiz.fr/2-parfum-boise where you have a long description of the category perfumes i try with the view sett ...
philippe3441 — May 2013 — 1 comment — taxonomy

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 ...
joshmiller Josh Miller — August 2012 — 1 comment

Pages