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.

Question Basket summary to show EX. VAT total.

Vote up! 1 Vote down! Hi, I'm currently building a site which has user role dependent ... rules are also different for the two user bases. The trade customers must reach a basket total of £150 ...
Orphans — June 2013 — commerce, VAT, basket

Discussion Additional Information on the Order Page

I need to display additional customer information regarding the order when viewed by an admin. I need to show the date of the order and the customer's email address(among other things). How would I go about modifying the order page for admins? ...
tars16 — December 2011 — 11 comments

Answer Answer to Question 3485

http://drupal.org/project/commerce_credits "Commerce Credits allows you to have users buy or win credits. The credits these users buy or ... Allows you to sell a "points/credits" product and then grant users userpoints based on the ...
joshmiller Josh Miller — September 2012

Answer Answer to Question 7611

Manager cannot edit the price or stock! The admin can of course, but not the user with the Store Manager ...
ncarty97 — October 2013

Discussion Displaying price with and without taxes

Hi, I would like to display my product's prices with and without VAT taxes. Example: Price without tax: 1000 Price with tax: 1250 How can I do that without having my client to fill out two fields and add these prices manually? I would like to create ...
balintd — November 2012 — 6 comments

Answer Answer to Question 17515

user interface for the plain and simple (and now in Drupal 8 core) Migrate module. It gives you the ...
joshmiller Josh Miller — October 2014

Question Attributes dropdown reset

Everything is fine so far. Now, my client is complaining me that whenever the user selects an attribute in ...

Question Advanced Product Display with Attributes

image does not change. I think I am confused on how to do this statement from the user guide: ...

Answer Answer to Question 17587

Vote up! 0 Vote down! suntower, The User Guide is written for vanilla Drupal Commerce. One thing ...
joshmiller Josh Miller — October 2014 — 1 comment

Answer Answer to Question 8658

footer: <?php global $user; $trade_role = 4; $items = 0; $total = 0; foreach ($results as $r){  foreach ... ($user-> roles))){      $total += $component ['price']['amount'];    }  }   $items += ...
Orphans — August 2014

Pages