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 Product file alias tokens from product display
I'm running into an SEO optimization issue here, because of the "Product display" <-> "Commerce product" logic. My product display has two taxonomy fields; category and type. And of course several refenreced products (variat ...
wayaslij — September 2012 — 1 comment
Discussion How to perform a complex calculation of order's final cost, depending on different VATs & discounts
get the sum that the customer will have to pay using one of available payment methods. I would ...
sagan_gr — November 2012 — 1 comment
Discussion Tax calculation service integration
the box, the plan is to support Cybersource's Payment gateway, but did you know they also offer ...
tdbdev — March 2011 — 1 comment
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
Answer Answer to Question 9639
form for users to select before adding product into his cart. function date_options_list($field, ...
yogeshchaugule8 — October 2013
Discussion Data model, read orders by third party tool.
lines, the information of the customer and the payment information. I queried the database but i can not ...
joeX — February 2011 — 1 comment
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 Sales Tax on Role Based Prices
We have a site with a role for wholesale buyers and a price rule that is providing the correct price for the roles. We also have a simple state sales tax configured for one state. Our sales tax is being calculated on the larger retail price instead of the ...
RonD — August 2012 — 1 comment
Answer Answer to Question 13329
Vote up! 0 Vote down! Let's assume for the moment that anything that a user needs to search ...
Josh Miller — March 2014 — 1 commentAnswer 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. ...
Josh Miller — August 2014