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 multi-product displays with a table instead of select
even list of all referenced products would be better. I think my users will be confused about the ...
toddgeist — October 2011 — 5 comments
Question How do I fetch visitors cart contents, using services api?
items are in the users cart. I would like to be able to cache all pages, except "cart view" ... and /checkout/*- using varnish. So I would like to fetch this counter of items in users cart- using ... module) can see which users cart it's suppose to fetch data from. I have found commerce_ajax_cart ...
Discussion Credit Card Surcharge Fees
Hello, I am using drupal commerce and authorize.net for payments. Is there way, I can add Credit ...
Answer Answer to Question 9355
a customer who also had a user account and made a purchase, so I know the commerce addressbook module code is ... definitely working properly. On a hunch, I created a user account as a test for one of my anonymous ... customers-- associated the customer profile with the user account, and then one of the orders associated with ...
Andrew_Imagine — September 2013
Answer Answer to Question 3245
= commerce_cart_order_load ($user-> uid); if ($user-> uid > 0) { unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013
Question [solved] Conditional taxes B2B vs B2C pricing & roles
a few hours of pissing about trying to get the retail tax rule to only apply itself if the user is not ... Calculating the sell price of a product Elements(in this case): User has role(s) wholesaler Actions: Remove ...
Question Price Components Summary
Vote up! 0 Vote down! I am trying to create a view with a summary of Price Components per user and ... UserPoints- aka "Royalties", Shipping, etc. I am trying to show users on the site what their total ...
Answer Answer to Question 31861
HOOK_node_view_alter(&$build) { if(user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015Answer Answer to Question 8711
functionality too. The module is rapidly maturing, so it will soon be a more user friendly alternative to ...
Bojan Zivanovic — July 2013