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 Snippet: How to modify text of add-to-cart product select (multiple products in display)

the Commerce add to cart forn. in our custom module named mm_utils we have: /** * Implements ... hook_form_FORMID_alter() */ function mm_utils_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state) {  ... table. hook_form_formid_alter snippet add to cart ...
ransomweaver — July 2012 — 2 comments — hook_form_formid_alter, snippet, add to cart

Question "Add Product to Cart" action not working

2 separate products. So I created a rule saying if the user tried to add more than 1 [4$ product], add the ... [9$ product] to the cart. When I try to add 3 [4$ product], I'm expecting 1 [4$ product] to be ... added and 2 [9$ products]. But what happens is only 1 [4$ product] is added to the cart. When I try to ...
akosipax — May 2013 — Rules, add product

Discussion Print cart summary view in checkout page

Good morning! I try to find out how to print the commerce cart summary view into the checkout ... page. I don´t know why, but somehow the developers decided do go the user on every checkout step ... i decided to remove the "one" cart summary that´s available in the checkout settings and ...
sammyfm — March 2013 — 1 comment — checkout

Answer Answer to Question 4316

page above. It was designed with you in mind and has links to the user guides that give you lots of ...
joshmiller Josh Miller — December 2012

Documentation Installing & Upgrading

Guide." Upgrading Preserving customizations Chances are you have customized Commerce Kickstart, and you ... step by step instructions below. Log in to your site as admin (user 1) Create a complete backup of your ... willing to wait for FTP to get it on your server so you can do something. Drupal Installation Guide For ...
joshmiller Josh Miller — July 2015 — Commerce Kickstart 7.x-2.x — Status: Incomplete

Discussion Online food ordering for a cafe/restaurant: looking for a push in the right direction

sandwich) choose any other conditional options based on the selected item add the item to the shopping cart ... and display them in a kind of "menu view". I'd like user experience to work like this: ... While on the "Menu" page, all item titles are click-able. When the user does so, s/he'll ...
stephen Piscura — January 2012 — 3 comments

Discussion Freezing the prices once in my Cart

adding an item to the cart. But I need another rule for calculating the sell price for the user. The ... a module): * I'm building a site where the prices of products update every minute. * When a user adds ... a product into their cart I want that price to 'freeze'. * So when the product updates in the ...
zapple — March 2012 — 1 comment

Discussion Ensuring a Price on products

Price field or maybe add another. How will the shopping cart know which price to display? How will ... products. I'm at the point where I'm mocking up an Add to Cart form display formatter for the ... display elsewhere in a product display node or View than right beside the Add to Cart form. ...
Ryan Ryan Szrama — February 2010 — 2 comments

Question Creating Rule to Add/Remove a conditional fee in cart

{"commerce_cart_product_add_by_sku": {          "USING": {            "user": ["site:current-user ... than $250. I have managed to get it to add on the "after adding a product to the cart action as ... "commerce_cart"],     "ON": {"commerce_cart_product_add": []},     "IF": [      ...

Discussion How to make option for product (example color)

How to add options (dropdown) to product? Example to choose color for product. Exactly like this: http://demo.commerceguys.com/dc/catalog/coffee-holders/mug How it is done? ...
ace11 — December 2011 — 1 comment

Pages