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 7703

design, partially due to the fact that prices are constantly being re-calculated for each new user (this ... is designed to allow for user-specific pricing). How do you get around this design? I'm guessing ...
joshmiller Josh Miller — April 2013 — 1 comment

Question How do I build a "sample pack" based on my other products?

They are all priced, etc. so that users can select their size and add it to the cart. Works great. Now ...
MrPeanut — April 2013 — 1 comment — Product Bundle, FAQ

Discussion Product image on Views link to product admin rather than product display page?

Hi all, currently I'm making a View call new_products to display a list of latest update product. After few attempt, I have create a simple page and block to display Title & Product:Image field. Now I have 2 problem. 1st, the product image is NOT ...
maxchock — June 2011 — 23 comments

Discussion Integrating additional calculations into product data

of the Form API, jQuery and Javascript to take user input data and return things like monthly payment ... information to the user using Dom elements such as a label with a unique id. However, when I look at the HTML ...
Bill_inSC951 — December 2011 — 1 comment

Question How do I create a Video Learning Site with ecommerce?

a Split-Payment system? 3) What module would be best allowing users to create a Community, and their own member ...
michaeldg7 — February 2013 — 1 comment — Payment, Downloads

Answer Answer to Question 10511

& $form_id) {    global $user;         //Gets the default product for the loaded Product Display. ...                 // If the logged-in users roll is NOT 'reseller' and product_access!= 0         ...         if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013

Discussion Forward porting Ubercart 2.0 to D7

some level of continuity for users who will want to migrate to Drupal 7 as soon as it comes out, and it ...
Ryan Ryan Szrama — October 2009 — 24 comments

Discussion Looking for a module that provides "you may also like..." display

Hey guys- as per the title I am looking for a module which allows display of related products from a product display node. For an example of what I mean see http://www.henryarlington.com/clothing-and-accessories/shirts/bridgeport...- this site was built w ...
mattnorman — December 2011 — 1 comment

Answer Answer to Question 8894

event that the user is able to find an Add to Cart button for the same product. Then you can disable the ... quantity textfield in the shopping cart form View so the user can't edit it, or you can do something ... already purchased). Additionally, you don't have any way while users remain anonymous to inspect the ...
Ryan Ryan Szrama — August 2013

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

Pages