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 change order email
Hi, I noticed that commerce uses the email account from the user's profile. Is there an ... existing way to allow the user change this? Some user's may use a different email for for their ...
psychobyte — March 2013 — 1 comment — commerce_email
Discussion Display filtered results on same page
On All products page, user can filter products based on category, but after user click on some ... category check box user is navigated to another page which shows filtered category products. The design of ...
Asad Malik — July 2014 — 1 comment — all product
Answer Answer to Question 5447
Vote up! 1 Vote down! Greetings, Once the admin fee is paid the user will be granted a new role. ... use Drupal's built in roles to make it easier. Only authenticated users are allowed to complete ... the checkout process. Only users who have paid the admin fee can gain authenticated user permissions. ...
drupalability — April 2013
Question How to create a multiple store use Drupal commerce?
Vote up! 0 Vote down! How to create a multiple store use Drupal commerce. User can post product, ...
vuminhtuan — August 2013 — multiple store
Question How do I base a new account username on the Billing Name for an anonymous order?
user name for a new account for an anonymous order but the Billing Name instead. I have cloned the ... "Create a new entity" action to use the Billing Name instead of email address as the new user name. ... commerce-order:commerce-customer-billing:user:name resorts to "Guest" which is my anonymous user. Checkout Rules Rules Customer Profile ...
Question Can't set permissions, they don't stay checked
Vote up! 0 Vote down! Hi, On the cart page, anonymous users don't have a button to finalize ... their order. They only have the button update cart. Admin users have both. I wanted to give some ... permissions to Anonymous users such as 'access checkout' but the checkboxes are not saved. I mean ...
Nicolas Bouteille — April 2013 — 2 comments — permissions
Discussion Simple payment methods
user choose PayPal then there appears field where user gives his PayPal email address and then later ... I will manually send bill to that address. Payment mehtod 2: If user choose Wire transfer then I just ...
ace11 — December 2011 — 2 comments
Question How to add the same product to cart more than one time
cart and it works fine, global $user; $product = commerce_product_load($product_id); ... $line_item_wrapper->save(); commerce_cart_product_add($user->uid, $line_item) But ...
Paulo Maia — March 2016 — commerce
Discussion Different email notification per different payment method
email depending by payment system method. For exemple: I d like when user select Paypal system payment ... to receive a custom email. Or when a user select Bank Transfer to receive another custom email. ...
Max falduto — January 2013 — 6 commentsDiscussion Complex price calculation using a field in the product
user's profile and another one in the product. Due to complexity, I need to use PHP so in the ... evaluation. I can access the field in the user profile using this code: <?php global $user; $usuario ... = user_load ($user-> uid); return ($usuario-> field_cantidad ...
perrymanson — September 2011 — 3 comments
