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 would I go about setting currency accordingly to language?
accordingly to the chosen language setting. So for example that if the user enters the Swedish site the ... currency is in SEK and if the user enters the Danish site the currency is in DKK. I have been clicking ... user cookie wasn't set by the commerce multicurrency module) and then store the current language ...
mmncs — January 2012 — 3 comments
Question How does Commerce Kickstart 2 automatically update a product variation title?
the next time the user edits those via inline entity form. Good. But I also need them to update their ...
John Pitcairn — August 2015 — Commerce Kickstart 2
Question shipping and billing information missing
are there. Same thing in the user profile. (user/../orders/... I can see the labels "Shipping ...
jasminedb — May 2013 — order form
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 How commerce is designed for following two things
Dear commerce devlopers and advances users. Can you please explain how commerce is designed for ... from one Product Display to have same image? It is not ok for user to upload image for each product ... color, size and texture. So to have one dropdown is overwhelming for end user srolling non user friendly ...
chaugi — February 2012 — 3 comments
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 ...
Answer Answer to Question 12520
When a user clicks on any row, he is taken to another page where he can only see the title, teaser and ... add to cart button (unless he has already purchased the product). If the user has already purchased ... the user has bought any product, his role will change to "Customer". As a Customer, he can ...
neeravbm — December 2013 — 2 comments
Answer Use the Commerce patch or disable the CCR module
use the Commerce Checkout Redirect module which redirects the anonymous user to the login page instead ... of the checkout! If you disable that module, you'll be able to allow anonymous user to access ...
Augustin Delaporte — March 2013Discussion Question regarding payment processing workflow
We have 3 states:- Pending- Processing- Comleted Pending, when user chose a payment method and was ... payment from the provider "paypal" for example order_balance > 0 Processing, user paid for ... between "Pending and Processing" should be automatic, Completed, user already paid, and shop ...
Narhir — March 2012 — 2 commentsAnswer Answer to Question 31861
function HOOK_node_view_alter(&$build) { if(!user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015