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 12068

PayPal site. This is helpful if some users may not already have a PayPal account nor want to create one. ... = user_load($order->uid); $data['first_name'] ...
fnikola — August 2014

Discussion Displaying products

Hello, I am an advanced PHP/Web developer but am only just creating my first Drupal site. I feel like I've gotten a good start on using Drupal.. created my own basic theme etc. Now for the e-commerce side of my the site I am currently developing. I g ...
mikeken763 — August 2011 — 5 comments

Answer Answer to Question 6486

as attributes? With that method, the price should be calculated correctly and displayed to the user ...
scottrouse — January 2013

Discussion Kickstart works fine now, right? And a question.

Hey, gang. I'm working on a Drupal Commerce course for lynda.com, so you'll probably see me here fairly often for a while.:) I see the note at http://drupal.org/project/commerce_kickstart that: Due to our dependence on dev versions of various ot ...
Tom Geller — June 2011 — 16 comments

Answer Answer to Question 13600

['rebuild'] = TRUE;} function your_module_form ($form, & $form_state){  global $user;   $order_id ... = commerce_cart_order_id ($user-> uid);   $cart =  commerce_embed_view ('commerce_cart_block', ...
Johannes Kees — April 2014

Discussion Product Order- How to add product option information to the order

I have tried several different configurations and the only suitable one seems to be using product options. It seems I have too many products to create individual products for 10 different attributes. Ended up with over 3 million products and my server did ...
Lowell — May 2013 — 4 comments

Discussion Confused about product variations

the different variations show as drop downs. Instead of shoe size I want the user to choose the size ...
alexanansi — December 2012 — 2 comments — product display, Product Variations, add new product

Discussion Installed Commerce, then later Commerce Backoffice... something broke

views_exposed_form(Array, Array)     call_user_func_array('views_exposed_form', Array) form.inc:798     ... 'page_1')     call_user_func_array('views_page', Array) menu.inc:517     ...
authentictech — December 2012 — 2 comments

Discussion Multi language

Hi, Is it possible to develop a eCommerce website with Drupal commerce in multilingual? does it support for multilingual or do we have to do anything else on this? Thanks ...
Nisus — August 2011 — 5 comments

Question Quickest way to add something to cart with AJAX call, understanding database

fast calls for adding, removing line items and updating user's cart. Now I have everything ...
whitewind — November 2013 — Ajax, add to cart, new module

Pages