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 Rendering Add to Cart Buttons in Drupal Custom tpls: A How-to Guide

commerce_add_to_cart_by_id() function always belonged to the first product in the list. ARG! NOW WHAT??? RIGHT approach- After ... product_sku_pages_add_to_cart ($pid) {  $product_data = commerce_product_load ($pid);   $line_item ... = commerce_product_line_item_new ($product_data, 1, 0, array('context' => array('display_path' => NULL)), ...
TaraRowell — October 2014 — 1 comment — theming, add to cart, ctools

Question Programmatically Update Product Price From Add Cart Form

to modify commerce_cart_add_to_cart_form with my own hook module to 1. Grab the pricing from the ... I can't figure-that- out. And when I looked for help on hook_commerce_cart_product_add... which seems to ...
suntower — February 2013 — Price, Cart, Pricing Rules

Answer Answer to Question 7852

fields, etc. this becomes impractical for most clients. As far as I can tell Commerce doesn't handle ...
abiconsulting — April 2013 — 1 comment

Question Product references, default values and required fields in select lists

user to select an option? From what I gather, the way to create product attributes in Commerce is to ...

Question Having trouble setting available countries for billing address

Vote up! 1 Vote down! Drupal 7.14- current Drupal Commerce 7.x.- 1.3- current At some recent point ...
arapo — February 2013 — Customer Profile

Question product with width/height calculations

4. A set price is set when a second level is added. Is there anyway to do this with commerce?? the ...
petergus — March 2013 — pricing

Question I am completely new to this and need to increase my memory limit can you help me?

install commerce kickstarter with mamp and keep getting the php memory limit error when I attempt the ...
ajag5 — April 2013 — 1 comment — memory limit, php, php.ini

Answer Answer to Question 8028

filters the Commerce Order: Uid check, just click on "If the current user does not match the ...
emailAlexander — September 2013 — 1 comment

Answer Answer to Question 6972

Vote up! 1 Vote down! Great question- as of Commerce 1.5, this message is not simply ... added in by commerce_cart_form_alter(). You'd have to loop over the delete buttons like that code ... does and remove any reference in their #submit arrays to commerce ...
Ryan Ryan Szrama — October 2014 — 1 comment

Question How do I deal with complex discounting rules?

criteria... 1. User places an order. When they hit confirm the order is emailed to me. Drupal Commerce ... Commerce is going to try and force me to have a proper checkout and take a payment. Thanks for your help, ...
pfeff — April 2013 — Pricing Rules, Discount, Checkout

Pages