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 Add a Delivery address

Hi I would like to add a seperate Delivery address to the checkout process, could someone point me in the correct direction with this please. Ultimatly I would like a check box below Billing address which says Use same address for delivery, then on untick ...
purplemonkey — August 2011 — 5 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

Answer Answer to Question 8641

one of the step that says USER HAS ROLE (# 4 below), instead of that i think there is an option to ... step 2. 4. Lastly, add a new condition select User has role(s). From the data selector chose ... site:current-user. You can choose this by going to site:...(Site information) then choosing site: current-user ...
ariban99 — June 2013

Discussion Order Object Workflow through Checkout

I suppose we can even cache this cart object in the session or at least for logged in users. When the user ...
Ryan Ryan Szrama — February 2010 — 8 comments

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

Question Get array value for product variations.

variation loaded and such my module stops workings it's magic once a user change the product variation ...

Answer Answer to Question 3304

$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) {    global $user ... = commerce_cart_order_load ($user-> uid);             // array $order->data was detected with dsm()             // it ...
UrmasZ — April 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

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

Pages