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 External Integration Needs
Hey, I wanted to post about this as I think it's an important point to bring up. My firm mostly deals with integrations between software applications. Specifically, we've decided to focus on how to integrate Ubercart with SAP Business One and a ...
chrisstrahl — November 2009 — 5 comments
Question How to put shopping cart contents pane in 2 pages?
and also the payment page. How do I do that? Do I have to implement hook_commerce_checkout_pane_info() ...
Answer Answer to Question 13054
Vote up! 0 Vote down! Do u want only dropdown menu? ...
bodagalaramkumar — February 2014 — 3 comments
Answer Answer to Question 8373
function to your theme. https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/t... Simply ... YOURTHEMENAME_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; // Helpful $user ... unset($variables['elements']['recent_orders']); $variables['user_profile'][$key] = $variables['elements'][$key]; } // ...
ahimsauzi — May 2014
Answer Answer to Question 12441
once the user completes a purchase, but that looks like each node will have to be manually configured. ... Is there an automatic way to allow users to buy any content (view node)? The nodes that I want users ... to be able to buy are community user submitted and I want users to only buy access to a single node, ...
v.merkulov — August 2015
Question How do I add the SKU to the checkout page?
invoice as reference and will be used as reference in the payment process. Has anyone any idea how to add ...
Question programmically change price of product
Vote up! 0 Vote down! I want have a product that user can change the price of it,I want ... programmically change the price of product when user submit a custom form with entered price. really I dont know ...
zhilevan — December 2013 — Custom Line Item
Discussion Change product reference by image?
Hi, i would like to let the end-user change the product reference by images. so they can click on ...
maze — September 2011 — 3 comments
Question How to add length dimension filed for a product?
Vote up! 0 Vote down! I have product called wood. i want to let the user add their length in ... inches by which it has to calculate price to show the user how much it costs. I have no idea to achive ...
lokesh135 — December 2013 — Price/custom filed
