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 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
Question Applying a coupon when a specific shipping has been selected
Vote up! 0 Vote down! I am working with drupal commerce kickstart and I need to apply a coupon discount for the order once a shipping has been selected. I've been struggling with rules but can't figure out how to do it. Thanks in advance commerc ...
Discussion The Inevitable Tax Discussion
So, taxes suck, we all know this. The problem is that they're really hard to implement in Ubercart. The folks that wrote the Washington tax module kick ass BTW. I'm sure there are other good ones out there too. First, some background. I'm o ...
chrisstrahl — November 2009 — 20 comments
Discussion Changing the text in "edit-quantity" label for "Enter Quantity"
Greetings, I'm in the process of translating all the text into another language, most of it can easily be done with multilingual and strings translation module, but there seems to be no way of changing the "enter quantity" text. So if anyon ...
Frankenstein123 — December 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
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 Customers & Users
Hi, I think there is room for improving the way 'Customers' will be handled in Ubercore. Our admin people have a lot of trouble dealing with the fact that a 'customer' does not exist until an order has been placed, even though a User f ...
Psy — November 2009 — 7 comments
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
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 ...