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 3245
checkout pane like so: <?php function hook_commerce_checkout_pane_info_alter (& $checkout_pane) { ... 'customer_profile_shipping') { $order = commerce_cart_order_load ($user-> uid); if ...
dannymacom — April 2013
Answer Answer to Question 9131
event that a customer has more than one? (e.g. if you're using Commerce on a site without using ... Commerce Addressbook and the user has ordered more than once.) Ultimately that data problem will be up to ... commerce_payment.views.inc, which lets you establish a relationship from Orders to a single representative Payment Transaction ...
Ryan Szrama — August 2013Answer Answer to Question 12792
/profiles/commerce_kickstart/themes, but don't modify it there- use a subtheme to extend/override it. ...
Andy @ BlueFusion — January 2014Answer Answer to Question 12664
on it and I've definitely uninstalled and reinstalled Commerce as well other modules several ...
Davidb89 — January 2014
Question Search Api and facets
a direction to achieve this? Here is a store that use what i need to do. It's not drupal commerce store ...
Discussion teaser ok but full product broken
Hi I am new to Drupal and Commerce. I have created a product and a product type is the store. All ...
vagalakas — June 2011 — 2 comments
Question Product Title on All Products View Mode
misleading, but here's the issue which has irked me for the last hour... I've setup Commerce from ...
Question Product variations are causing duplicates to show up in filter results
Vote up! 0 Vote down! I'm using Drupal Commerce and have created a different product for ...
Answer Answer to Question 8954
Commerce installed as two different sites. I would install it once as a Demo store and have another setup ... access to content, then you would need Kickstart 1 (bare minimum for Commerce to run) and the ... commerce_file. Once you've got an install with the bare minimum of what you need, then I would sub-theme ...
Josh Miller — August 2013 — 1 commentAnswer Answer to Question 3304
hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ... //make sure there is an order if ($order!=false &&!empty($order->commerce ...
switch — August 2012
