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 to access [commerce-order:uid] or [commerce-order:owner] using php code?
Hi short time reader. first time poster:) I don´t know if this is the place to ask, but here goes anyway. Im using rules. and the problem is, that I need the user account of an order ([commerce-order:uid]), normally I could put that into the "Data se ...
bolind — December 2011 — 2 comments
Discussion How to change product display order
How on earth can I change the product display order? There doesn't seem to be an inbuilt way to do it, so I have tried the weight and draggableviews modules. Draggableviews came up with errors and didn't work, and weight only allow products to h ...
sustainablesolu... — September 2012 — 1 comment
Discussion Checkout problem- shows admin checkout to anonymous
I have set permission to anonymous Access checkout (Complete a purchase through the checkout form or be (or be redirected to login based on checkout settings)) but still when anonymous customer clicks checkout it shows admin view (orders, order numbers, o ...
ace11 — February 2011 — 1 comment
Discussion Rule for checking shopping cart (order) for duplicated items
I am trying to create a rule to check order for duplicated products. I am selling digital goods and it does not make sense for customer to buy two same digital products. So I created a rule that loops through commerce order line items to find duplicates. ...
sketman — June 2012 — 2 comments
Answer Answer to Question 5367
Vote up! 2 Vote down! There are a number of things that you can try, but I recommend starting by installing Entity Cache http://drupal.org/project/entitycache and Entity Cache for Drupal Commerce: http://drupal.org/project/commerce_entitycache This adds a ...
robertDouglass — April 2013 — 1 comment
Discussion shipping displaying at the wrong place in order (and shipping service not displayed)
problem: the classical sequence of URL on order checkout with shipping is: 1--> checkout/* 2--> checkout/*/shipping (with shipping service) 3--> checkout/*/review mine is now: 1--> checkout/* 2--> checkout/*/review and when i go to checkout ...
corbin — August 2012 — 1 comment
Discussion Manage display of Product Attributes (product variations)
Hi guys, I created a new product type called: Video Game. It has a field called: platform (xbox360, ps3 and pc). So you can create product variations like: mortal kombat for ps3 mortal kombat for pc mortal kombat for xbox360 I added them to a product disp ...
realskorpion — August 2012 — 1 comment
Question Error when enabling Kickstart alpha2 on existing dev site
Vote up! 0 Vote down! I have an existing dev site that I was trying to add Kickstart to. When I enabled the Kickstart profile via Drush, I got the following message: WD php: FieldException: Cannot change an existing field's type. in field_update_fiel ...
Discussion need information right next to price...
Hi, still new to Drupal Commerce per legal requirements I have to add a small size text (like "price inclusive VAT plus shipping ") with a link to a shipping price overview right next to the price. A separate line or a line at the bottom of the ...
inki — December 2011 — 3 comments
Question Commerce Customizable Products: validate custom "attribute" field
Vote up! 7 Vote down! Hello! I have a product with two prices and two quantity fields. One is for full price, one for a reduced price. For full prices, the quantity field is the standard field of the add to cart form on a product. The reduced price quanti ...