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 16024
Vote up! 1 Vote down! Aha. Via the apparently undocumented hook_commerce ...
Tom M — September 2014
Question Slideshow not sized correctly
Vote up! 1 Vote down! Hello, I am building the commerce site "Not using the demo store" ...
Ron Pare — October 2014 — hp slideshow
Answer Answer to Question 9162
Vote up! 0 Vote down! The "Entity exists by property" condition will tell you whether or not a taxonomy term exists, but it doesn't have anything to do with whether or not the product is in that category. Instead, you're going to want ...
Ryan Szrama — September 2013 — 2 commentsDiscussion Disabled rule disappears
RulesState->get() (line 148 of /home1/scottc/public_html/crossfish.com/profiles/commerce ...
Answer Answer to Question 29873
/admin/structure/views/view/commerce_cart_summary/edit/default You can add a "relationship" to "Commerce Line item: Referenced products" and ...
Andy @ BlueFusion — November 2014Answer Answer to Question 38770
field--commerce-price.tpl.php to the theme, which can be a copy of field.tpl.php with the necessary login for removing the field ...
David P. — August 2015
Answer Answer to Question 8576
Vote up! 0 Vote down! Thanks for your answer, let's discover Commerce Pado then... ...
flo81 — June 2013
Question set orders as 'complete' from custom module
code that I have in this moment: function commerce ... = commerce_cart_order_load($user->uid); $profile = commerce_customer_profile_new('billing', $user->uid); ... $profile->commerce_customer_address = array(LANGUAGE_NONE => array(0 => addressfield_default_values())); ...
Answer Answer to Question 36121
= commerce_product_load($prod_id); $line_item = commerce_product_line_item_new($prod, $quantity); ... $line_item->data['context']['product_ids'] = array($prod_id); $form = drupal_get_form('commerce ...
Dan Todd — June 2015