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 Accounts created with "Create new accout for anonymous order" Checkout rule have blank password
I'm seeing user accounts created with the "Create new account for anonymous order" rule being created with a password of ' ' (no, I'm not crazy, see the SQL below). Beyond just being bizarre, it means users cannot log in thro ...
Barrett — January 2012 — 3 comments
Answer Answer to Question 4938
Vote up! 0 Vote down! Don't know if you still need a fix but I figured it out. You must go to your content type and add in the variation in the manage fields to that specific product display. Inside manage fields you'll probably add a new field. ...
cndinh425 — December 2012 — 1 comment
Answer Answer to Question 3292
Vote up! 1 Vote down! Sounds like you need to post a feature request for the maintainer. http://drupal.org/project/issues/commerce_extra?categories=All It's possible to create a rule that redirects a user. The trick is finding an event that will work ...

Question Why does installing ctools on top of Kickstart give me an error?
Vote up! 0 Vote down! hello, I try to use slideshow and Kicqstart... Problem is that for slideshow I neet Ctools, but when I install it I get a fatal error Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\Alain\dru ...
Discussion clearing cart when closing browser
Hi All Is there any way to clear the shopping cart when closing the browser, ie if a customer adds to the cart but does not go to checkout, when they come back onto the site they get a empty cart. I guess its clearing the cache on close down for the cart ...
ikmps — January 2012 — 4 comments
Answer Answer to Question 5197
Vote up! 0 Vote down! How about rules? Rules ist made for this. You need a rule, fired, when one adds somthing to the cart. In that rule, you chekch for that certain product and its quantity. If customer tries to add the product with more than one piece, ...
ronald — December 2012 — 1 comment
Discussion Calculate shipping rate based on postal code (Shipping 2.x)
Hi! I would like to add a rule that will change the shipping fee for a specific amount based on the postal code field the user gave. For example: If you want your stuff to be shipped to Smalltown, you will to pay $10 for shipping and if you want it to Awe ...
balintd — January 2012 — 4 comments
Discussion node--product-display.tpl.php not working but node--product--type.tpl.php works
I have been trying to get my node--product-display.tpl.php file working for about 90 mins and I have no idea why it doesn't display. My theme is called wholebox- which uses omega kickstart as a base- so I put the template into /wholebox/templates/, c ...
Discussion Sales tax calculated based on the line item's price rather than product's unit price
I am changing the product's unit price before the product is added to the cart. The sales tax must be based on the new changed unit price instead of the standard unit price. At present DC tax calculation uses the product's unit price instead of ...
metarama — January 2012 — 8 comments
Discussion Product image on Views link to product admin rather than product display page?
Hi all, currently I'm making a View call new_products to display a list of latest update product. After few attempt, I have create a simple page and block to display Title & Product:Image field. Now I have 2 problem. 1st, the product image is NOT ...
maxchock — June 2011 — 23 comments