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.

Question Pricing rule conditions---"Add or" breaks the rule. Bug or mistake?

I am creating a pricing rule so that if product X, Y or Z is already in the cart, product A, B and ... product (Data selector: site:current-cart-order). I have input a SKU for product X. For testing purposes, ... commerce-line-item; Price component type: Discount) So when I put product X in the cart, the price of every other ...
deoanam2002 — July 2012 — 1 comment — Pricing Rules

Discussion Multi websites with Drupal Commerce

Hi, sorry for my poor English. I'm looking for a functionnality, and can't found if it's supported by Drupal Commerce: is it possible to install one instance of Drupal Commerce, to manage multiple web sites, with one back-office? I mean: ea ...
fcharrier2 — October 2011 — 2 comments

Question Selling Content

do) with the title and a short summary. When the user (anonymous or logged in) clicks on the Read More ...
jlrobinson2171 — December 2013 — content access

Answer Answer to Question 8348

Tools. After inspecting the DOM, I found that the "add to cart" form was covered by the div ...
flo81 — July 2013 — 1 comment

Discussion I'm Stuck! Please Help

actual product page. When a user clicks on a "read more" link to view the actual product ...
robvile — August 2011 — 10 comments

Question PayPal help: where to start?

integration on my site. I do not want PP to take over my Checkout, or whatever, I just want the user to head ...

Question i want to dynamicly change the price of the product for each letter count of the word

where user can type a word. i want to dynamicly change the price of the product for each letter count of ...

Answer Answer to Question 32051

Vote up! 0 Vote down! A little more information is needed to adequately answer this: Most notably, how do you delineate that a payment is confirmed/accepted/completed? What do you change to take note of that? ...
David Wright — February 2015 — 1 comment

Answer Answer to Question 8363

add to cart form of a disabled product  */ /**  * Implements hook_form_FORM_ID_alter(): ... commerce_cart_add_to_cart_form  */ function commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& ... = array('commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit');  }} /**  * Add to cart form submit handler.  */ function ...
Summit — June 2013

Answer Answer to Question 8719

views_handler_area {  function render ($empty = FALSE) {    global $user;     if (user_access ('create answer ... content', $user)) {      // Build an empty Answer node object for use on the form.       $node = (object) ... array(        'uid' => $user-> uid,         'name' => (isset($user-> name)? ...
joshmiller Josh Miller — April 2014

Pages