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 Minimum cart total if field has value
stick with D6 and UC for my store but since I upgraded to D7 and Commerce, I am again having a tough ...
Discussion Adding/Editing Custom Line Item Info To Existing Orders
I'm a bit stumped but I'm sure this is much easier than I'm making it. I have a product with custom line items. I can create and change the amount, but I can't figure out how to add or change any of the custom line items. Am I missing ...
carelessdonkey — April 2013 — 1 comment
Answer Answer to Question 8363
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 ... commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit ($form, & $form_state) { // Set the redirect to the disabled product $form_state ...
Summit — June 2013
Answer Answer to Question 10487
Vote up! 0 Vote down! hey ductm208, i am also new to commerce kickstart, but maybe i can help u. ...
dufink — August 2014
Question How do I change the price of an item in the cart??
itw_retreat [created] => 1359654671 [changed] => 1359654671 [commerce_product] => Array ([und] => ... Array ([0] => Array ([product_id] => 5))) [commerce_display_path] => Array ([und] => Array ... ([0] => Array ([value] =>))) [commerce_unit_price] => Array ([und] => Array ([0] => ...
Answer Answer to Question 13714
a product,-does a fetch-entity on commerce-product (this gets a list of all active product variations)-checks the ... commerce-products from fetch-entity) in the loop, it calls a "Rule Component" for each member of the ...
electroweak — April 2014
Discussion Is it possible to pass info from the content display to the cart?
demo with the coffee mug, Commerce seemed like it would offer me a solution to my problem. So I set up ... is the image will never change, only the options. Well anyone who knows commerce can guess what ...
Answer Answer to Question 5452
hook_commerce_product_calculate_sell_price_line_item_alter($line_item) is intended for: giving me the chance to intercept any reference to the Drupal database's ...
iainH — December 2012
Answer Answer to Question 4326
a lot of grep'ing the code, I found hook_commerce_product_type_info() is the new hook I need to ...
disasm — October 2012 — 1 comment
Discussion Meta Tags Term ID on view Collection Products
Hello I have drupal commerce and i have hit a little glitch. I am using metatags module to provide ...
wildchief — December 2013 — 1 comment
