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 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 multicurrency site with exposed filter

i must choose currency. When user switch to another currency, filter works only with currency i choosed ...
stef — February 2012 — 1 comment

Discussion Adding payment to access custom entity.

user clicks "Enroll", programmatically create a cart, add a Seminar Tuition product to the ... on to the checkout form. 4) The user goes through the checkout form, supplying their billing address ... entity's reference back to the order. 6) provide the user with the final payment/receipt screen, with ...
MarkLT1 — October 2012 — 1 comment

Question Triyng yet AGAIN: Problems using Fusion Prosper Theme with KICKSTART 2- Help!?

want a robust search where users can click off various checkboxes or dropdowns to get filtered results, ...

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

Answer Answer to Question 8658

footer: <?php global $user; $trade_role = 4; $items = 0; $total = 0; foreach ($results as $r){  foreach ... ($user-> roles))){      $total += $component ['price']['amount'];    }  }   $items += ...
Orphans — August 2014

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 Event Booking Systems

create different views of upcoming events, by date, by event type or by location. It is what users ...
Paul Driver — September 2011 — 11 comments

Answer Answer to Question 3711

= $form_state['values']['annotations'];     global $user;         // load oder     $order = commerce_cart_order_load($user->uid);     ...
maze — April 2013 — 1 comment

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