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 to disable quantity widget on shopping cart page.

($form_id == 'views_form_commerce_cart_form_default') {global $user; $cart ... = commerce_cart_order_load($user->uid); //$in_cart = FALSE; foreach (commerce_order_load_multiple(array(), array('status' => ...
Faadz — March 2016 — Shopping Cart, commerce

Discussion How not to show Add to Cart button to Products already bought???

User goes back to the Product Display of a Product he already bought (with granted license), than the ... display for the file product (and this is not correct, as it might make the user buy or add to chart ...
itamair — December 2011 — 8 comments

Discussion Checkout form validation: alter the value of a commerce customer profile

In my checkout form, I have 2 customer profiles: billing (default) and shipping (from commerce shipping module). Basically, I need to emulate the commerce_shipping 7.x-1 option "copy shipping information from billing", but i need to do that manu ...
strae strae — November 2012 — 4 comments — Customer Profiles, address field

Question Translation question: billing/shipping information and order total

information" that I cant find a way to translate. I suppose they are derived from the user profiles or ...
minoxes — February 2016 — translation question

Answer Answer to Question 3266

installed. I also assume you have a field that identifies whether a user is a vendor or not. The easiest ... Conditions of the Rule, add a condition that the user has to be a Vendor- This will make the UPS method only ... and add the condition that your user is not a vendor. This is of course a simplified answer- ...
smokinggoat — April 2013

Question Invoice a Customer and Have Them Pay Later?

I tried to create an order manually, then assign the user as the Owner of the Order. However, when I go to ... perhaps I am going at this the wrong way completely? Only users on the site can make payments, so we ... don't have to worry about anon users. Invoice ...
BD3 — April 2013 — Invoice

Question Managing memberships and recurring payments

gateway. I have a few questions... 1) I just cannot see how to add manually a role (license) to a user. Say ... account. But how do I add the license? Where to go? Say that a user had a problem with his account and ... to implement? Or, say that a user renews his subscription 2 weeks before it ends. How can the ...
Anne Laposte — September 2014 — 1 comment — license, FAQ

Answer Answer to Question 3940

/user in your url to connect as admin and then remove the maintenance mode. ...
Anonymous (not verified) — November 2012

Discussion commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter

Hi, I am trying to add an additional AJAX command that's fired when users select a product ... reference (eg. users select a product reference and a value on the page is updated). I have found ...
rj — December 2012 — 3 comments

Question How can I prevent the repurchase of products?

this: User adds a product of the type 'downloadable file' to the shopping cart The 'add ... button will always stay inactive for users that are logged in and have purchased the product previously ... If a annonymous user attempts to buy the same 'downloadable file' again, the product is ...

Pages