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 31393

{"rules_condition_for_getting_cart_item_for_sku_mg2_ylw_os": {"LABEL": "Condition for getting cart item for SKU MG2-YLW-OS", ... {"rules_set_minimum_number_of_items_in_the_cart": {"LABEL": "Set minimum number of items in the cart", "PLUGIN": ... "commerce_cart", "entity", "commerce_product_reference"], "ON": ...
garpy — December 2014

Question How do I change the order of product attribute widgets?

on the Add to Cart form? I've tried changing the order using the field (it uses draggable ... entity form- Multiple values widget for this field. attributes Add to Cart form FAQ ...

Answer Answer to Question 3474

Vote up! 0 Vote down! jschoen, This is an easy one! You can create a customizable product. And then you can use pricing rules to determine the price! ...
joshmiller Josh Miller — September 2012 — 8 comments

Answer Answer to Question 8363

Implements commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter().  */ function ... commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state, $form_id) {    if (ISSET($form ... = 'commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_submit';     }  }} /**  * Implements ...
Summit — June 2013

Discussion Checkout form validation: alter the value of a commerce customer profile

In my checkout form, I have 2 customer profiles: billing (default) and shipping (from commerce shipping module). Basically, I need to emulate the commerce_shipping 7.x-1 option "copy shipping information from billing", but i need to do that manu ...
strae strae — November 2012 — 4 comments — Customer Profiles, address field

Answer Answer to Question 12666

Vote up! 0 Vote down! In this video, I put the add to cart button in a block: The trick, though, ... is all add-to-cart forms will include all the attribute fields. For true separation you would need to ...
joshmiller Josh Miller — January 2014

Answer Answer to Question 34414

name of the flat shipping rule, tax, so to Drupal it will be shipping, but to the cart and the order it ...
jdoege@shootersolutions.com Shootersolutions — May 2015

Discussion Importing from poorly generated data feeds in CSV format

wrong and that's my major issue with them- there is no GUID or anything unique per line in the CSV ...
pixel8 — August 2011 — 3 comments

Answer Answer to Question 4083

use the masquerade module http://drupal.org/project/masquerade. It allows a user with the right ... permissions to switch users. ...
Anonymous (not verified) — August 2013

Question Line Items: alter the price?

Vote up! 0 Vote down! I have to add to my cart some line items with a custom amount. The commerce ... product is saved with price = 0, and my module compute the price and add the line item to the cart ... commerce_product_line_item_new(), but nothing, when the line item gets into the cart always has the original product price (in my ...
strae strae — February 2013 — Line Item, Price, Pricing Rules

Pages