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.

Answer Answer to Question 7703

design, partially due to the fact that prices are constantly being re-calculated for each new user (this ... is designed to allow for user-specific pricing). How do you get around this design? I'm guessing ... Vote up! 1 Vote down! The trick is to standardize on a price field that is not dependent on a code ...
joshmiller Josh Miller — April 2013 — 1 comment

Blog Commerce 2.x Stories: Products

Previously we talked about currencies and stores. This week we’ll focus on products. Commerce 2.x ships with much better UX out of the box, thanks to a revamped product architecture. It also features under the hood improvements that allow developers to im ...
bojanz Bojan Zivanovic — November 2015 — 10 comments

Module Commerce Campaign Monitor

Light-weight integration between Drupal Commerce and Campaign Monitor, allowing users to subscribe ...
pvhee — April 2012 — 13 Installs

Discussion multicurrency site with exposed filter

prod_display->image product->price I use 2 currencies on my site, but when i want add exposed filter by price ... , i must choose currency. When user switch to another currency, filter works only with currency i choosed ...
stef — February 2012 — 1 comment

Blog Approaching the first stable release of Commerce Kickstart v2

Commerce Guys) to receive feedback from developers and users starting new projects on Kickstart, as well as ... price sliders and other usability tweaks. For the first time in the history of Drupal eCommerce, fully ... user-facing views such as the category / collections view. This is why we've replaced the old collections ...
jsacksick Jonathan S — April 2013 — 2 comments

Discussion Product Reference Field Specification

I'm realizing it wasn't specified enough. At the very least, having a guiding document that ... functions similar to the core Term Reference field and contributed User and Node Reference fields. It stores ... autocomplete field would allow the user to start typing either a product SKU or title and see an autocomplete ...
Ryan Ryan Szrama — February 2010 — 12 comments

Discussion Can Commerce Handle an Insurance Product?

(deductible/percentage coverage) and price is shown. User clicks "Apply" User answers qualifying questionnaire ... User enters zip code, gender, date of birth, spouse & child(ren) info, etc. Product list is shown ... based on a number of conditions including state and age User selects product & attributes ...
clevster28 — January 2013 — 1 comment — insurance, buy now, custom pricing

Answer Answer to Question 3553

because the price is recalculated per-user and we wouldn't want to say to an anonymous user that they ... bit of php code: <?php $price = $entity-> commerce_price ['und'][0]; $calculated_price ... = commerce_product_calculate_sell_price ($entity); if ($calculated_price ["amount"]< $price ["amount"]) {  ...
joshmiller Josh Miller — April 2013

Discussion Creating View of Customer Totals

because I am not familiar enough with the various Commerce field options. 2) Similarly, for the user ...
carelessdonkey — February 2013 — 3 comments

Documentation Adding images to variations and dealing with image styles

see this in a documentation user guide. But there are a lot of questions you will need to answer ...
joshmiller Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: Incomplete

Pages