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 Variable Base Currency with Real-Time Display Pricing?
displayed in a user selected language and a user selected currency. The displayed price should be calculated ...
johnm — February 2011 — 1 comment
Answer Answer to Question 4917
global $user; $product = commerce_product_load (4); // my commerce product for test ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...

Answer Answer to Question 13329
Vote up! 0 Vote down! Let's assume for the moment that anything that a user needs to search ...

Discussion Show fields to billing information when a Checkbox is selected.
Hi i am a new user of drupal. I have being struggling for days to make the billing fields change ...
pit_zavra — January 2012 — 1 comment
Answer Answer to Question 4452
that price so that when the user clicks 'Add To Cart' my new price updates the new line item ...
Anonymous (not verified) — October 2012
Blog Implementing a Commerce License plugin
resources like files, software, user accounts, or online content. Commerce License provides a way to tackle ... }?> We use this in the checkoutCompletionMessage function to notify the user of their newfound group ... user account which owns the license. Here is the setup code of the method: <?php public function ...
Christian Sieber — August 2014
Discussion A new stock control & multi location system.
Hi, I don't know if this is the right place to bring this up, but its called brainstorming so i'll give it a go. I would very much like to see a ubercart being multi location and have a better stock module. I have no idea how much of this is pos ...
paulg — October 2009 — 17 comments
Answer Answer to Question 9541
https://drupal.org/project/sharemessage and it would simply be a matter of creating your own custom token based on the current user id. ...

Answer Answer to Question 8113
Vote up! 0 Vote down! I can't seem to reproduce this behavior on my Kickstart install:(Is it possible another rule got enabled somewhere or that the access permissions on the cart view got changed so they don't work correctly for anonymous? ...
DaveP — May 2013 — 1 comment
Discussion Load the product node.
How do I pull a product object? is the product a node? I cannot seem to do a node_load(product_id) for a product. thanks ...
marvzz — October 2011 — 1 comment