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.
Answer Answer to Question 45479
https://www.drupal.org/docs/7/backing-up-and-migrating-a-site/migrating-... Migration is usually an hard work. Feed module could be very useful to import content, users ...
Tiikeri — November 2016
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 ...
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
Answer Answer to Question 31861
function HOOK_node_view_alter(&$build) { if(!user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015
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
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 Using tokens in checkout pane fields to populate defaults from Profile2 profile field
Vote up! 0 Vote down! I have main and secondary user profile types created with Profile2 I want to ... create an order fieldset in commerce containing fields from the secondary user profile data. I can create ...
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
Question How do I enable the Quantity field Widget on Add To Cart?
Vote up! 0 Vote down! How do I enable the Quantity field (so users can order say-5- of an item)? ... https://drupalcommerce.org/user-guide/cart#add-to-cart-examples https://drupalcommerce.org/sites/default/files/docs/Add-to-Cart-Form-Man... Referring to the above ...
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 ...