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 Proposals for a commerce booking system
and 12/04/2013, but only "Available" is showing for front users. That allow for example to ...
camdarley — June 2013 — 1 comment
Discussion Checkout should have the option of: log in, create account, or guest
ultimately, Commerce should have three ways to check out. Log in if they are already a registered user Create ...
Question "Apply pricing rules" to order
current user rather than the user that placed the order. If the administrator/current user is given the ...
Discussion How do I fetch visitors cart content count, using javascript?
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 services API. ... which users cart it's suppose to fetch data from. I have found dc_ajax_cart module- but I only want ...
klavs — July 2012 — 2 comments
Question Checkout without paying
Vote up! 1 Vote down! How would I allow users to see a price breakdown of their order but when ...
Patrick O'Hare — December 2014 — Checkout
Question Integrating with my online bank account
a bank (with consent of bank) to do online viewing of bank my statement given the user code and security ... field (like views) where drupal can show the particular field value to the user. Thanks in advance. ...
titanR — August 2013 — online banking
Question Why does the cart page change my product price, after setting the price with a product rule?
has commerce product, commerce price 5. User has Member role 6. Commerce Line Item-- set price to ... The price is lowered only for the specific product by the user with a specfic role!! PERFECT But, as ...
Answer Answer to Question 3358
should be something like this: <?php foreach ($node-> field_product as $product) { $product_user ... = user_load ($product ['uid']['#value']); echo $product_user ['name'];}?> ...

Answer Answer to Question 31441
Vote up! 1 Vote down! You'll probably shoot your eye out with this, but, sometimes you just gotta try things. Thoroughly test on local copy before deploying: https://www.drupal.org/project/commerce_order_types We use the above module on marketplace.c ...

Answer Answer to Question 7258
Vote up! 1 Vote down! If by "credit" you mean "coupon", would Commerce Coupon work for your needs? http://drupal.org/project/commerce_coupon ...
r — March 2013 — 1 comment