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 Altering the quantity widget
I created a shop for a bakery. There is a producttype 'pies'. Here users must be able to choose between a quantity of 4, 6, 8, 10 and 12 persons. The price in backend is entered a piece and in frontend price must be calculated upon this. So basi ...
WilliamV — April 2011 — 4 comments
Discussion Limit shipping destinations
Hello, I'm on a project that will only ship to local city addresses. How can I limit that only a specific city is allowed? I can do it with a bit of jQuery, but I'm thinking more on a server side solution. Thank's. ...
Pol Maresma — February 2013 — 1 comment
Discussion All checkout steps on one page
I am missing either something very obvious or doing something very stupid. I have the whole store set up and everything is working as designed with exception of failing at providing a single page checkout. The checkout works fine in the three steps, but t ...
nirdeshm — October 2011 — 3 comments
Answer Answer to Question 3506
Vote up! 1 Vote down! Hi, Without making code, you could create a condition component with a regular expression check against all the zip codes (available in the text comparaison condition) You could then call it from the 2 shipping rules (by negating the ...
magalie — July 2012 — 2 comments
Discussion [Commerce Feeds] Scheduled imports from a remote location
Hi, Using Commerce Feeds, I have successfully set up an importer to schedule updates to stock and price amounts of products using a csv file. It was easy to set up the upload of a csv file from a local location, but I don't seem to figure out how to ...
Patricec — October 2011 — 3 comments
Question Calculation of Price
Vote up! 0 Vote down! I've been looking for a solution for the next case for a while: Let's say I have a product which price is calculated via height and width, like silk for example. You calculate the price multiplying height * width (+1) * sil ...
Discussion Print prodict title / sku on node.tpl.php
hi, this is how to render a product-field in the node.tpl.php: <?php print render ($content ['product:commerce_price']);?> but how can i render the title or sku? ...
maze — October 2011 — 3 comments
Discussion Product Pricing Tables
Getting this error for the Product Pricing Table. Anyone have the same issue? An AJAX HTTP request terminated abnormally. Debugging information follows. Path: /system/ajax StatusText: n/a ResponseText: Fatal error: Cannot use string offset as an array in ...
scott.carlton — October 2011 — 3 comments
Question How do I build a "sample pack" based on my other products?
Vote up! 1 Vote down! I'm building a site in Drupal Commerce and have several products. For example, classic popcorn, cheddar popcorn, chocolate peanut butter popcorn, etc. They are each a "Product" content type and have several sizes (usin ...
Answer Answer to Question 13429
Vote up! 0 Vote down! a typo- you need HOOK_ commerce_checkout_complete ...
Andy @ BlueFusion — March 2014 — 1 comment