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 How prepared are Drupal 8 + Commerce 2.0 to handle high volume e-commerces?
check the stock for the closest Distribution Center when user checks out. Also if a particular product ... is out of stock in all of our Distribution centers, it shouldn't be visible to the user (or ... maybe marked as "out of stock") even in the home page. Ideally the user woulbe be able to buy ...
jfbaro — December 2015 — 1 comment
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 ...
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 ...
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 Event ticket use case
Hi, I'm using Drupal commerce for an event registration website. When we sell event tickets as product we would require Attendee names and details for each ticket. we used line item field to store attendees details. However, we would need an extra fe ...
kooroach — November 2011 — 2 comments
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 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' => ...
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 ...
Discussion Bloc Content Already Seen
Hello, I search a module who can track the user and display the recent content who seen. Have you ...