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 Discounted price question
Hi! I've seen the tutorials on this site about price discounts but none of them provided solution for my problem. Here it is: When a discount is applied, I would like to show the old price, overlined, and the new price also. The client would prefer t ...
balintd — November 2011 — 6 comments
Discussion iDeal, Dutch payment
iDeal is widely used in the Netherlands for payments directly with the customers bank. An iDeal payment module is almost manditary to make Drupal Commerce be addopted in the Netherlands. Ar there any projects going on implementing iDeal. Is there a paymen ...
spoetnik — July 2011 — 9 comments
Discussion Changing starting order number?
I recreated my store from UC to Commerce and i think the last thing I need to do is start the order numbers at a specific number. I couldn't get the migration to work so I just opted for a complete rebuild. But now I have no orders. Not a big problem ...
Sean — November 2011 — 6 comments
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
Discussion Change line item in sumary cart
Hi, im selling tours in my site. An user check a quantity and there is a data field to select the ...
andrewappleseed — April 2012 — 1 comment
Discussion Building quickbooks commerce module: question about setting tax rates in commerce
the create-order screen (/#overlay=admin/commerce/orders/add) Taxes work fine when a user clicks ...
Dan Polant — March 2011 — 2 commentsDiscussion Porting an Ubercart "Product Feature" to Commerce
allows to link a user/client to a product: at the time you add the product to your cart, you can search ... and select a user (which is not the buyer but another user registered on the site) and link it to the ...
elchulo — August 2011 — 1 comment
Discussion Demo site bugs?
I supposed that the demo site might allow me to add to cart. There's no way to do that, no evidence that there's a cart, no buy button. I was amused to find my way to http://demo.commerceguys.com/dc/admin/reports/updates, which lists Drupal Comm ...
DanLanglois — January 2012 — 5 comments
Question Migrate node type(s) in product type(s)
there's still no effective content. Now i have to let users buy and sell this content types, in a sort of ...
Question Quickest way to add something to cart with AJAX call, understanding database
fast calls for adding, removing line items and updating user's cart. Now I have everything ...
