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 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
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
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 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
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 Split info contained in [commerce-order:commerce_customer_shipping]
about customer shipping user:- name- email- address If I use in the body fields ...
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
Answer Answer to Question 9131
for users. In the end, I managed to dig through the database and assemble a mySql query that: Pulls ... the 'name' field from the billing address Joins that with the user table and pulls that ... The billing address may not be the user's actual name The billing address name may not be a name ...
doub1ejack — December 2013
