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 How do I restrict access to my store to registered members only?

store. Any ideas on how to accomplish this would be greatly appreciated! content access front page user ...

Discussion Problem with VAT tax

product price is 2,00 EUR. When the price for a product with 20% VAT is calculated, it is folowing: Price ... 2,00 EUR. So the final price is: 2,17. Can anybody help me? Najtsirk ...
Najtsirk — September 2011 — 3 comments

Answer Answer to Question 15081

Vote up! 0 Vote down! I found the answer if (!empty($product['price ... '])) {$product_node->commerce_price['und'][0]['amount'] = $product['price'] * 100; ... $product_node->commerce_price['und'][0]['currency_code'] = commerce_default_currency();} else ...
Surf Thakur — July 2014

Answer Answer to Question 9046

commerce_price_components_combine() (line 1032 of sites//all/modules/commerce/modules/price/commerce_price.module). Backtrace: ... commerce_price_components_combine(Array, Array) Commerce_Order_Breakup.tokens.inc:53 ... commerce_price_components_combine() (line 1032 of sites/all/modules/commerce/modules/price/commerce_price.module). Backtrace: ...
Summit — August 2013 — 1 comment

Discussion Add: "3 payments of..." to the price

Anyone have a good way to do this? ...
asperi — March 2013 — 1 comment

Question Shipping Rate

Please help me... tnks Shipping address calculate price ...

Answer Answer to Question 44239

attribute and include the price manually when you add an attribute drupal does not assign a price to that ...
coolgbb — April 2016

Discussion Handling Fee on checkout

cart, it should display product price, handling fee and calculated price ...
mark.thehub — September 2013 — 3 comments — cart, Shopping Cart

Answer Answer to Question 7181

Vote up! 0 Vote down! I used this code in my footer div: <?php if ($user-> uid > 0) {    ... print l (t ('my account'), 'user'). ' &nbsp;|&nbsp; '. l (t ... ('Logout'), 'user/logout');} else {    print l (t ('Admin'), 'user');}?> ...
jaap76 — April 2013 — 2 comments

Discussion cart and review: show "Price" without VAT

works. Now I need to display (in the review order) the price and the total without VAT. In this moment ... I see product price with vat in Price and in Total columns. Below I see subtotal (price without vat), ... client). Price and total (in each raw) must be without var OR I need to display a column with VAT amount. ...
ziobudda — January 2013 — 1 comment — vat

Pages