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 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 ...
switch — August 2012
Answer Answer to Question 5507
ecommerce site and when the user clicks on "Home" in the ecommerce site it would take them back to ...
Seph — January 2013 — 1 comment
Answer Answer to Question 3748
commerce: 1) Pre-defined packages that link to lots of external information or 2) User-defined packages that ...
Josh Miller — April 2013Discussion Exposed Filters of Taxonomy Term + percentage releated to Term
Im trying to create a "views exposed filter" to a content type(which is actually a product from Drupal Commerce) which looks more or less like this: http://i42.tinypic.com/23swwa8.jpg in bottom right corner you can see "material"(fabri ...
Narhir — February 2012 — 1 commentAnswer Answer to Question 3183
files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
Josh Miller — April 2013Answer Answer to Question 3259
(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013
Discussion Import script & taxonomy terms to product (product_display)
Hi! Is possible to add the taxonomy terms to product (product_display) with API function? G. ...
Gábor — May 2012 — 1 comment
Answer Answer to Question 4917
global $user; $product = commerce_product_load (4); // my commerce product for test ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...
strae — November 2012Discussion Assign a Price RANGE to a Product?
commodities and we would actually be selling them e-commerce style including a shopping cart, payment ...
stevesharpe — December 2011 — 1 comment
Answer Answer to Question 8113
Vote up! 0 Vote down! I can't seem to reproduce this behavior on my Kickstart install:(Is it possible another rule got enabled somewhere or that the access permissions on the cart view got changed so they don't work correctly for anonymous? ...
DaveP — May 2013 — 1 comment
